2 matches found
UBUNTU-CVE-2026-23241
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...
CVE-2026-23241
CVE-2026-23241 affects the Linux kernel audit subsystem: the read class was missing getxattrat()/listxattrat() syscalls, enabling bypass of audit rules (e.g., -w /tmp/test -p rwa). Upstream patches add the missing syscalls to the audit read class. Connected OSV entries report Root:Ubuntu-24.04 an...