CVE-2025-7709
Unknown
Unknown - Not Provided
BaseFortify
Publication date: 2025-09-08
Last updated on: 2025-11-18
Assigner: Google Inc.
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| sqlite | sqlite | 3.43.0 |
| sqlite | sqlite | 3.50.3 |
| sqlite | sqlite | 3.49.1 |
| sqlite | sqlite | 3.50.2 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-190 | The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number. |