Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-72154

7.8 · HIGH
Published Aug 15, 2026 EPSS 0.17% (7th pctl)

Overview

CVE-2026-72154 is a high-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical 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

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-72154?

CVE-2026-72154 is a high-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-72154?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-72154?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-72154?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-72154 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.