CVE-2026-72161

Source
https://cve.org/CVERecord?id=CVE-2026-72161
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72161.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72161
Downstream
Published
2026-08-15T05:53:29Z
Modified
2026-08-18T03:31:01Z
Summary
ocfs2: add journal NULL check in ocfs2_checkpoint_inode()
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72161.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
da5e7c87827e8caa6a1eeec6d95dcf74ab592a01
Fixed
24daf13422e8328fd588c34a017bdef1949910e8
Fixed
7da7e4ac21895fe34cceffcfc99497cc2750da99
Fixed
eb6a13834c23e291f1170cb1b489ec255edfa5a3
Fixed
499714de42ab4d2e778cbb10186684142a1222eb
Fixed
63921f790234b221e4b15c56c72888b13250f81d
Fixed
a291c77c034b7a81849ce9b71cc9ecda9e587d89

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72161.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72161.json"