CVE-2026-97587
Last modified
CVE-2026-97587 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: perf: RISC-V: store available counter mask as bitmap The available-counter mask was a single unsigned long, but iteration uses RISCV_MAX_COUNTERS, which is 64. On RV32 that reads past the object. Filling with an unsigned-long bit at index 32 and above is also wrong. Use DECLARE_BITMAP and set_bit/bitmap helpers.
Description
In the Linux kernel, the following vulnerability has been resolved: perf: RISC-V: store available counter mask as bitmap The available-counter mask was a single unsigned long, but iteration uses RISCV_MAX_COUNTERS, which is 64. On RV32 that reads past the object. Filling with an unsigned-long bit at index 32 and above is also wrong. Use DECLARE_BITMAP and set_bit/bitmap helpers. Walk each bitmap word into CFG_MATCH when checking events, when allocating an index, and when stopping all counters. Set the counter base to i times BITS_PER_LONG. Share the CFG_MATCH ecall through a small helper so the 32-bit argument split is not duplicated. On qemu-system-riscv32 the probe bitmap has bits above XLEN set, so the first word alone is not enough. [pjw@kernel.org: updated to apply; fixed checkpatch.pl issues]
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e9991434596f5373dfd75857b445eb92a9253c56, < 143668c424772979a45118dc9cc9c2c13a35f41d; >= e9991434596f5373dfd75857b445eb92a9253c56, < 9bec7beaed074bcae4181fde9ff9dfbe4e7b0957; >= e9991434596f5373dfd75857b445eb92a9253c56, < e5481db31f4654e9a1254d5d467d9b1ff2f8b1cb; >= e9991434596f5373dfd75857b445eb92a9253c56, < 6809da6e9c08ccc9a09cb0a48c61471679274aaa |
| Linux | Linux | 5.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97587?
How severe is CVE-2026-97587?
How do I fix CVE-2026-97587?
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-97581In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97582In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97583In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97584In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97585In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97586In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97588In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97589In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9759ROHC protocol dissector crash in Wireshark 4.6.0 to 4.6.5 an…5.5
- CVE-2026-97590In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97591In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97592In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97587?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
