CVE-2026-72487
Last modified
CVE-2026-72487 is a high-severity vulnerability rated 7.7/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: PCI: Check ROM header and data structure addr before accessing We meet a crash when running stress-ng on x86_64 machine: BUG: unable to handle page fault for address: ffa0000007f40000 RIP: 0010:pci_get_rom_size+0x52/0x220 Call Trace: <TASK> pci_map_rom+0x80/0x130 pci_read_rom+0x4b/0xe0 kernfs_file_read_iter+0x96/0x180 vfs_read+0x1b1/0x300 Our analysis reveals that the ROM space's start address is 0xffa0000007f30000, and size is 0x10000. Because of broken ROM space, before calling readl(pds), the pds's value is 0xffa0000007f3ffff, which is already pointed to the ROM space end, invoking readl() would read 4 bytes therefore cause an out-of-bounds access and trigger a crash. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: PCI: Check ROM header and data structure addr before accessing We meet a crash when running stress-ng on x86_64 machine: BUG: unable to handle page fault for address: ffa0000007f40000 RIP: 0010:pci_get_rom_size+0x52/0x220 Call Trace: <TASK> pci_map_rom+0x80/0x130 pci_read_rom+0x4b/0xe0 kernfs_file_read_iter+0x96/0x180 vfs_read+0x1b1/0x300 Our analysis reveals that the ROM space's start address is 0xffa0000007f30000, and size is 0x10000. Because of broken ROM space, before calling readl(pds), the pds's value is 0xffa0000007f3ffff, which is already pointed to the ROM space end, invoking readl() would read 4 bytes therefore cause an out-of-bounds access and trigger a crash. Fix this by adding image header and data structure checking. We also found another crash on arm64 machine: Unable to handle kernel paging request at virtual address ffff8000dd1393ff Mem abort info: ESR = 0x0000000096000021 EC = 0x25: DABT (current EL), IL = 32 bits SET = 0, FnV = 0 EA = 0, S1PTW = 0 FSC = 0x21: alignment fault The call trace is the same with x86_64, but the crash reason is that the data structure addr is not aligned with 4, and arm64 machine report "alignment fault". Fix this by adding alignment checking. [bhelgaas: shorten function names, wrap comments]
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/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 | >= 47b975d234eac39f3a72e5496d5f6158d8b806d1, < cd5b242d5848369b9e957340a7e30adee7b6763d; >= 47b975d234eac39f3a72e5496d5f6158d8b806d1, < 4997873e3abbad47a9e1e4abd05f045f77a74f22; >= 47b975d234eac39f3a72e5496d5f6158d8b806d1, < 724042f8f98d2594b9d164549fd4292c6bd58120; >= 47b975d234eac39f3a72e5496d5f6158d8b806d1, < 1d495446ec7ace5b61da366ffb161ee8319dd9a2; >= 47b975d234eac39f3a72e5496d5f6158d8b806d1, < 721ad5b72448b5065ed309017ab563205f162404; >= 47b975d234eac39f3a72e5496d5f6158d8b806d1, < 538796b807fcfb81b2ce40cc97a614fd8588feb5 |
| Linux | Linux | 4.5 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72487?
How severe is CVE-2026-72487?
How do I fix CVE-2026-72487?
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-72481In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72482In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72483In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72484In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72485In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72486In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72488In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72489In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-7249The Location Weather plugin for WordPress is vulnerable to u…4.3
- CVE-2026-72490In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72491In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72492In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-72487?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
