PatchSiren cyber security CVE debrief
CVE-2026-74565 Linux CVE debrief
A use-after-free vulnerability exists in the Linux kernel's netfilter component. The nft_object rhltable is currently global, allowing access to objects being released from the lookup path by other network namespaces. This can lead to use-after-free of these objects being released. The issue is addressed by making the rhltable per table. This change ensures that objects are properly isolated and managed within their respective tables, preventing unintended access and potential security risks.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-15
- Original CVE updated
- 2026-09-14
- Advisory published
- 2026-08-15
- Advisory updated
- 2026-09-14
Who should care
Linux kernel maintainers, Linux distribution maintainers, and users of Linux kernel deployments should assess exposure and verify patch deployment to prevent potential use-after-free. This includes reviewing the vulnerability details, understanding the impact on their systems, and taking necessary actions to mitigate the risk. Maintainers and users must work together to ensure that affected systems are patched and that compensating controls are in place to
Why it matters
CVE-2026-74565 is a use-after-free vulnerability in the Linux kernel's netfilter component. Linux kernel maintainers and users should assess exposure and verify patch deployment to prevent potential use-after-free.
- Verify patch deployment for Linux kernel versions to prevent potential use-after-free
- Assess exposure of Linux kernel deployments to CVE-2026-74565
- Monitor Linux kernel updates for potential backports of the fix
Technical summary
The Linux kernel's netfilter component has a use-after-free vulnerability due to a global nft_object rhltable. This allows access to objects being released from the lookup path by other network namespaces, potentially leading to use-after-free of these objects. The issue is addressed by making the rhltable per table, ensuring proper isolation and management of objects within their respective tables. This change prevents unintended access and potential security risks associated with use-after-free vulnerabilities. Users are advised to update to the latest Linux kernel version to apply this fix.
Defensive priority
Linux kernel maintainers and users should assess exposure and verify patch deployment.
Recommended defensive actions
- Assess exposure of Linux kernel deployments to CVE-2026-74565
- Verify patch deployment for Linux kernel versions
- Monitor Linux kernel updates for potential backports
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and NVD entry provide details on the vulnerability. Multiple source references from the Linux kernel Git repository are available. The vulnerability has been resolved in the Linux kernel, and users are advised to update to the latest version to ensure protection. The fix involves making the nft_object rhltable per table to prevent use-after-free vulnerabilities.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-74565 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-74565
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-74565 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-74565
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/1948e4f85b855618b5b9a27265f98d816f4cb7cb
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/4b549d32d34ee765527e63726bb1af984876e776
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/523c881661dde67efb44fce38c8eed50a72a57c1
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/63ba12b664a2cd3220ed43e22c717715f4cc2ae8
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/7d4789b58761d9d48d9b5f5e7e0a510c3bbfb3af
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/f4f699790590bd0896c48a71e9232a65198f92f0
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.