REDHAT-BUG-2492269: Medium severity Linux Kernel vulnerability

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

1 affected component
Linux Kernel

Event History

Jun 24, 2026
Data Sourced
via Red Hat·06:02 PM
DescriptionSeverityAffected Software
Aug 29, 58483
Event
via Red Hat·04:49 AM

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems using the Linux kernel CCP crypto driver with AF_ALG RFC3686 CTR-AES requests are exposed. The vulnerable path is reached when those requests provide the RFC3686 skcipher's 8-byte IV to the driver.

2

What does successful exploitation require?

An attacker or workload must be able to submit AF_ALG RFC3686 CTR-AES requests that reach the CCP driver. The issue occurs when completion restores 16 bytes of IV data into an 8-byte caller-provided IV buffer.

3

How can the issue be mitigated if an updated kernel cannot be installed immediately?

Avoid using AF_ALG RFC3686 CTR-AES requests through the CCP driver until the kernel fix is available. The provided fix changes IV restoration to use the skcipher algorithm's actual IV size rather than AES_BLOCK_SIZE.

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