CVE Details
Basic Information
| Title | SQLite integer overflow in key info allocation may lead to information disclosure. |
|---|---|
| Type | cve |
| Published | 2025-07-29T12:43:19.427Z |
| Modified | 2025-07-29T13:30:52.617Z |
Product Information
| Vendor | SQLite |
|---|---|
| Product | SQLite |
| Version | 3.39.2 |
CVSS Information
| Base Score | 6.9 (MEDIUM) |
|---|---|
| Attack Vector | CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:L/SC:N/SI:N/SA:N |
Affected Products
- SQLite SQLite 3.39.2
Additional Information
| CWE List | CWE-190 |
|---|---|
| Source |
Description
An integer overflow in the sqlite3KeyInfoFromExprList function in SQLite versions 3.39.2 through 3.41.1 allows an attacker with the ability to execute arbitrary SQL statements to cause a denial of service or disclose sensitive information from process memory via a crafted SELECT statement with a large number of expressions in the ORDER BY clause.