CVE Catalog

CVE-2026-74466

Low risk· EPSS 7%
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.17%

7th percentile - higher than 7% of all known CVEs

Summary

In the Linux kernel, in the s390/zcrypt subsystem, a speculative memory read possibility was found. The user-controlled domain value is used as an array index after bounds checking, but without a speculation barrier. The missing array_index_nospec() call was added to prevent speculative execution.

Risk Assessment

An attacker could exploit this vulnerability to speculatively read kernel memory, potentially leading to disclosure of sensitive information.

Recommendation

Apply the Linux kernel update containing the fix for CVE-2026-74466.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Close speculative mem read possibility The domain value is extracted from a given CCA or EP11 ioctl struct when a CPRB is about to be sent. Thus this is a user controlled value. Under some special conditions (custom device node used, administrative load) this value is used as an array index after bounds checking, but without speculation barrier. Add the missing array_index_nospec() call to prevent speculative execution where this domain value is used.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS