8.8
HIGH CVSS 3.1
CVE-2026-72160
ocfs2: reject dinodes with non-canonical i_mode type
Description

In the Linux kernel, the following vulnerability has been resolved: ocfs2: reject dinodes with non-canonical i_mode type Patch series "ocfs2: harden inode validators against forged metadata", v2. This series adds three structural checks to OCFS2 dinode validation so malformed on-disk fields are rejected before ocfs2_populate_inode() copies them into the in-core inode. The checks cover: - i_mode values whose type bits do not name a canonical POSIX file type; - non-device dinodes whose id1.dev1.i_rdev field is non-zero; and - non-inline dinodes that claim non-zero i_size while i_clusters is zero, covering directories unconditionally and regular files on non-sparse volumes. The normal read path reports these through ocfs2_error(), matching the existing suballoc-slot, inline-data, chain-list, and refcount checks. The online filecheck path uses the same structural predicates but keeps its own reporting contract, returning OCFS2_FILECHECK_ERR_INVALIDINO instead of calling ocfs2_error(). This patch (of 3): ocfs2_validate_inode_block() currently accepts any non-zero i_mode value. ocfs2_populate_inode() then copies that mode verbatim into inode->i_mode and dispatches on i_mode & S_IFMT to the file/dir/symlink/special_file iops; an unrecognised type falls through to ocfs2_special_file_iops and init_special_inode(). Reject dinodes whose type bits do not name one of the seven canonical POSIX file types. Use fs_umode_to_ftype(), the same generic file-type conversion helper OCFS2 already uses for directory entries, so the accepted inode type set matches the kernel file-type vocabulary instead of open-coding a local switch. Apply the same structural check to the online filecheck read path. filecheck keeps its own error namespace, so it reports malformed i_mode through the filecheck logger and OCFS2_FILECHECK_ERR_INVALIDINO instead of calling ocfs2_error(), but it must not allow a malformed dinode to proceed into ocfs2_populate_inode().

INFO

Published Date :

Aug. 15, 2026, 6:21 a.m.

Last Modified :

Aug. 17, 2026, 6:18 a.m.

Remotely Exploit :

Yes !

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2026-72160 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 3.1 HIGH 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Solution
Apply the kernel patch series to validate inode structures and reject malformed on-disk fields.
  • Apply the 'ocfs2: harden inode validators against forged metadata' patch series.
  • Update the Linux kernel to include the security fixes.
  • Validate inode structures before populating them.
  • Reject dinodes with non-canonical i_mode types.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-72160 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-72160 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-72160 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-72160 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Aug. 17, 2026

    Action Type Old Value New Value
    Added CVSS V3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
    Changed Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'b657c95c11088d77fc1bfc9c84d940f778bf9d12', 'lessThan': '2e3aac33988ef4e4170141db8e995693ea38357c', 'versionType': 'git'}, {'status': 'affected', 'version': 'b657c95c11088d77fc1bfc9c84d940f778bf9d12', 'lessThan': 'fb024ea29f6cb1f01745e5f2e31646f3acb9aa6f', 'versionType': 'git'}, {'status': 'affected', 'version': 'b657c95c11088d77fc1bfc9c84d940f778bf9d12', 'lessThan': '157d31ef45038d89cd19620105e082d43c8e41e0', 'versionType': 'git'}, {'status': 'affected', 'version': 'b657c95c11088d77fc1bfc9c84d940f778bf9d12', 'lessThan': 'a5b555bcabbb0aff8745ad181768eaf9d964c1ee', 'versionType': 'git'}, {'status': 'affected', 'version': 'b657c95c11088d77fc1bfc9c84d940f778bf9d12', 'lessThan': '82afe13558354390d8a592a5334d5f4fd72c0e5c', 'versionType': 'git'}, {'status': 'affected', 'version': 'b657c95c11088d77fc1bfc9c84d940f778bf9d12', 'lessThan': '4db3b6a2a8ecf2a89d26a4090ace4072c6fad050', 'versionType': 'git'}, {'status': 'affected', 'version': 'b657c95c11088d77fc1bfc9c84d940f778bf9d12', 'lessThan': 'b858f2d57cfc9d57ce61b86051d603dc0ebccd40', 'versionType': 'git'}, {'status': 'affected', 'version': 'b657c95c11088d77fc1bfc9c84d940f778bf9d12', 'lessThan': '5366a017099c6a3c443be908a05f26fd72af12a1', 'versionType': 'git'}], 'programFiles': ['fs/ocfs2/inode.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '2.6.29'}, {'status': 'unaffected', 'version': '0', 'lessThan': '2.6.29', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.10.261', 'versionType': 'semver', 'lessThanOrEqual': '5.10.*'}, {'status': 'unaffected', 'version': '5.15.212', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.97', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['fs/ocfs2/inode.c'], 'defaultStatus': 'affected'}] [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'b657c95c11088d77fc1bfc9c84d940f778bf9d12', 'lessThan': '2e3aac33988ef4e4170141db8e995693ea38357c', 'versionType': 'git'}, {'status': 'affected', 'version': 'b657c95c11088d77fc1bfc9c84d940f778bf9d12', 'lessThan': 'fb024ea29f6cb1f01745e5f2e31646f3acb9aa6f', 'versionType': 'git'}, {'status': 'affected', 'version': 'b657c95c11088d77fc1bfc9c84d940f778bf9d12', 'lessThan': '157d31ef45038d89cd19620105e082d43c8e41e0', 'versionType': 'git'}, {'status': 'affected', 'version': 'b657c95c11088d77fc1bfc9c84d940f778bf9d12', 'lessThan': 'a5b555bcabbb0aff8745ad181768eaf9d964c1ee', 'versionType': 'git'}, {'status': 'affected', 'version': 'b657c95c11088d77fc1bfc9c84d940f778bf9d12', 'lessThan': '82afe13558354390d8a592a5334d5f4fd72c0e5c', 'versionType': 'git'}, {'status': 'affected', 'version': 'b657c95c11088d77fc1bfc9c84d940f778bf9d12', 'lessThan': '4db3b6a2a8ecf2a89d26a4090ace4072c6fad050', 'versionType': 'git'}, {'status': 'affected', 'version': 'b657c95c11088d77fc1bfc9c84d940f778bf9d12', 'lessThan': 'b858f2d57cfc9d57ce61b86051d603dc0ebccd40', 'versionType': 'git'}, {'status': 'affected', 'version': 'b657c95c11088d77fc1bfc9c84d940f778bf9d12', 'lessThan': '5366a017099c6a3c443be908a05f26fd72af12a1', 'versionType': 'git'}], 'programFiles': ['fs/ocfs2/inode.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '2.6.29'}, {'status': 'unaffected', 'version': '0', 'lessThan': '2.6.29', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.10.261', 'versionType': 'semver', 'lessThanOrEqual': '5.10.*'}, {'status': 'unaffected', 'version': '5.15.212', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.97', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['fs/ocfs2/inode.c'], 'defaultStatus': 'affected'}]
  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Aug. 15, 2026

    Action Type Old Value New Value
    Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'b657c95c11088d77fc1bfc9c84d940f778bf9d12', 'lessThan': '2e3aac33988ef4e4170141db8e995693ea38357c', 'versionType': 'git'}, {'status': 'affected', 'version': 'b657c95c11088d77fc1bfc9c84d940f778bf9d12', 'lessThan': 'fb024ea29f6cb1f01745e5f2e31646f3acb9aa6f', 'versionType': 'git'}, {'status': 'affected', 'version': 'b657c95c11088d77fc1bfc9c84d940f778bf9d12', 'lessThan': '157d31ef45038d89cd19620105e082d43c8e41e0', 'versionType': 'git'}, {'status': 'affected', 'version': 'b657c95c11088d77fc1bfc9c84d940f778bf9d12', 'lessThan': 'a5b555bcabbb0aff8745ad181768eaf9d964c1ee', 'versionType': 'git'}, {'status': 'affected', 'version': 'b657c95c11088d77fc1bfc9c84d940f778bf9d12', 'lessThan': '82afe13558354390d8a592a5334d5f4fd72c0e5c', 'versionType': 'git'}, {'status': 'affected', 'version': 'b657c95c11088d77fc1bfc9c84d940f778bf9d12', 'lessThan': '4db3b6a2a8ecf2a89d26a4090ace4072c6fad050', 'versionType': 'git'}, {'status': 'affected', 'version': 'b657c95c11088d77fc1bfc9c84d940f778bf9d12', 'lessThan': 'b858f2d57cfc9d57ce61b86051d603dc0ebccd40', 'versionType': 'git'}, {'status': 'affected', 'version': 'b657c95c11088d77fc1bfc9c84d940f778bf9d12', 'lessThan': '5366a017099c6a3c443be908a05f26fd72af12a1', 'versionType': 'git'}], 'programFiles': ['fs/ocfs2/inode.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '2.6.29'}, {'status': 'unaffected', 'version': '0', 'lessThan': '2.6.29', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.10.261', 'versionType': 'semver', 'lessThanOrEqual': '5.10.*'}, {'status': 'unaffected', 'version': '5.15.212', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.97', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['fs/ocfs2/inode.c'], 'defaultStatus': 'affected'}]
    Added Description In the Linux kernel, the following vulnerability has been resolved: ocfs2: reject dinodes with non-canonical i_mode type Patch series "ocfs2: harden inode validators against forged metadata", v2. This series adds three structural checks to OCFS2 dinode validation so malformed on-disk fields are rejected before ocfs2_populate_inode() copies them into the in-core inode. The checks cover: - i_mode values whose type bits do not name a canonical POSIX file type; - non-device dinodes whose id1.dev1.i_rdev field is non-zero; and - non-inline dinodes that claim non-zero i_size while i_clusters is zero, covering directories unconditionally and regular files on non-sparse volumes. The normal read path reports these through ocfs2_error(), matching the existing suballoc-slot, inline-data, chain-list, and refcount checks. The online filecheck path uses the same structural predicates but keeps its own reporting contract, returning OCFS2_FILECHECK_ERR_INVALIDINO instead of calling ocfs2_error(). This patch (of 3): ocfs2_validate_inode_block() currently accepts any non-zero i_mode value. ocfs2_populate_inode() then copies that mode verbatim into inode->i_mode and dispatches on i_mode & S_IFMT to the file/dir/symlink/special_file iops; an unrecognised type falls through to ocfs2_special_file_iops and init_special_inode(). Reject dinodes whose type bits do not name one of the seven canonical POSIX file types. Use fs_umode_to_ftype(), the same generic file-type conversion helper OCFS2 already uses for directory entries, so the accepted inode type set matches the kernel file-type vocabulary instead of open-coding a local switch. Apply the same structural check to the online filecheck read path. filecheck keeps its own error namespace, so it reports malformed i_mode through the filecheck logger and OCFS2_FILECHECK_ERR_INVALIDINO instead of calling ocfs2_error(), but it must not allow a malformed dinode to proceed into ocfs2_populate_inode().
    Added Reference https://git.kernel.org/stable/c/157d31ef45038d89cd19620105e082d43c8e41e0
    Added Reference https://git.kernel.org/stable/c/2e3aac33988ef4e4170141db8e995693ea38357c
    Added Reference https://git.kernel.org/stable/c/4db3b6a2a8ecf2a89d26a4090ace4072c6fad050
    Added Reference https://git.kernel.org/stable/c/5366a017099c6a3c443be908a05f26fd72af12a1
    Added Reference https://git.kernel.org/stable/c/82afe13558354390d8a592a5334d5f4fd72c0e5c
    Added Reference https://git.kernel.org/stable/c/a5b555bcabbb0aff8745ad181768eaf9d964c1ee
    Added Reference https://git.kernel.org/stable/c/b858f2d57cfc9d57ce61b86051d603dc0ebccd40
    Added Reference https://git.kernel.org/stable/c/fb024ea29f6cb1f01745e5f2e31646f3acb9aa6f
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.