PT-2026-39114 · Linux · Linux Kernel
Published
2026-05-08
·
Updated
2026-05-15
·
CVE-2026-43453
CVSS v3.1
7.1
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A stack out-of-bounds read exists in the netfilter component within the
pipapo drop() function. The issue occurs because the function passes rulemap[i + 1].n to pipapo unmap() as the to offset argument during every iteration, including the final one where i equals m->field count - 1. This results in reading one element beyond the end of the stack-allocated rulemap array, which is defined with a maximum size of 16 fields. Although pipapo unmap() may return early when is last is true, the argument is evaluated at the call site before the function executes, leading to the out-of-bounds read.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Out of bounds Read
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel