
Chequeo y Fix de la vulnerabilidad "pedit COW"
This repository contains basic administrative tools to check exposure and apply temporary mitigations against the local privilege escalation vulnerability CVE-2026-46331 (known as "pedit COW") in the Linux kernel.
check.sh: Local diagnostic script that checks the current kernel version and user namespace configurations to evaluate the system's risk level.fix_vulnerabilidad.sh: Temporary remediation script that restricts the cloning of unprivileged namespaces, blocking the common exploitation vector without requiring an immediate reboot.