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-68330

7.8 · HIGH
Published Aug 10, 2026 EPSS 0.16% (6th pctl)

Overview

CVE-2026-68330 is a high-severity vulnerability. It was published on August 10, 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:

net: airoha: Fix DMA direction for NPU mailbox buffer

airoha_npu_send_msg() always maps the mailbox buffer with DMA_TO_DEVICE,

but some callers expect the NPU to write response data back into the

same buffer:

- airoha_npu_wlan_msg_get() (NPU_OP_GET): NPU writes response into

the buffer, then the caller reads it via memcpy()

- airoha_npu_ppe_stats_setup() (NPU_OP_SET): NPU writes back

npu_stats_addr field in the response

On non-cache-coherent architectures like EN7581 (Cortex-A53 without

hardware cache coherency for NPU DMA), DMA_TO_DEVICE unmap is a no-op

— it does not invalidate the CPU cache. If the NPU-written cache line

is still present in the CPU cache when the caller reads the buffer,

the CPU observes stale data instead of the NPU response.

This is a timing-sensitive bug: small mailbox buffers (~24 bytes)

typically fit in a single cache line and may survive in the cache

until the caller reads them, produ

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-68330?

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

How severe is CVE-2026-68330?

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-68330?

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-68330?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-68330 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.