CVE-2026-97592
Received Received - Intake

Linux kernel AES-CTR/GCM buffer scrub vulnerability

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

Publication date: 2026-09-25

Last updated on: 2026-09-25

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: s390/crypto: Fix missing scrub of temp buffers with AES ctr and gcm algorithm In function ctr_aes_crypt() there is a buffer used to process remaining bytes < AES_BLOCK_SIZE. This buffer was not scrubbed and thus could lead to expose of unwanted data. When the buffer is used explicitly scrub it at the end of the code block to avoid exposure of maybe sensitive data. In a similar way the function gcm_aes_crypt() hat an error path where the CPACF param block was not scrubbed. Instead of return early now these error paths go to end of function where explicit scrubbing is done. Similar with the buffers which are part of the gcm_sg_walk structs from the variables gw_in and gw_out.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-25
Last Modified
2026-09-25
Generated
2026-09-25
AI Q&A
2026-09-25
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 missing scrubbing of temporary buffers used in AES encryption algorithms (CTR and GCM modes). The buffers were not cleared after use, potentially exposing sensitive data. The issue was fixed by explicitly scrubbing these buffers at the end of their respective code blocks.

Detection Guidance

This vulnerability is specific to the Linux kernel's s390/crypto module and involves improper scrubbing of temporary buffers. Detection requires checking if your system is running a vulnerable kernel version. Use commands like 'uname -a' to check the kernel version and 'grep -r ctr_aes_crypt /proc/kallsyms' to verify if the affected functions are present.

Impact Analysis

If exploited, this vulnerability could allow unauthorized access to sensitive data processed by AES encryption on affected systems. Attackers might recover remnants of plaintext or sensitive information from memory. Systems using s390/crypto with AES CTR or GCM modes are at risk.

Compliance Impact

This vulnerability could lead to data breaches, violating GDPR's data protection requirements or HIPAA's safeguards for protected health information. Organizations may face compliance penalties if sensitive data is exposed due to insufficient memory sanitization.

Mitigation Strategies

Immediately update your Linux kernel to the latest stable version that includes the fix for this vulnerability. If updating is not immediately possible, consider disabling the s390/crypto module if it is not required for your system's operations.

Chat Assistant

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

EPSS Chart