CVE-2026-74567
Last modified
CVE-2026-74567 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. 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.. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f771fde82051976a6fc0fd570f8b86de4a92124b, < 4c0c26f751e50d3027eacc4d7d0fabc31f1d7e6b; >= f771fde82051976a6fc0fd570f8b86de4a92124b, < 79916f40d4ab1b4ae694d8c024fd179454bfe46e; >= f771fde82051976a6fc0fd570f8b86de4a92124b, < e5b01998cef8d7f613200230ccaadebe5de9135c; >= f771fde82051976a6fc0fd570f8b86de4a92124b, < d1933e03e8c74a018550c31a393b79c4d95bff40; >= f771fde82051976a6fc0fd570f8b86de4a92124b, < 3a744838453fb9309ce5a5526d3252e211d60152; >= f771fde82051976a6fc0fd570f8b86de4a92124b, < e9417d21a22ad2ec398e78fcf084b717ce92cf2f; >= f771fde82051976a6fc0fd570f8b86de4a92124b, < 8dba33c1e779d0fb9a2acb31e354cf0fc0229111; >= f771fde82051976a6fc0fd570f8b86de4a92124b, < 63918731f9ae25b5deb022f118e941e6dddfcef4 |
| Linux | Linux | 5.3 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74567?
How severe is CVE-2026-74567?
How do I fix CVE-2026-74567?
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-74561In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74562In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74563In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74564In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-74565In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74566In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74568In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-74569In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-7457The LatePoint plugin for WordPress is vulnerable to Stored C…6.4
- CVE-2026-74570In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74571In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74572In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2026-74567?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
