← back
CVE-2025-39964highunder attackCWE-362

crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg

51Vexday Risk Score

Prioritize patching. It under exploitation confirmed by CISA.

ssvc Actcvss 7.8epss 0.8%
from disclosure to weapon
Published on NVDOct 13
CISA KEV+340d
exploitation probability
0.8%top 46% of all CVEs
observed exploitation
yesCISA + VulnCheck
What the vendors declare (VEX)

Official vendor statements in CSAF/VEX format: whether their product is affected, already fixed, or ruled out — and why. These are the vendor's assertions, not Vexday's judgment.

Affected
5 products (261 components)
Red Hat Enterprise Linux 9 · Red Hat Enterprise Linux 10 · Red Hat Enterprise Linux 8 · Red Hat Enterprise Linux 7 · Red Hat Enterprise Linux for NVIDIA 26
workaround: Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.
Not affected
1 product (14 components)because the vulnerable code is not present in the product
Red Hat Enterprise Linux 6
Action required by CISAfederal deadline: 2026-09-21

Apply mitigations in accordance with vendor instructions, ensuring compliance with CISA’s BOD 26-04 Prioritizing Security Updates Based on Risk (see URL in Notes) guidance and CISA’s “Forensics Triage Requirements” (see URL in Notes). Follow applicable BOD 26-04 guidance for cloud services or discontinue use of the product if mitigations are unavailable. Stakeholders are responsible for evaluating each asset's internet exposure and ensuring adherence to BOD 26-04 patching guidelines.

In short

A flaw in the Linux kernel's cryptographic socket interface (af_alg) allows two processes to write data to the same socket simultaneously, causing the data to mix unpredictably and corrupt the socket's internal state. This can lead to incorrect cryptographic operations or crashes.

Technical detail

CVE-2025-39964 addresses a race condition (CWE-362) in af_alg_sendmsg where concurrent writes to the same af_alg socket lack serialization, resulting in data interleaving and state inconsistencies. The vulnerability is mitigated by introducing an exclusive write-ownership mechanism (ctx->write field) to enforce mutual exclusion on socket write operations.

Summary generated and translated by AI from the official description.
In the Linux kernel, the following vulnerability has been resolved: crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg Issuing two writes to the same af_alg socket is bogus as the data will be interleaved in an unpredictable fashion. Furthermore, concurrent writes may create inconsistencies in the internal socket state. Disallow this by adding a new ctx->write field that indiciates exclusive ownership for writing.
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected products
Linux · Linux