2 matches found
CVE-2023-54045
In the Linux kernel, the following vulnerability has been resolved: audit: fix possible soft lockup in auditinodechild Tracefs or debugfs maybe cause hundreds to thousands of PATH records, too many PATH records maybe cause soft lockup. For example: 1. CONFIGKASAN=y && CONFIGPREEMPTION=n 2. auditc...
CVE-2023-54045
CVE-2023-54045 affects the Linux kernel audit path: a possible soft lockup in __audit_inode_child() could be triggered by heavy PATH logging via tracefs/debugfs (e.g., auditctl -a exit,always -S open). The fix adds cond_resched() to __audit_inode_child(), addressing potentially long audit-path op...