CVE-2026-52927

Source
https://cve.org/CVERecord?id=CVE-2026-52927
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-52927.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-52927
Downstream
Published
2026-06-24T07:14:20.704Z
Modified
2026-07-10T03:53:49.975333203Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
netfilter: ebtables: fix OOB read in compat_mtw_from_user
Details

In the Linux kernel, the following vulnerability has been resolved:

netfilter: ebtables: fix OOB read in compatmtwfrom_user

Luxiao Xu says:

The function compatmtwfromuser() converts ebtables extensions from 32-bit user structures to kernel native structures. However, it lacks proper validation of the user-supplied matchsize/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->compatfromuser() call. Those that use plain memcpy with the user-provided size are ok because the caller checks that size vs the start of the next rule entry offset (which itself is checked vs. total size copied from userspace).

The ->compatfromuser() callbacks assume they can read compatsize bytes, so they need this extra check.

Based on an earlier patch from Luxiao Xu.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/52xxx/CVE-2026-52927.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
81e675c227ec60a0bdcbb547dc530ebee23ff931
Fixed
d7a8fb6f10d55a1c37b0bf8c20cca24dffd76e00
Fixed
21af4c030567d2e6c89bb927bc18b51fba52a400
Fixed
dad9ebf8107955bb54bd3f9cf22591b6ff37bac1
Fixed
a27cb7325a6c69970041c7f8541fafed5a1ea3ec
Fixed
7ad0e463fc7eafae2141cc38054264636f8b3e94
Fixed
bf8e8eac7ede51dc318e06acef5a896dcbba7595
Fixed
fcc4c043d137e7f1de4673dba1f3116e45377c67
Fixed
f438d1786d657d57790c5d138d6db3fc9fdac392

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-52927.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.34
Fixed
5.10.259
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.210
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.176
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.143
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.93
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.35
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.12

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-52927.json"