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

7.8 · HIGH
Published Jun 25, 2026 linux CWE-125 EPSS 0.17% (6th pctl)

Overview

CVE-2026-53172 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 25, 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:

accel/ethosu: fix IFM region index out-of-bounds in command stream parser

NPU_SET_IFM_REGION extracts the region index with param & 0x7f, giving

a maximum value of 127. However region_size[] and output_region[] in

struct ethosu_validated_cmdstream_info are both sized to

NPU_BASEP_REGION_MAX (8), giving valid indices [0..7].

Every other region assignment in the same switch uses param & 0x7:

NPU_SET_OFM_REGION: st.ofm.region = param & 0x7;

NPU_SET_IFM2_REGION: st.ifm2.region = param & 0x7;

NPU_SET_WEIGHT_REGION: st.weight[0].region = param & 0x7;

NPU_SET_SCALE_REGION: st.scale[0].region = param & 0x7;

The 0x7f mask on IFM is inconsistent and appears to be a typo.

feat_matrix_length() and calc_sizes() use the region index directly

as an array subscript into the kzalloc'd info struct:

info->region_size[fm->region] = max(...);

A userspace caller supplying NPU_SET_IFM_REGION with param > 7 causes

a write

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.19, < 7.0.13 Affected

Frequently Asked Questions

What is CVE-2026-53172?

CVE-2026-53172 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 25, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-53172?

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

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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-53172?

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