CVE-2025-40182
BaseFortify
Publication date: 2025-11-12
Last updated on: 2025-11-14
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is in the Linux kernel's crypto subsystem, specifically in the skcipher (symmetric key cipher) algorithms. A recent change introduced a new field called cra_reqsize to replace older request size fields. However, this field was not properly handled in skcipher algorithms, causing memory corruptions and crashes because the reqsize was not correctly initialized. The fix involved adding proper set_reqsize calls during the initialization of these algorithms to prevent such issues.
How can this vulnerability impact me? :
This vulnerability can cause memory corruption and crashes in the Linux kernel when using certain cryptographic algorithms. This can lead to system instability, potential denial of service, or unexpected behavior in applications relying on these crypto functions.