CVE-2026-64318
Last modified
CVE-2026-64318 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: partitions: aix: bound the pp_count scan to the ppe array aix_partition() reads the physical volume descriptor into a fixed-size struct pvd and then scans its physical-partition-extent array: int numpps = be16_to_cpu(pvd->pp_count); ... for (i = 0; i < numpps; i += 1) { struct ppe *p = pvd->ppe + i; ... lp_ix = be16_to_cpu(p->lp_ix); pvd points at a single kmalloc()'d struct pvd whose ppe[] member holds a fixed ARRAY_SIZE(pvd->ppe) (1016) entries, but the loop runs up to the on-disk pp_count. pp_count is an unvalidated __be16 read straight from the descriptor, so a crafted AIX image with pp_count larger than 1016 drives the loop to read pvd->ppe[i] past the end of the allocation (up to 65535 entries, ~2 MB out of bounds). The partition scan runs without mounting anything, when a block device with a crafted AIX/IBM partition table appears (an attacker-supplied image attached with losetup -P, or a device auto-scanned by udev), via msdos_partition() -> aix_partition(). Clamp the scan to the number of entries the ppe[] array can hold.. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: partitions: aix: bound the pp_count scan to the ppe array aix_partition() reads the physical volume descriptor into a fixed-size struct pvd and then scans its physical-partition-extent array: int numpps = be16_to_cpu(pvd->pp_count); ... for (i = 0; i < numpps; i += 1) { struct ppe *p = pvd->ppe + i; ... lp_ix = be16_to_cpu(p->lp_ix); pvd points at a single kmalloc()'d struct pvd whose ppe[] member holds a fixed ARRAY_SIZE(pvd->ppe) (1016) entries, but the loop runs up to the on-disk pp_count. pp_count is an unvalidated __be16 read straight from the descriptor, so a crafted AIX image with pp_count larger than 1016 drives the loop to read pvd->ppe[i] past the end of the allocation (up to 65535 entries, ~2 MB out of bounds). The partition scan runs without mounting anything, when a block device with a crafted AIX/IBM partition table appears (an attacker-supplied image attached with losetup -P, or a device auto-scanned by udev), via msdos_partition() -> aix_partition(). Clamp the scan to the number of entries the ppe[] array can hold.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 6ceea22bbbc84fcf6bf0913bb3db8a657e9002f6, < 09861651617ba0fec089e8b9477439e68398c110; >= 6ceea22bbbc84fcf6bf0913bb3db8a657e9002f6, < 5eacdb1967378f5e5591cd27a2d8cdee2df1a599; >= 6ceea22bbbc84fcf6bf0913bb3db8a657e9002f6, < b5e9c09309e18fd9839ad007c238120353ca0cc4; >= 6ceea22bbbc84fcf6bf0913bb3db8a657e9002f6, < fd94a779020f2ecc8b2607f4c20b34acb1763b9a; >= 6ceea22bbbc84fcf6bf0913bb3db8a657e9002f6, < 4671bb74bba05fdd4acf670a35758c29e8c97b83; >= 6ceea22bbbc84fcf6bf0913bb3db8a657e9002f6, < ce93228e2193a17d2c58b656e439bb39fe5c3af8; >= 6ceea22bbbc84fcf6bf0913bb3db8a657e9002f6, < 44f37ee92fdcd377c41bdf6a31cdd8cc7d4c410e; >= 6ceea22bbbc84fcf6bf0913bb3db8a657e9002f6, < 2dc0bfd2fe355fb930de63c2f2eb8ced8570c579 |
| Linux | Linux | 3.11 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-64318?
How severe is CVE-2026-64318?
How do I fix CVE-2026-64318?
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-64312In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-64313In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64314In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64315In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-64316In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64317In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-64319In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-6432Improper bounds validation in EmberZNet SDK versions 9.0.2 a…5.3
- CVE-2026-64320In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-64321In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64322In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64323In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2026-64318?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
