CVE-2026-53016: crypto: ccp - copy IV using skcipher ivsize

Published Jun 24, 2026
·
Updated

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

crypto: ccp - copy IV using skcipher ivsize

AFALG rfc3686-ctr-aes-ccp requests pass an 8-byte IV to the driver.

ccpaescomplete() restores AESBLOCKSIZE bytes into the caller's IV buffer while RFC3686 skciphers expose an 8-byte IV, so the restore overruns the provided buffer.

Use cryptoskcipherivsize() to copy only the algorithm's IV length.

Affected Software

8 affected components
Linux Kernel
Linux Linux kernel>=3.14<5.10.258
Linux Linux kernel>=5.11<5.15.209
Linux Linux kernel>=5.16<6.1.175
Linux Linux kernel>=6.2<6.6.141
Linux Linux kernel>=6.7<6.12.91
Linux Linux kernel>=6.13<6.18.33
Linux Linux kernel>=6.19<7.0.10

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    Update the Linux kernel to a version where the fix is applied: copy only the algorithm's IV length using crypto_skcipher_ivsize() instead of restoring AES_BLOCK_SIZE bytes into the caller's RFC3686 skcipher 8-byte IV buffer (fix described as "crypto: ccp - copy IV using skcipher ivsize").

Event History

Jun 24, 2026
CVE Published
via MITRE·04:29 PM
Data Sourced
via MITRE·04:29 PM
DescriptionSeverity
Data Sourced
via NVD·05:17 PM
RemedyDescriptionSeverityWeaknessAffected Software
Data Sourced
via Red Hat·06:02 PM
DescriptionSeverityAffected Software

Frequently Asked Questions

1

What conditions are required to trigger this issue?

The issue is triggered by AF_ALG rfc3686-ctr-aes-ccp requests. Those requests provide an 8-byte IV to the CCP driver, which previously restored AES_BLOCK_SIZE bytes into that caller-provided IV buffer.

2

What component is affected?

The affected component is the Linux kernel CCP crypto driver path handling AF_ALG RFC3686 CTR AES requests. The corrected behavior copies the IV using the skcipher algorithm's reported IV size rather than AES_BLOCK_SIZE.

3

What does the fix change?

The fix changes ccp_aes_complete() to use crypto_skcipher_ivsize() when copying the IV back to the caller. This limits the copy to the algorithm's IV length and prevents writing beyond the 8-byte RFC3686 IV buffer.

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