---
cve: "CVE-2026-74567"
severity: "HIGH"
cvss: 7.1
epss: "12%"
vendor: "Linux"
kev: false
exploited: false
published: "2026-08-15 13:18:02"
tags: [cve, security, high]
source: tsecurity.de CVE-Dossier
exported: "2026-09-09T13:29:35+02:00"
---

# CVE-2026-74567

> 7.1 HIGH

## Beschreibung

In the Linux kernel, the following vulnerability has been resolved:

keys: fix out-of-bounds read in keyring_get_key_chunk()

For description-level chunks keyring_get_key_chunk() advances the read
pointer by level * sizeof(long) past the inline prefix but only
bounds-checks the prefix, so a long enough key description is read past
its kmemdup(desc, desc_len + 1) allocation.  Compute the full byte
offset and bounds-check the description against it before reading.

The walk only reaches a description-level chunk when two keys collide
through the hash, x, type and domain_tag chunks, so this is reached from
an unprivileged add_key(2) with a crafted pair of same-type keys whose
index hashes collide; KASAN reports a slab-out-of-bounds read.

## CVSS-Vektor

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

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

## 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/4c0c26f751e50d3027eacc4d7d0fabc31f1d7e6b>
- <https://git.kernel.org/stable/c/79916f40d4ab1b4ae694d8c024fd179454bfe46e>
- <https://git.kernel.org/stable/c/e5b01998cef8d7f613200230ccaadebe5de9135c>
- <https://git.kernel.org/stable/c/d1933e03e8c74a018550c31a393b79c4d95bff40>
- <https://git.kernel.org/stable/c/3a744838453fb9309ce5a5526d3252e211d60152>
- <https://git.kernel.org/stable/c/e9417d21a22ad2ec398e78fcf084b717ce92cf2f>
- <https://git.kernel.org/stable/c/8dba33c1e779d0fb9a2acb31e354cf0fc0229111>
- <https://git.kernel.org/stable/c/63918731f9ae25b5deb022f118e941e6dddfcef4>

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