Skip to content
Tech News
← Back to articles

CISA alerts of active exploitation of three Linux kernel flaws

read original get YubiKey 5C NFC Security Key → more articles
Why This Matters

CISA's warning highlights that even deeply embedded, long-standing Linux kernel vulnerabilities remain attractive targets for active exploitation, posing risk to critical infrastructure and enterprise systems worldwide. Since Linux underpins most servers, cloud platforms, and IoT devices, unpatched kernel flaws can lead to widespread system compromise, data corruption, or privilege escalation attacks.

Key Takeaways
Worth a Look

YubiKey 5C NFC Security Key — With Linux kernel exploits actively being used in the wild, hardening system and account access matters more than ever. A hardware security key like the YubiKey adds a strong layer of authentication for SSH and admin logins on Linux servers, reducing the risk of unauthorized access even if other vulnerabilities are exploited. It's a practical, widely supported tool for sysadmins tightening security in response to alerts like this one.”,

See YubiKey 5C NFC Security Key on Amazon → Affiliate link — we may earn a commission on purchases, at no extra cost to you. Product picked by AI based on this article; it is not a tested recommendation.

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) is warning that hackers are exploiting three Linux kernel vulnerabilities, one of them rated critical.

The three security issues were added separately last week and have severity ratings ranging from medium to critical. One of them, tracked as CVE-2025-39964, existed in the Linux kernel for 14 years.

CISA marked all three flaws with the highest priority for federal agencies, ordering them to apply available security updates and mitigations by the end of today.

The three vulnerabilities are:

CVE-2025-39964: a race condition in the kernel’s AF_ALG cryptographic socket interface that allows concurrent writes to corrupt per-socket state and potentially crash systems or alter cryptographic results.

CVE-2026-53266: an out-of-bounds write vulnerability in the Linux kernel’s ebtables SNAT implementation that can cause an ARP address rewrite to modify shared file-backed memory without first making the affected packet range writable.

CVE-2025-39682: a Linux kernel TLS receive-path logic flaw that mishandles zero-length records queued for later processing, potentially allowing different TLS record types to be processed together when kTLS is in use.

CISA says [1, 2] the vulnerabilities have been exploited in attacks but has not revealed any details about the incidents or the nature of the threat actors.

Offensive security company STAR Labs found CVE-2025-39964, saying that its researchers found the issue with no help from an AI system. They demonstrated the vulnerability by achieving privilege escalation and container escape in Google’s kernelCTF.

For CVE-2025-39682, there are public exploits available, as also confirmed by Red Hat in its security bulletin. Red Hat also confirmed a known exploit available for CVE-2026-53266.

... continue reading