CVE-2025-39964
BaseFortify
Publication date: 2025-10-13
Last updated on: 2026-02-26
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's crypto subsystem (af_alg) involves the ability to issue concurrent writes to the same af_alg socket. Such concurrent writes are problematic because the data can become interleaved unpredictably, leading to inconsistencies in the internal socket state. The fix disallows concurrent writes by introducing a mechanism to ensure exclusive ownership for writing.
How can this vulnerability impact me? :
The vulnerability can cause data corruption or unpredictable behavior in applications using the af_alg socket interface for cryptographic operations, due to interleaved data and inconsistent socket state. This may lead to failures or security issues in software relying on these cryptographic functions.