Answer in brief
CVE-2026-52927 records a High severity (CVSS 7.8) vulnerability in netfilter: ebtables: fix OOB read in compat_mtw_from_user. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
Answer in brief
CVE-2026-52927 records a High severity (CVSS 7.8) vulnerability in netfilter: ebtables: fix OOB read in compat_mtw_from_user. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=81e675c227ec60a0bdcbb547dc530ebee23ff931 <d7a8fb6f10d55a1c37b0bf8c20cca24dffd76e00 || >=81e675c227ec60a0bdcbb547dc530ebee23ff931 <21af4c030567d2e6c89bb927bc18b51fba52a400 || >=81e675c227ec60a0bdcbb547dc530ebee23ff931 <dad9ebf8107955bb54bd3f9cf22591b6ff37bac1 || >=81e675c227ec60a0bdcbb547dc530ebee23ff931 <a27cb7325a6c69970041c7f8541fafed5a1ea3ec || >=81e675c227ec60a0bdcbb547dc530ebee23ff931 <7ad0e463fc7eafae2141cc38054264636f8b3e94 || >=81e675c227ec60a0bdcbb547dc530ebee23ff931 <bf8e8eac7ede51dc318e06acef5a896dcbba7595 || >=81e675c227ec60a0bdcbb547dc530ebee23ff931 <fcc4c043d137e7f1de4673dba1f3116e45377c67 || >=81e675c227ec60a0bdcbb547dc530ebee23ff931 <f438d1786d657d57790c5d138d6db3fc9fdac392 | d7a8fb6f10d55a1c37b0bf8c20cca24dffd76e00, 21af4c030567d2e6c89bb927bc18b51fba52a400, dad9ebf8107955bb54bd3f9cf22591b6ff37bac1, a27cb7325a6c69970041c7f8541fafed5a1ea3ec, 7ad0e463fc7eafae2141cc38054264636f8b3e94, bf8e8eac7ede51dc318e06acef5a896dcbba7595, fcc4c043d137e7f1de4673dba1f3116e45377c67, f438d1786d657d57790c5d138d6db3fc9fdac392 |
| Linux/Linuxgeneric | 2.6.34 | Not reported |
Published upstream
Jun 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 24, 2026
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.
Quoted source text, attributed separately from HOL analysis.
CVSS is 7.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=81e675c227ec60a0bdcbb547dc530ebee23ff931 <d7a8fb6f10d55a1c37b0bf8c20cca24dffd76e00 || >=81e675c227ec60a0bdcbb547dc530ebee23ff931 <21af4c030567d2e6c89bb927bc18b51fba52a400 || >=81e675c227ec60a0bdcbb547dc530ebee23ff931 <dad9ebf8107955bb54bd3f9cf22591b6ff37bac1 || >=81e675c227ec60a0bdcbb547dc530ebee23ff931 <a27cb7325a6c69970041c7f8541fafed5a1ea3ec || >=81e675c227ec60a0bdcbb547dc530ebee23ff931 <7ad0e463fc7eafae2141cc38054264636f8b3e94 || >=81e675c227ec60a0bdcbb547dc530ebee23ff931 <bf8e8eac7ede51dc318e06acef5a896dcbba7595 || >=81e675c227ec60a0bdcbb547dc530ebee23ff931 <fcc4c043d137e7f1de4673dba1f3116e45377c67 || >=81e675c227ec60a0bdcbb547dc530ebee23ff931 <f438d1786d657d57790c5d138d6db3fc9fdac392 | d7a8fb6f10d55a1c37b0bf8c20cca24dffd76e00, 21af4c030567d2e6c89bb927bc18b51fba52a400, dad9ebf8107955bb54bd3f9cf22591b6ff37bac1, a27cb7325a6c69970041c7f8541fafed5a1ea3ec, 7ad0e463fc7eafae2141cc38054264636f8b3e94, bf8e8eac7ede51dc318e06acef5a896dcbba7595, fcc4c043d137e7f1de4673dba1f3116e45377c67, f438d1786d657d57790c5d138d6db3fc9fdac392 |
| Linux/Linuxgeneric | 2.6.34 | Not reported |
Published upstream
Jun 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 24, 2026
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.
Quoted source text, attributed separately from HOL analysis.