PatchSiren cyber security CVE debrief
CVE-2026-74583 Linux CVE debrief
The Linux kernel has a use-after-free vulnerability in the route4 classifier fastmap. A race condition allows a reader to cache a pointer to a filter after it has been unlinked and freed by a writer. This can cause a KASAN slab-use-after-free report when a packet hits the stale fastmap entry. The vulnerability was introduced in the Linux kernel's route4 classifier fastmap. The route4 classifier maintains a 16-slot fastmap cache that stores raw struct route4_filter pointers indexed by (id, iif). A reproducer was provided using an mdelay(100) accelerator in route4_set_fastmap() and a concurrent add/delete stress test. Both triggered KASAN slab-use-after-free reports in the route4 fastmap paths. The fix introduces a per-filter boolean dying flag to suppress stale fastmap republishing by in-flight readers.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-21
- Original CVE updated
- 2026-08-21
- Advisory published
- 2026-08-21
- Advisory updated
- 2026-08-21
Who should care
Linux kernel developers and administrators, network security teams, and organizations using Linux-based systems should review and apply the provided kernel patches to fix the vulnerability. They should also implement additional monitoring and logging to detect potential exploitation attempts and consider using a Web Application Firewall (WAF) to detect and prevent attacks. Regular vulnerability scans and patch management are crucial to ensure timely updates and mitigate potential risks. Affected Linux kernel deployments should be identified and prioritized for remediation based on their operational criticality and potential exposure to attacks. Security teams should track exceptions, retest remediated assets, and close the item only after evidence is documented. Asset inventory and vulnerability management processes should be reviewed to ensure that affected systems are properly identified and remediated. Monitoring and detection capabilities should be enhanced to identify potential exploitation attempts and anomalous behavior. Rollback and change management procedures should be implemented to quickly revert changes if issues arise during remediation. Source tracking and incident response planning are essential to quickly respond to potential security incidents related to this vulnerability. Compensating controls, such as network segmentation and access controls, may be necessary to mitigate risks while remediation is scheduled and verified. The Linux kernel community and relevant open-source projects should be engaged to ensure that the fix is properly integrated and tested. Collaboration with Linux distribution maintainers and cloud providers may be necessary to ensure that the fix is properly deployed and configured in various environments. The National Vulnerability Database (NVD) and other vulnerability management resources should be consulted to stay informed about potential risks and mitigation strategies. Security awareness and training programs should be updated to educate developers, administrators, and users about the risks associated with this vulnerability and the importance of timely remediation and mitigation. Business continuity and disaster-re覆盖
Technical summary
The route4 classifier maintains a 16-slot fastmap cache that stores raw struct route4_filter pointers indexed by (id, iif). A race condition allows a reader to cache a pointer to a filter after it has been unlinked and freed by a writer. The fix introduces a per-filter boolean dying flag to suppress stale fastmap republishing by in-flight readers. This change prevents the use-after-free vulnerability by ensuring that stale fastmap entries are not accessed after the filter has been freed.
Defensive priority
High
Recommended defensive actions
- Review and apply the provided kernel patches to fix the vulnerability
- Implement additional monitoring and logging to detect potential exploitation attempts
- Consider using a Web Application Firewall (WAF) to detect and prevent attacks
- Perform regular vulnerability scans and patch management to ensure timely updates
- 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.
Evidence notes
The vulnerability was introduced in the Linux kernel's route4 classifier fastmap. A reproducer was provided using an mdelay(100) accelerator in route4_set_fastmap() and a concurrent add/delete stress test. Both triggered KASAN slab-use-after-free reports in the route4 fastmap paths. The fix introduces a per-filter boolean dying flag to suppress stale fastmap republishing by in-flight readers. Evidence is limited to public CVE details and NVD information.
Official resources
-
CVE-2026-74583 CVE record
CVE.org
-
CVE-2026-74583 NVD detail
NVD
-
Source item URL
nvd_modified
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-21T17:16:44.643Z and has not been modified since then.