CVE-2026-74566
Received Received - Intake

BaseFortify

Vulnerability report for CVE-2026-74566, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-15

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: keys: make keyring key-chunk byte order agree with keyring_diff_objects() keyring_get_key_chunk() loads description bytes into the index chunk low address first, while keyring_diff_objects() numbers the first differing bit from the low end and folds the absolute byte index into the level without removing the inline-prefix offset the level already carries. The two disagree on byte order and bit position, so the array can be told two keys first differ at a bit that does not differ in the chunk the walker uses, letting crafted descriptions collide into one node. Load the chunk in the order keyring_diff_objects() assumes and drop the inline-prefix length when folding the byte index into the level. This only changes the in-memory ordering used to place keys within a keyring; add, search and read of non-colliding keys are unaffected.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-15
Generated
2026-08-15
AI Q&A
2026-08-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a mismatch in byte order between two functions, keyring_get_key_chunk() and keyring_diff_objects(). The issue allows crafted key descriptions to collide into a single node, potentially causing unintended key overlaps in a keyring.

Detection Guidance

This vulnerability is specific to the Linux kernel's keyring subsystem and requires kernel-level inspection. Detection involves checking kernel version and keyring behavior. Use 'uname -r' to verify kernel version and 'dmesg | grep keyring' to check for related errors. No direct network detection commands are applicable.

Impact Analysis

An attacker could exploit this to manipulate keyring behavior, leading to unauthorized access or denial of service. However, non-colliding keys remain unaffected, limiting practical impact.

Mitigation Strategies

Apply the latest kernel patch from your Linux distribution. Update the kernel to a version containing the fix. If immediate patching is not possible, avoid creating or modifying keyrings with untrusted keys until patched.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-74566. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart