CVE-2026-72030

Source
https://cve.org/CVERecord?id=CVE-2026-72030
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72030.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72030
Downstream
Published
2026-08-15T05:51:53.189Z
Modified
2026-08-18T03:31:16.937258913Z
Summary
ata: libata-core: Reject an invalid concurrent positioning ranges count
Details

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

ata: libata-core: Reject an invalid concurrent positioning ranges count

atadevconfigcpr() takes the number of range descriptors from buf[0] of the concurrent positioning ranges log (up to 255), which the device reports independently of the log size in the GPL directory. The count is then walked at a fixed 32-byte stride in two places with no bound: the log read here, and the INQUIRY VPD page B9h emitter, which writes one descriptor per range into the fixed 2048-byte atascsi_rbuf. A device reporting a count larger than its own log overflows the read buffer (up to 7704 bytes past a 512-byte slab), and a count above 62 overflows the response buffer on the emit side.

Bound the count once, on probe, against both the log the device returned and the number of descriptors the VPD B9h response buffer can hold (ATADEVMAX_CPR, derived from the rbuf size). Reject an out-of-range count with a warning; this keeps the emitter in bounds with no separate change there.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72030.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
fe22e1c2f705676a705d821301fc52eecc2fe055
Fixed
4cb4b4dd8853c4ab3057efe238b2c34277772176
Fixed
b1607f0ee5f5e53e0aa66f41794085b7cc98f5d1
Fixed
4c1e8ccd8655ee8cf1bcb1b7dfee72c9fa941fd4
Fixed
d43efd1b5d976203e6f1ef26f67e8b1a7bc2751b
Fixed
533a0b940f901c15e5cbbd4b5d66e871c209e8ce

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.6.148
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.101
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.42
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-72030.json"