
破坏CVE-2026-31431所需的漏洞组件,从而达到无法通过CVE-2026-31431提权。
Destroys the vulnerable components required by CVE-2026-31431, thereby preventing privilege escalation via CVE-2026-31431.
Test script: https://github.com/rootsecdev/cve_2026_31431/blob/main/test_cve_2026_31431.py
Fix command:
wget -O fix.sh https://raw.githubusercontent.com/kdjnb/fix_CVE-2026-31431/main/fix.sh && chmod +x fix.sh && sudo ./fix.sh
curl -fsSL https://raw.githubusercontent.com/kdjnb/fix_CVE-2026-31431/main/fix.sh -o fix.sh && chmod +x fix.sh && sudo ./fix.sh