Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-52927
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-24 Jun, 2026 | 07:14
Updated At-28 Jun, 2026 | 06:36
Rejected At-
▼CVE Numbering Authority (CNA)
netfilter: ebtables: fix OOB read in compat_mtw_from_user

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 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 ->compat_from_user() callbacks assume they can read compatsize bytes, so they need this extra check. Based on an earlier patch from Luxiao Xu.

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • net/bridge/netfilter/ebtables.c
Default Status
unaffected
Versions
Affected
  • From 81e675c227ec60a0bdcbb547dc530ebee23ff931 before d7a8fb6f10d55a1c37b0bf8c20cca24dffd76e00 (git)
  • From 81e675c227ec60a0bdcbb547dc530ebee23ff931 before 21af4c030567d2e6c89bb927bc18b51fba52a400 (git)
  • From 81e675c227ec60a0bdcbb547dc530ebee23ff931 before dad9ebf8107955bb54bd3f9cf22591b6ff37bac1 (git)
  • From 81e675c227ec60a0bdcbb547dc530ebee23ff931 before a27cb7325a6c69970041c7f8541fafed5a1ea3ec (git)
  • From 81e675c227ec60a0bdcbb547dc530ebee23ff931 before 7ad0e463fc7eafae2141cc38054264636f8b3e94 (git)
  • From 81e675c227ec60a0bdcbb547dc530ebee23ff931 before bf8e8eac7ede51dc318e06acef5a896dcbba7595 (git)
  • From 81e675c227ec60a0bdcbb547dc530ebee23ff931 before fcc4c043d137e7f1de4673dba1f3116e45377c67 (git)
  • From 81e675c227ec60a0bdcbb547dc530ebee23ff931 before f438d1786d657d57790c5d138d6db3fc9fdac392 (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • net/bridge/netfilter/ebtables.c
Default Status
affected
Versions
Affected
  • 2.6.34
Unaffected
  • From 0 before 2.6.34 (semver)
  • From 5.10.259 through 5.10.* (semver)
  • From 5.15.210 through 5.15.* (semver)
  • From 6.1.176 through 6.1.* (semver)
  • From 6.6.143 through 6.6.* (semver)
  • From 6.12.93 through 6.12.* (semver)
  • From 6.18.35 through 6.18.* (semver)
  • From 7.0.12 through 7.0.* (semver)
  • From 7.1 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
3.17.8HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Version: 3.1
Base score: 7.8
Base severity: HIGH
Vector:
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/d7a8fb6f10d55a1c37b0bf8c20cca24dffd76e00
N/A
https://git.kernel.org/stable/c/21af4c030567d2e6c89bb927bc18b51fba52a400
N/A
https://git.kernel.org/stable/c/dad9ebf8107955bb54bd3f9cf22591b6ff37bac1
N/A
https://git.kernel.org/stable/c/a27cb7325a6c69970041c7f8541fafed5a1ea3ec
N/A
https://git.kernel.org/stable/c/7ad0e463fc7eafae2141cc38054264636f8b3e94
N/A
https://git.kernel.org/stable/c/bf8e8eac7ede51dc318e06acef5a896dcbba7595
N/A
https://git.kernel.org/stable/c/fcc4c043d137e7f1de4673dba1f3116e45377c67
N/A
https://git.kernel.org/stable/c/f438d1786d657d57790c5d138d6db3fc9fdac392
N/A
Hyperlink: https://git.kernel.org/stable/c/d7a8fb6f10d55a1c37b0bf8c20cca24dffd76e00
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/21af4c030567d2e6c89bb927bc18b51fba52a400
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/dad9ebf8107955bb54bd3f9cf22591b6ff37bac1
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/a27cb7325a6c69970041c7f8541fafed5a1ea3ec
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/7ad0e463fc7eafae2141cc38054264636f8b3e94
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/bf8e8eac7ede51dc318e06acef5a896dcbba7595
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/fcc4c043d137e7f1de4673dba1f3116e45377c67
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/f438d1786d657d57790c5d138d6db3fc9fdac392
Resource: N/A
Details not found