-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
The Debian version Python 3.11 and 3.13 is affected by CVE-2025-7458 because the current version of libsqlite3-0
is 3.40.1-2+deb12u1
Are there any plans to upgrade libsqlite3-0
to 3.41.2 or higher?
It's possible to reproduce the CVE check with:
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock aquasec/trivy image --format table --exit-code 1 --vuln-type os,library --severity CRITICAL,HIGH --timeout 5m0s python:3.13
[...]
├─────────────────────────┼────────────────┼──────────┤ ├─────────────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ libsqlite3-0 │ CVE-2025-6965 │ CRITICAL │ │ 3.40.1-2+deb12u1 │ │ sqlite: Integer Truncation in SQLite │
│ │ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2025-6965 │
│ ├────────────────┤ │ │ ├───────────────┼──────────────────────────────────────────────────────────────┤
│ │ CVE-2025-7458 │ │ │ │ │ sqlite: SQLite integer overflow │
│ │ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2025-7458 │
├─────────────────────────┼────────────────┤ │ │ ├───────────────┼──────────────────────────────────────────────────────────────┤
[...]
EnzoPortela
Metadata
Metadata
Assignees
Labels
No labels