Security Advisory

CVE-2026-23241

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-03-17 09:11:04
Last updated 2026-05-11 22:03:03
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: audit: add missing syscalls to read class The "at" variant of getxattr() and listxattr() are missing from the audit read class. Calling getxattrat() or listxattrat() on a file to read its extended attributes will bypass audit rules such as: -w /tmp/test -p rwa -k test_rwa The current patch adds missing syscalls to the audit read class.