CVE-2026-74475
Last modified
CVE-2026-74475 is a critical-severity vulnerability rated 10/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: vxlan: use neigh_ha_snapshot() in route_shortcircuit() The neighbour hardware address n->ha can be updated asynchronously by the neighbour subsystem, protected by n->ha_lock seqlock. Reading n->ha without holding the seqlock loop can lead to torn reads or reading a partially updated MAC address. Use neigh_ha_snapshot() in route_shortcircuit() to safely copy n->ha under read_seqbegin()/read_seqretry() lock protection before using it. Note that arp_reduce() and neigh_reduce() seem to have the same issue left for future patches.. EPSS estimates a 0.40% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: vxlan: use neigh_ha_snapshot() in route_shortcircuit() The neighbour hardware address n->ha can be updated asynchronously by the neighbour subsystem, protected by n->ha_lock seqlock. Reading n->ha without holding the seqlock loop can lead to torn reads or reading a partially updated MAC address. Use neigh_ha_snapshot() in route_shortcircuit() to safely copy n->ha under read_seqbegin()/read_seqretry() lock protection before using it. Note that arp_reduce() and neigh_reduce() seem to have the same issue left for future patches.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:L
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e4f67addf158f98f8197e08974966b18480dc751, < 32a9590a8d30426e3db63e6b20893e47e02576c0; >= e4f67addf158f98f8197e08974966b18480dc751, < d0993fc053f29e15cc7c9fe2029df3882a2ab5ab; >= e4f67addf158f98f8197e08974966b18480dc751, < 87210054bad82bbae6f483a742dc45722fb47a6b; >= e4f67addf158f98f8197e08974966b18480dc751, < d08e8ac13f2e228cc7fc3c70b5ebe71557b624a0; >= e4f67addf158f98f8197e08974966b18480dc751, < ec341bb76d77b4c2948764375ee6bfeef4bb41c3; >= e4f67addf158f98f8197e08974966b18480dc751, < ff89415d34c3ab9f5312316423122e664ed3524f; >= e4f67addf158f98f8197e08974966b18480dc751, < 05f2987f73daa05333fd713d05546142f9f7c5f0; >= e4f67addf158f98f8197e08974966b18480dc751, < 8eca411347e1d38964f9ed2c8d3b6ab0e7e4473d |
| Linux | Linux | 3.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74475?
How severe is CVE-2026-74475?
How do I fix CVE-2026-74475?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-7447A flaw has been found in SourceCodester Pet Grooming Managem…6.3
- CVE-2026-74470In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74471In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74472In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74473In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74474In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74476In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-74477In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74478In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74479In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7448Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-74480In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-74475?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
