CVE-2026-72154
Last modified
CVE-2026-72154 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: openrisc: Fix jump_label smp syncing The original commit 8c30b0018f9d ("openrisc: Add jump label support") copies from arm64 and does not properly consider how icache invalidation on remote cores works in OpenRISC. On OpenRISC remote icaches need to be invalidated otherwise static key's may remain state after updating. Fix SMP cache syncing by: 1. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: openrisc: Fix jump_label smp syncing The original commit 8c30b0018f9d ("openrisc: Add jump label support") copies from arm64 and does not properly consider how icache invalidation on remote cores works in OpenRISC. On OpenRISC remote icaches need to be invalidated otherwise static key's may remain state after updating. Fix SMP cache syncing by: 1. Properly invalidate remote core icaches on SMP systems by using icache_all_inv. The old code uses kick_all_cpus_sync() which runs a no-op IPI function call on remote CPU's which does execute a lot of code and flushes many cache lines in the process, but does not flush all and it's not correct on OpenRISC. 2. For architectures that do not have WRITETHROUGH caches be sure to flush the dcache after patching. To test this I first reproduced the issue using a custom test module [0]. The test confirmed that some icache lines maintained stale static_key code sequences after calling static_branch_enable(). After this patch there are no longer jump_label coherency issues. [0] https://github.com/stffrdhrn/or1k-utils/tree/master/tests/smp_static_key_test
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 8c30b0018f9d93391573e091960d257fd9de120a, < 3fac46068fe4cea22ed373432b9173a915e8e60d; >= 8c30b0018f9d93391573e091960d257fd9de120a, < 57740658042daf591c57d6e700d9a304d5972552; >= 8c30b0018f9d93391573e091960d257fd9de120a, < aca063c9024522e4e5b9a9d1927433f6a01785a3 |
| Linux | Linux | 6.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72154?
How severe is CVE-2026-72154?
How do I fix CVE-2026-72154?
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-72149In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-7215A security flaw has been discovered in egtai gmx-vmd-mcp up …7.3
- CVE-2026-72150In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72151In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-72152In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72153In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72155In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72156In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72157In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72158In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72159In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7216A weakness has been identified in donchelo processing-claude…7.3
Are you affected by CVE-2026-72154?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
