---
cve: "CVE-2026-74475"
severity: "CRITICAL"
cvss: 10.0
epss: "45%"
vendor: "Linux"
kev: false
exploited: false
published: "2026-08-15 13:17:52"
tags: [cve, security, critical]
source: tsecurity.de CVE-Dossier
exported: "2026-09-03T06:20:47+02:00"
---

# CVE-2026-74475

> 10.0 CRITICAL

## Beschreibung

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.

## CVSS-Vektor

```
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:L
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Netzwerk | bad |
| AC Komplexität | Gering | bad |
| PR Privilegien | Keine | bad |
| UI Interaktion | Keine | bad |
| S Scope | Verändert | bad |
| C Vertraulichkeit | Hoch | bad |
| I Integrität | Hoch | bad |
| A Verfügbarkeit | Gering | warn |

## Patch verfügbar (OSV)

- Kernel ≥ 5.10.265
- Kernel ≥ 5.15.216
- Kernel ≥ 6.1.183
- Kernel ≥ 6.6.151
- Kernel ≥ 6.12.103
- Kernel ≥ 6.18.44
- Kernel ≥ 7.1.8

## Referenzen

- <https://git.kernel.org/stable/c/32a9590a8d30426e3db63e6b20893e47e02576c0>
- <https://git.kernel.org/stable/c/d0993fc053f29e15cc7c9fe2029df3882a2ab5ab>
- <https://git.kernel.org/stable/c/87210054bad82bbae6f483a742dc45722fb47a6b>
- <https://git.kernel.org/stable/c/d08e8ac13f2e228cc7fc3c70b5ebe71557b624a0>
- <https://git.kernel.org/stable/c/ec341bb76d77b4c2948764375ee6bfeef4bb41c3>
- <https://git.kernel.org/stable/c/ff89415d34c3ab9f5312316423122e664ed3524f>
- <https://git.kernel.org/stable/c/05f2987f73daa05333fd713d05546142f9f7c5f0>
- <https://git.kernel.org/stable/c/8eca411347e1d38964f9ed2c8d3b6ab0e7e4473d>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-74475) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
