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

7.8 · HIGH
Published Jun 24, 2026 linux CWE-125 EPSS 0.12% (2th pctl)

Overview

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

netfilter: ebtables: fix OOB read in compat_mtw_from_user

Luxiao Xu says:

The function compat_mtw_from_user() converts ebtables extensions from

32-bit user structures to kernel native structures. However, it lacks

proper validation of the user-supplied match_size/target_size.

When certain extensions are processed, the kernel-side translation

logic may perform memory accesses based on the extension's expected

size. If the user provides a size smaller than what the extension

requires, it results in an out-of-bounds read as reported by KASAN.

This fix introduces a check to ensure match_size is at least as large

as the extension's required compatsize. This covers matches, watchers,

and targets, while maintaining compatibility with standard targets.

AFAIU this is relevant for matches that need to go though

match->compat_from_user() call. Those that use plain memcpy with the

user-provided size are ok because

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 >= 2.6.34, < 5.10.259 Affected

Frequently Asked Questions

What is CVE-2026-52927?

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

How severe is CVE-2026-52927?

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

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

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