Files
CVEs-PoC/2025/CVE-2025-7709.md
T
2025-09-29 21:09:30 +02:00

980 B

CVE-2025-7709

Description

An integer overflow exists in the FTS5 https://sqlite.org/fts5.html  extension. It occurs when the size of an array of tombstone pointers is calculated and truncated into a 32-bit integer. A pointer to partially controlled data can then be written out of bounds.

POC

Reference

Github