TL;DR
CISA confirmed active attacks targeting two distinct Linux kernel flaws. The vulnerabilities involve race conditions in cryptographic sockets and memory corruption in network packet filters. System operators should apply vendor updates or disable vulnerable modules immediately.
- Product: Linux
- Vulnerabilities: 2 flaws (CVE-2025-39964, CVE-2026-53266)
- Highest severity: 8.8 (High · CVSSv3)
- Worst impact: netfilter: bridge: make ebt_snat ARP rewrite writable
- Status: Exploited in the wild
- Action: Update to 0f28c4adbc4a97437874c9b669fd7958a8c6d6ce, e4c1ec11132ec466f7362a95f36a506ce4dc08c9, 1f323a48e9b5ebfe6dc7d130fdf5c3c0e92a07c8, 7c4491b5644e3a3708f3dbd7591be0a570135b84 (+29) now
| CVE | CVSS (CVSSv3) | Type | Fixed in | Status |
|---|---|---|---|---|
| CVE-2026-53266 | 8.8 | NVD-CWE-noinfo | bf84ad7c7a9ede46e31afaa41a1ba06a159e8c87, 76280b78cc9f23bdc6438e10ad6dff148ef8375b, b7e91939ba9be805a62a257fa4e227dffbb88fa0 (+16) | Exploited in the wild |
| CVE-2025-39964 | 7.8 | NVD-CWE-noinfo | 0f28c4adbc4a97437874c9b669fd7958a8c6d6ce, e4c1ec11132ec466f7362a95f36a506ce4dc08c9, 1f323a48e9b5ebfe6dc7d130fdf5c3c0e92a07c8 (+11) | Exploited in the wild |
Track every Linux kernel CVE the moment it's exploited.
Get free email alertsWhy This Matters
Linux powers billions of cloud instances, enterprise servers, and connected devices worldwide. Therefore, flaws within core kernel subsystems create serious security risks for critical infrastructure. Because threat actors are exploiting these weaknesses in the wild, unpatched systems face immediate danger. Attackers can destabilize production environments or escalate local user accounts into full administrative control.
How the Attacks Work
The first flaw, CVE-2025-39964, stems from a race condition inside the kernel cryptographic user API. The advisory notes: “The AF_ALG datapath allowed two writers on the same socket, causing request payloads to interleave unpredictably.” As a result, this flaw can corrupt cryptographic results or cause denial-of-service conditions.
The second vulnerability, CVE-2026-53266, affects the netfilter bridge ebtables module. The advisory warns: “An Important flaw in the Linux kernel’s ebtables SNAT target allows a local attacker to achieve privilege escalation.” When rewriting address ranges in nonlinear network fragments, the driver copies data into memory pages without confirming write access.
Affected Versions
These Linux kernel vulnerabilities impact numerous production Linux distributions running unpatched kernel trees. Specifically, the issues affect systems with active cryptographic user APIs or customized bridge packet filters.
Patch and Mitigation Steps
Administrators must deploy the latest distribution updates immediately to secure their endpoints. If immediate updates are impractical, teams should apply temporary mitigations. For the cryptographic flaw, administrators can blacklist the af_alg kernel module. Meanwhile, operators can mitigate the netfilter issue by disabling ARP hardware address rewriting in ebtables rules.
Support Our Threat Intelligence
Find our vulnerability reports and weekly recaps helpful? Support our work today and unlock a 100% ad-free reading experience!