CVE-2026-72161
Last modified
CVE-2026-72161 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ocfs2: add journal NULL check in ocfs2_checkpoint_inode() During unmount, ocfs2_journal_shutdown() frees the journal and sets osb->journal to NULL. Later, when VFS evicts remaining cached inodes, ocfs2_evict_inode() -> ocfs2_clear_inode() -> ocfs2_checkpoint_inode() -> ocfs2_ci_fully_checkpointed() dereferences osb->journal, causing a NULL pointer dereference. Fix this by adding a NULL check for osb->journal in ocfs2_checkpoint_inode(). EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ocfs2: add journal NULL check in ocfs2_checkpoint_inode() During unmount, ocfs2_journal_shutdown() frees the journal and sets osb->journal to NULL. Later, when VFS evicts remaining cached inodes, ocfs2_evict_inode() -> ocfs2_clear_inode() -> ocfs2_checkpoint_inode() -> ocfs2_ci_fully_checkpointed() dereferences osb->journal, causing a NULL pointer dereference. Fix this by adding a NULL check for osb->journal in ocfs2_checkpoint_inode(). If the journal is NULL, it has already been fully flushed and destroyed during shutdown, so there is nothing to checkpoint.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= da5e7c87827e8caa6a1eeec6d95dcf74ab592a01, < 24daf13422e8328fd588c34a017bdef1949910e8; >= da5e7c87827e8caa6a1eeec6d95dcf74ab592a01, < 7da7e4ac21895fe34cceffcfc99497cc2750da99; >= da5e7c87827e8caa6a1eeec6d95dcf74ab592a01, < eb6a13834c23e291f1170cb1b489ec255edfa5a3; >= da5e7c87827e8caa6a1eeec6d95dcf74ab592a01, < 499714de42ab4d2e778cbb10186684142a1222eb; >= da5e7c87827e8caa6a1eeec6d95dcf74ab592a01, < 63921f790234b221e4b15c56c72888b13250f81d; >= da5e7c87827e8caa6a1eeec6d95dcf74ab592a01, < a291c77c034b7a81849ce9b71cc9ecda9e587d89 |
| Linux | Linux | 5.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72161?
How severe is CVE-2026-72161?
How do I fix CVE-2026-72161?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-72156In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72157In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72158In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72159In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7216A weakness has been identified in donchelo processing-claude…7.3
- CVE-2026-72160In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72162In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72163In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72164In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72165In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72166In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72167In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72161?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
