PT-2026-73017 · Linux · Linux Kernel
CVE-2026-74565
·
Published
2026-08-15
·
Updated
2026-08-18
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/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
A use-after-free issue exists in the netfilter nf tables component. The
nft object rhltable is global, which allows other network namespaces to access objects that are being removed from the lookup path. Because the nft obj destroy() function releases objects immediately, this can lead to a use-after-free condition. The issue also affects the nft rcv nl event() path. To resolve this, the nft object rhltable must be made per table, and the nft obj lookup() function must be updated to accept the table as non-const to allow proper interaction with rhltable lookup().Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel