Chrome V8 CVE-2025-2137 N-day

2025-06-08 | #cve #nday #v8

This post explores CVE-2025-2137, a subtle out-of-bounds read vulnerability in Chrome's V8 engine caused by incorrect string encoding assumptions during JSON.stringify. It documents the debugging process, challenges with V8's internal string types, and key lessons learned while developing a near-working proof-of-concept.

Continue reading 


CVE-2024-11477 Hunting a 7-Zip Underflow Bug with Fuzzing

2024-11-27 | #asm #cve #pwn

Recently, I came across an underflow vulnerability in the open-source project 7-Zip, initially disclosed by the Zero Day Initiative (ZDI) in this advisory. The issue was resolved in version 7-Zip 24.07, and I decided it would be fun and educational to dig into this bug myself. My goal was to identify the vulnerability using fuzzing and debugging tools like AFL and GDB, gaining a deeper understanding of the flaw and its exploit potential.

Continue reading 