PatchSiren cyber security CVE debrief
CVE-2026-72368 Linux CVE debrief
The Linux kernel vulnerability, CVE-2026-72368, is caused by a double unlock in the nomem_d_alloc error path of cachefiles_get_directory(). This vulnerability affects Linux kernel users and could potentially lead to a denial-of-service or privilege escalation if exploited. The CVE record was published on 2026-08-15T06:22:10.227Z and has not been modified since then. Users should verify their kernel version and apply patches if available. The vulnerability has a CVSS score and severity that are currently null. The affected product or component is the Linux kernel, and the vulnerability class is related to cachefiles. The likely operational impact is a denial-of-service or privilege escalation. The source-confidence limits are based on the CVE record and the NVD detail. The review context is limited to the supplied source corpus.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-15
- Original CVE updated
- 2026-08-15
- Advisory published
- 2026-08-15
- Advisory updated
- 2026-08-15
Who should care
Linux kernel users and administrators, Linux distribution maintainers, and security teams should be aware of this vulnerability and take steps to mitigate it. Affected operators include Linux kernel developers and users. Affected platforms include Linux-based systems. Vulnerability-management teams should verify their kernel version and apply patches if available. Security teams should monitor Linux kernel updates for patches and consider implementing compensating controls to mitigate potential exploitation. Asset inventory teams should track Linux kernel deployments and prioritize patching based on risk and exposure. The vulnerability affects Linux kernel users and could potentially lead to a denial-of-service or privilege escalation if exploited. Users should verify their kernel version and apply patches if available. The vulnerability has a CVSS score and severity that are currently null. The affected product or component is the Linux kernel, and the vulnerability class is related to cachefiles. The likely operational impact is a denial-of-service or privilege escalation. The source-confidence limits are based on the CVE record and the NVD detail. The review context is limited to the supplied source corpus. Linux kernel users and administrators should take steps to mitigate this vulnerability, including verifying their kernel version and applying patches if available. Linux distribution maintainers should also be aware of this vulnerability and take steps to mitigate it, including updating their kernel versions and providing patches to their users. Security teams should monitor Linux kernel updates for patches and consider implementing compensating controls to mitigate potential exploitation. Asset inventory teams should track Linux kernel deployments and prioritize patching based on risk and exposure. Vulnerability-management teams should verify their kernel version and apply patches if available. Linux kernel developers should also be aware of this vulnerability and take steps to mitigate it, including updating their kernel versions and providing patches to their users. The vulnerability affects Linux kernel users and could potentially lead to a denial-of-
Technical summary
The vulnerability is caused by a double unlock in the nomem_d_alloc error path of cachefiles_get_directory(). When start_creating() fails and returns -ENOMEM, it has already released the parent directory lock in __start_dirop(). However, the nomem_d_alloc error path in cachefiles_get_directory() unconditionally calls inode_unlock(d_inode(dir)) again, causing a double unlock that corrupts the rwsem state.
Defensive priority
This vulnerability affects the Linux kernel and could potentially lead to a denial-of-service or privilege escalation if exploited. Users should verify their kernel version and apply patches if available.
Recommended defensive actions
- Verify kernel version and apply patches if available
- Monitor Linux kernel updates for patches
- Consider implementing compensating controls to mitigate potential exploitation
- Perform vulnerability scanning to identify exposed assets
- Review and update asset inventory to track Linux kernel deployments
- Implement monitoring and detection to identify potential exploitation attempts
- Track and document remediation efforts and exceptions
Evidence notes
The vulnerability is caused by a double unlock in the nomem_d_alloc error path of cachefiles_get_directory(). When start_creating() fails and returns -ENOMEM, it has already released the parent directory lock in __start_dirop(). However, the nomem_d_alloc error path in cachefiles_get_directory() unconditionally calls inode_unlock(d_inode(dir)) again, causing a double unlock that corrupts the rwsem state.
Official resources
-
CVE-2026-72368 CVE record
CVE.org
-
CVE-2026-72368 NVD detail
NVD
-
Source item URL
nvd_modified
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-15T06:22:10.227Z and has not been modified since then.