CVE-2026-74567

Source
https://cve.org/CVERecord?id=CVE-2026-74567
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74567.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74567
Downstream
Published
2026-08-15T12:28:08.240Z
Modified
2026-08-18T03:56:51.676760689Z
Severity
  • 7.1 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H CVSS Calculator
Summary
keys: fix out-of-bounds read in keyring_get_key_chunk()
Details

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

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

For description-level chunks keyringgetkeychunk() 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, desclen + 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 domaintag chunks, so this is reached from an unprivileged addkey(2) with a crafted pair of same-type keys whose index hashes collide; KASAN reports a slab-out-of-bounds read.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74567.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
f771fde82051976a6fc0fd570f8b86de4a92124b
Fixed
d1933e03e8c74a018550c31a393b79c4d95bff40
Fixed
3a744838453fb9309ce5a5526d3252e211d60152
Fixed
e9417d21a22ad2ec398e78fcf084b717ce92cf2f
Fixed
8dba33c1e779d0fb9a2acb31e354cf0fc0229111
Fixed
63918731f9ae25b5deb022f118e941e6dddfcef4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74567.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.3.0
Fixed
6.6.151
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.103
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.44
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.8

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74567.json"