CVE-2026-97590: s390/crypto: Fix missing scrub of temp buffers with PAES algorithm

Published Sep 25, 2026
·
Updated

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

s390/crypto: Fix missing scrub of temp buffers with PAES algorithm

In function ctrpaesdocrypt() there is a buffer used to process remaining bytes < AESBLOCKSIZE. This buffer was not scrubbed and thus could lead to expose of unwanted data. Rework the code to explicitly scrub the buffer at the end of the function to avoid exposure of maybe sensitive data.

In function xts2keysprepparam() change the existing scrub to clean the whole param block instead of just the key field.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    In __xts_2keys_prep_param(), change the existing scrub to clean the whole parameter block instead of only the key field.

  2. Compensating control

    In ctr_paes_do_crypt(), explicitly scrub the temporary buffer used for processing at the end of the function, including remaining bytes smaller than AES_BLOCK_SIZE.

Event History

Sep 25, 2026
CVE Published
via MITRE·10:22 AM
Data Sourced
via MITRE·10:22 AM
Description
Data Sourced
via NVD·11:17 AM
Description

Frequently Asked Questions

1

Which systems are realistically exposed to this issue?

The affected code is in the Linux kernel s390 cryptographic implementation and specifically involves the PAES algorithm. Systems that do not use this s390/crypto PAES code are not identified by the provided data as exposed.

2

What data could be exposed?

A temporary buffer used by ctr_paes_do_crypt() to process remaining data shorter than an AES block was not scrubbed, potentially leaving sensitive data available after use. The XTS two-key parameter preparation path also previously scrubbed only the key field rather than the entire parameter block.

3

What remediation is described?

The fix explicitly scrubs the temporary buffer at the end of ctr_paes_do_crypt() and clears the entire parameter block in __xts_2keys_prep_param(). The provided references point to the corresponding stable kernel commits.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203