PT-2026-39114 · Linux+2 · Linux Kernel+2

CVE-2026-43453

·

Published

2026-03-06

·

Updated

2026-08-23

CVSS v3.1

7.1

High

VectorAV: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 versions 5.10 through 6.19
Description A stack out-of-bounds read exists in the nftables pipapo set backend 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. On the final iteration, where i equals m->field count - 1, the code reads one element beyond the end of the stack-allocated rulemap array (which has a maximum size of 16 fields). Although pipapo unmap() is designed to return early when the is last flag is true without using the to offset value, C evaluates all arguments at the call site before the function executes, resulting in an out-of-bounds read. This can be triggered during normal operations such as element expiration or deletion via the kernel garbage collector.
Recommendations Update Linux kernel to a version later than 6.19. As a temporary workaround, restrict the use of pipapo sets with 16 concatenated fields and timeouts to minimize the risk of triggering the out-of-bounds read.

Exploit

Fix

Out of bounds Read

Buffer Overflow

Information Disclosure

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

BDU:2026-14149
CVE-2026-43453
OESA-2026-2674
USN-8567-1
USN-8574-1
USN-8574-2
USN-8574-3
USN-8575-1
USN-8575-2
USN-8575-3
USN-8576-1
USN-8576-2
USN-8595-1
USN-8595-2
USN-8595-3
USN-8596-1
USN-8597-1
USN-8606-1
USN-8607-1
USN-8608-1
USN-8609-1
USN-8610-1
USN-8619-1
USN-8620-1
USN-8620-2
USN-8620-3
USN-8620-4
USN-8665-1
USN-8668-1

Affected Products

Linuxmint
Linux Kernel
Ubuntu