PT-2026-52361 · Linux · Linux Kernel
CVE-2026-53266
·
Published
2026-06-01
·
Updated
2026-09-07
CVSS v3.1
9.8
Critical
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
An issue exists in the netfilter bridge ebtables SNAT target regarding how the ARP sender hardware address rewrite is handled. While the Ethernet source address rewrite is managed via
skb ensure writable(skb, 0), the ARP rewrite uses skb store bits() at an offset relative to skb->data. Because skb header pointer() only ensures the ARP header is readable and not writable, if the sender hardware address range is held in a nonlinear skb fragment backed by a splice-imported file page, skb store bits() may copy the new MAC address directly into the frag page. This occurs during the execution of the skb store bits() function.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Buffer Overflow
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel