Skip to content

Instantly share code, notes, and snippets.

@frichinic
frichinic / fix-copyfail.sh
Created April 30, 2026 20:59
Remediación CVE-2026-31431 "Copy Fail" - Linux Kernel LPE
#!/bin/bash
# =======================================================
# Remediación CVE-2026-31431 "Copy Fail"
# Testeado en Ubuntu/Debian, RHEL/Rocky/Alma, SUSE
# Correr como root
# =======================================================
set -e
echo ""