V8 javascript engine build with debug mode
1.8K
~/v8/out/x64.debug/d8/root/d8if /root/d8 doesn't work command export LD_LIBRARY_PATH=/root/lib:/lib/x86_64-linux-gnu:/lib64.
docker pull ays0/v8-debug-mode:CVE-2021-38001
docker run -it ays0/v8-debug-mode:CVE-2021-38001 /bin/bash
/root/out/debug/d8./root/out/debug/d8 --max-opt=2 --allow-natives-syntax ./poc.js (PoC script included. ) to trigger a crash. PoC file can check at herepwndbg or similar tools for debugging (not pre-installed; install separately if needed).docker pull ays0/v8-debug-mode:CVE-2024-0517
docker run -it ays0/v8-debug-mode:CVE-2024-0517
Content type
Image
Digest
sha256:1d175eba0…
Size
4.3 GB
Last updated
over 1 year ago
docker pull ays0/v8-debug-mode