#KernelBug
Kernel Soundness Bug: AI-driven code complexity — A seemingly innocuous bug exposed the dark side of AI-assisted development. Learn what went wrong

Read more →

#AI #CodeComplexity #KernelBug
Kernel Soundness Bug: AI-driven code complexity
A seemingly innocuous bug exposed the dark side of AI-assisted development. Learn what went wrong
airanked.dev
August 1, 2026 at 8:00 PM
Moet weer denken aan die directeur die week naast systeembeheerder zat toen bij grote aantallen locaties een banksysteem telkens vastliep door een kernelbug. Dat is toch wel leiderschap.
July 12, 2026 at 7:13 PM
Linux Copy Fail Vulnerability Puts Major Systems at Risk #AdministrativeRights #CopyFail #KernelBug
Linux Copy Fail Vulnerability Puts Major Systems at Risk
 A critical Linux kernel vulnerability known as Copy Fail is drawing urgent attention because it can let a local, unprivileged attacker gain root access on affected systems. Security researchers say the issue affects many mainstream Linux distributions and can be abused without network access, which makes patching and temporary mitigation especially important for administrators. Security experts note that the easiest fix is to update the kernel to the latest patched version.  Copy Fail is tracked as CVE-2026-31431 and centers on the Linux kernel’s algif_aead module, part of the AF_ALG cryptographic interface. The flaw stems from an in-place optimization introduced in 2017 that can be combined with splice() to perform a controlled write into the page cache of a readable file. In practice, that means an attacker could target a setuid binary such as /usr/bin/su and use the modified cached copy to obtain elevated privileges.  The vulnerability is serious because it has been verified on several major Linux environments, including Ubuntu, Amazon Linux, RHEL, and SUSE, with kernels built since 2017. CERT-EU says that at the time of its advisory, no distribution had yet shipped a fixed kernel package, even though the upstream fix had already been committed. That delay means many systems may remain exposed until vendors roll out updates. For now, the main mitigation is to update to a patched kernel as soon as one becomes available. Until then, CERT-EU recommends disabling algif_aead and unloading the module where possible, since the exploit depends on that path. In containerized or multi-tenant environments, blocking AF_ALG socket creation through seccomp can provide an additional layer of protection. System administrators should treat Copy Fail as a high-priority kernel issue and check whether their environments use affected kernel versions. Because the attack can alter the cached copy of a binary rather than the file on disk, basic integrity checks may not reveal the problem immediately. The safest approach is to patch promptly, apply interim mitigations, and verify that the vulnerable module is no longer active.
dlvr.it
May 16, 2026 at 4:15 PM
Attackers are exploiting CVE-2026-31431, aka Copy Fail, a long-standing Linux kernel flaw allowing privilege escalation to root via in-memory cache modification of setuid-root binaries. #LinuxFlaw #KernelBug #USA
Exploitation of ‘Copy Fail’ Linux Vulnerability Begins
Threat actors are exploiting a long-standing Linux kernel vulnerability, CVE-2026-31431 (dubbed Copy Fail), that allows authenticated users with code execution to modify in-memory cache pages of readable setuid-root binaries and obtain a root shell. CISA has added the flaw to its Known Exploited Vulnerabilities catalog and urged rapid patching, while Microsoft...
www.hendryadrian.com
May 4, 2026 at 3:45 PM