CVE-2026-72164

Source
https://cve.org/CVERecord?id=CVE-2026-72164
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72164.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72164
Downstream
Published
2026-08-15T05:53:31.901Z
Modified
2026-08-18T03:56:37.820492155Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
ocfs2: avoid moving extents to occupied clusters
Details

In the Linux kernel, the following vulnerability has been resolved:

ocfs2: avoid moving extents to occupied clusters

For non-auto OCFS2IOCMOVEEXT operations, userspace supplies a physical megoal. ocfs2moveextent() initializes newphyscpos from that goal and expects ocfs2probealloc_group() to replace it with a free run in the target block group.

The probe currently leaves *phys_cpos unchanged if the scan reaches the end of the group without finding a free run. An occupied goal at the last bit can therefore survive the probe and be passed to __ocfs2moveextent(), which copies file data into a cluster still owned by another inode before the bitmap is updated.

When the probe does find a free run, it also subtracts move_len from the ending bit. The start of an N-bit run ending at i is i - N + 1, so the current calculation can report the bit immediately before the free run.

Clear *phys_cpos before scanning and use the correct free-run start. Callers already treat a zero result as -ENOSPC, so failed probes no longer continue with an occupied caller-controlled goal.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72164.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
e6b5859cccfa0fec02f3c5b1069481efc7186f47
Fixed
3112afebf2a76e522fbaabcbb0c47aafbdc35932
Fixed
35486b291b8fbde6c4d0b1c79e565c6260d3329d
Fixed
19f7b04924b20b81dabbeed19d5542792ba5b6d6
Fixed
e281d892ce5870a50fdc718cb3bfc3dd5b62c728
Fixed
0d0c5c17b18bdbc592ac26ab4d1de7e3dbf9be1e
Fixed
d5d5a21fb33cd9b963aea99da81e4dacd452cd95
Fixed
4d1953d3aeb4a7f6623083e1839068ee1c157db2
Fixed
22920541c35a9f23f219038ba5874c843a7c4419

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.0.0
Fixed
5.10.261
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.212
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-72164.json"