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.