Learn why Linux Kernel developers want to deprecate AF_ALG features, and the security concerns driving the decision.

Full story here: https://ostechnix.com/linux-kernel-7-2-deprecates-af_alg/

#AF_ALG #LinuxCryptoSubsystem #Linuxkernel #Linuxsecurity #EricBiggers #LinuxkernelHardening #Opensource

Linux Kernel Developers Move to Deprecate AF_ALG to Reduce Attack Surface - OSTechNix

Learn why Linux Kernel developers want to deprecate AF_ALG features, and the security concerns driving the decision.

OSTechNix
Mitigating CVE-2026-31431 ("Copy Fail") in Docker Engine

Learn how Docker Engine mitigates CVE-2026-31431 “Copy Fail” for containers on unpatched Linux kernels using seccomp, AppArmor, and SELinux hardening.

Docker

Something I've complained about when people deploy Linux kernel based OS's is so few people ever tune or customizes their kernels or their base distro's.

This used to be something old school sysadmins would do, as part of the basic security hygiene practice - "If you don't need it, don't include it", which applies to daemons , services and packages.

Kernel compilation is something that rarely seems to happen too..

Do you have hardware encryption capabilities you want things like wolfssl to use? Then sure use #AF_ALG . Anything else? Highly unlikely.

Are you running OpenSwan, or some other VPN or tunneling software that uses encapsulating tunnel options? No? Probably don't need ESP4/ESP6 modules.

Easy for me to call out sure, and i'm taking myself to task as well, since really at work, they don't want people deep diving and compiling kernels in many places. "Trust the vendor" where many mgmt types don't get it or care. "Apt/DNF update and carry on".

Funny because this the antithesis of their "resist patches, and updates" attitude towards software.

The number of mongodb 3.x db's out there because the dev hasn't updated the driver, or the number of npm warnings "this is vulnerable, don't use this" that are ignored are high.

#infosec #linux #copyfail #dirtyFrag #opinion

📢 CVE-2026-31431 (Copy.Fail) : workaround eBPF pour une LPE via AF_ALG socket Linux
📝 ## 🔍 Contexte

Publié le 3 mai 2026 sur GitHub (dépôt `wgnet/wg.copyfail.patch`), cet article présente un **workaround eBPF** pour la vulnérabilité **CVE-2026-31431*...
📖 cyberveille : https://cyberveille.ch/posts/2026-05-03-cve-2026-31431-copy-fail-workaround-ebpf-pour-une-lpe-via-af-alg-socket-linux/
🌐 source : https://github.com/wgnet/wg.copyfail.patch
#AF_ALG #CVE_2026_31431 #Cyberveille

CVE-2026-31431 (Copy.Fail) : workaround eBPF pour une LPE via AF_ALG socket Linux

🔍 Contexte Publié le 3 mai 2026 sur GitHub (dépôt wgnet/wg.copyfail.patch), cet article présente un workaround eBPF pour la vulnérabilité CVE-2026-31431, surnommée Copy.Fail, affectant le noyau Linux. 🐛 Description de la vulnérabilité La CVE-2026-31431 permet à un utilisateur autorisé de modifier le cache d’une copie de tout fichier lisible, ce qui entraîne : Local Privilege Escalation (LPE) — élévation de privilèges locale jusqu’à root Échappement de sandbox/conteneur D’autres impacts liés à l’intégrité du système de fichiers L’exploitation repose sur la création d’une socket AF_ALG, fournie par les modules noyau algif*.

CyberVeille

Devastating privilege escalation on Linux: https://copy.fail/

Explanation: https://xint.io/blog/copy-fail-linux-distributions

Implementation in Go: https://github.com/badsectorlabs/copyfail-go

... and I learned today that there are AF_ALG socket types, to access cryptographic functions of the kernel.

#Linux #CVE-2026-31431 #crypto #AF_ALG

Copy Fail — 732 Bytes to Root

CVE-2026-31431. 100% Reliable Linux LPE — no race, no per-distro offsets, page-cache write that bypasses on-disk file-integrity tools and crosses containers. Found by Xint Code.

Xint

📢 CVE-2026-31431 ' Copy Fail ' : escalade de privilèges root en 732 octets sur toutes les distributions Linux majeures
📝 ## 🔍 Contexte

Publié le 29 avril 2026 sur le blog de Xint (xint.io), cet article est une...
📖 cyberveille : https://cyberveille.ch/posts/2026-04-30-cve-2026-31431-copy-fail-escalade-de-privileges-root-en-732-octets-sur-toutes-les-distributions-linux-majeures/
🌐 source : https://xint.io/blog/copy-fail-linux-distributions
#AF_ALG #CVE_2016_5195 #Cyberveille

CVE-2026-31431 ' Copy Fail ' : escalade de privilèges root en 732 octets sur toutes les distributions Linux majeures

🔍 Contexte Publié le 29 avril 2026 sur le blog de Xint (xint.io), cet article est une divulgation publique coordonnée de CVE-2026-31431, surnommé « Copy Fail », découvert par le chercheur Taeyang Lee (Theori) avec l’assistance de l’outil d’analyse automatisée Xint Code. La vulnérabilité a été signalée à l’équipe de sécurité du noyau Linux le 23 mars 2026 et corrigée en mainline le 1er avril 2026. 🐛 Nature de la vulnérabilité Copy Fail est un bug logique dans le template AEAD authencesn du noyau Linux, combiné à deux mécanismes :

CyberVeille