CVE 8.2 HIGH

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

8.2 / 10
HIGH
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H

Description

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

netfilter: x_tables: 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 xt_tcpudp and xt_dccp option walkers.

Basic Information

ID CVE-2026-43452
Source Linux
Published May 8, 2026 at 14:22
Modified May 11, 2026 at 06:34

Affected Product

Vendor Linux
Product Linux
Version 2e4e6a17af35be359cc8f1c924f8f198fbd478cc
Affected Versions Linux Linux 2e4e6a17af35be359cc8f1c924f8f198fbd478cc
Linux Linux 2e4e6a17af35be359cc8f1c924f8f198fbd478cc
Linux Linux 2e4e6a17af35be359cc8f1c924f8f198fbd478cc
Linux Linux 2e4e6a17af35be359cc8f1c924f8f198fbd478cc
Linux Linux 2e4e6a17af35be359cc8f1c924f8f198fbd478cc
Linux Linux 2e4e6a17af35be359cc8f1c924f8f198fbd478cc
Linux Linux 2e4e6a17af35be359cc8f1c924f8f198fbd478cc
Linux Linux 2e4e6a17af35be359cc8f1c924f8f198fbd478cc
Linux Linux 2.6.16

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.