LiveBreach Intelligence: data breaches, leaks & ransomware, tracked as they surfaceOngoing protection: GalaxyWarden →
Recent BreachesData breach tracker

CVE-2025-39964: Linux Kernel Race Condition Vulnerability

RBRecent Breaches Vulnerability Intelligence·Sep 18, 2026
CVSS 7.8 · High⚠ Actively exploited (CISA KEV)
7.8
CVSS score
High
Severity
Active
CISA KEV
No
Ransomware use
Sep 21, 2026
Patch deadline
⚠ Exploited in the wild. CISA added CVE-2025-39964 to its Known Exploited Vulnerabilities catalog on Sep 18, 2026, with a federal patch deadline of Sep 21, 2026 — meaning attackers are actively using it. If you run the affected software, patch it immediately.

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.

CVE-2025-39964 is a race condition in the Linux kernel affecting AF_ALG sockets. Concurrent writes to the same socket can interleave data unpredictably and leave the socket’s internal state inconsistent. For IT and security teams, this matters because kernel-level state corruption can undermine cryptographic or other AF_ALG-backed operations and may be abused for denial of service or further compromise depending on how the feature is used. Confirm exact impact, fixed versions, and scope against the vendor advisory.

CISA notes the weakness and directs organizations to apply vendor mitigations in line with BOD 26-04 risk-based prioritization and related forensics guidance. Ransomware use is not documented in the provided facts.

How it works

This issue is classed as CWE-362 (concurrent execution using shared resource with improper synchronization). AF_ALG provides a userspace interface to kernel crypto algorithms via sockets. When multiple writers can operate on the same AF_ALG socket without adequate synchronization, their writes can race. The CISA summary states that concurrent writes cause data to be unpredictably interleaved and create inconsistencies in the socket’s internal state.

An attacker who can drive concurrent write activity against a vulnerable AF_ALG socket path may trigger those inconsistent states. Exact exploit preconditions, privilege level, and resulting impact (for example crash, incorrect crypto results, or escalation) are not specified in the given facts; treat them as product- and configuration-dependent and verify against the kernel vendor advisory and your distribution’s notes. Do not assume remote unauthenticated reachability without confirmation.

Am I affected? How to find it in your systems

The affected component is the Linux kernel. AF_ALG is used where applications or libraries talk to kernel crypto via AF_ALG sockets (for example certain crypto offload or userspace crypto stacks that bind to algif interfaces). It commonly appears on servers, cloud images, containers’ host kernels, embedded/Linux appliances, and developer workstations running mainline or distribution kernels that include the vulnerable code path.

How to remediate

Patch first. Apply the vendor or distribution kernel update that addresses CVE-2025-39964 as named in the official advisory, then reboot into the patched kernel per your change process. Confirm the running kernel matches the fixed package.

If you can't patch immediately

Until a patched kernel is deployed, reduce likelihood and blast radius of concurrent AF_ALG abuse and state corruption.

If your data may have been exposed

Actively exploited kernel vulnerabilities can lead to host compromise and data exposure even when ransomware use is not documented for this CVE. If you suspect exploitation, isolate affected systems, preserve memory and disk evidence, rotate credentials and keys that may have been processed on the host, and follow your incident response plan and CISA forensics triage requirements. You can run a free exposure scan of your email addresses against known breach datasets to see whether associated accounts appear in prior public breaches while you complete kernel remediation and investigation.

AICompiled with AI assistance from public sources and published under our editorial standards.

Details

AffectedLinux · Kernel
WeaknessCWE-362
CVSS base score7.8 (High)
CVSS vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
PublishedOct 13, 2025
Added to CISA KEVSep 18, 2026
Federal patch deadlineSep 21, 2026
Known ransomware useNot documented
Check if your data is exposed →

References

Official records: NVD · CISA KEV

← All actively-exploited vulnerabilities