CVE-2026-43452: netfilter: x_tables: guard option walkers against 1-byte tail reads

Published May 8, 2026
·
Updated

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

netfilter: xtables: guard option walkers against 1-byte tail reads

When the last byte of options is a non-single-byte option kind, walkers that advance with i += op[i + 1] ? : 1 can read op[i + 1] past the end of the option area.

Add an explicit i == optlen - 1 check before dereferencing op[i + 1] in xttcpudp and xtdccp option walkers.

Affected Software

11 affected components
Linux Linux kernel (netfilter/x_tables)
Linux Linux kernel>=2.6.16<5.10.253
Linux Linux kernel>=5.11<5.15.203
Linux Linux kernel>=5.16<6.1.167
Linux Linux kernel>=6.2<6.6.130
Linux Linux kernel>=6.7<6.12.78
Linux Linux kernel>=6.13<6.18.19
Linux Linux kernel>=6.19<6.19.9
Linux Linux kernel=7.0-rc1
Linux Linux kernel=7.0-rc2
Linux Linux kernel=7.0-rc3

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Guard the option-walker loop so it performs an explicit `i == optlen - 1` check before dereferencing `op[i + 1]` (and before using it to advance `i += op[i + 1]`) when walking the xt_tcpudp and xt_dccp option area. The resolved change is: 'guard option walkers against 1-byte tail reads of the option area'.

    Linux kernel netfilter x_tables option walkers (xt_tcpudp/xt_dccp) Add explicit boundary check before dereferencing op[i+1] = if (i == optlen - 1) { break/return safely; }

Event History

May 8, 2026
CVE Published
via MITRE·02:22 PM
Data Sourced
via MITRE·02:22 PM
DescriptionSeverity
Data Sourced
via NVD·03:16 PM
RemedyDescriptionSeverityAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2026-43452?

CVE-2026-43452 is classified as a low-severity vulnerability in the Linux kernel affecting netfilter/x_tables.

2

How do I fix CVE-2026-43452?

To fix CVE-2026-43452, update the Linux kernel to the latest stable version that includes the patch for this vulnerability.

3

What systems are affected by CVE-2026-43452?

CVE-2026-43452 affects the Linux kernel specifically in its netfilter/x_tables implementation.

4

What types of attacks can exploit CVE-2026-43452?

CVE-2026-43452 could potentially be exploited to cause unintended behavior or crashes in the networking stack.

5

Is CVE-2026-43452 mitigated by existing security measures?

While existing security measures may offer some protection, it is recommended to apply the latest updates to fully mitigate CVE-2026-43452.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203