A Memory Leak vulnerability exists in SQLite Project SQLite3 3.35.1 and 3.37.0 via maliciously crafted SQL Queries (made via editing the Database File), it is possible to query a record, and leak subsequent bytes of memory that extend beyond the record, which could let a malicious user obtain sensitive information. NOTE: The developer disputes this as a vulnerability stating that If you give SQLite a corrupted database file and submit a query against the database, it might read parts of the database that you did not intend or expect.
References
Link | Resource |
---|---|
https://github.com/guyinatuxedo/sqlite3_record_leaking | Exploit Third Party Advisory |
https://security.netapp.com/advisory/ntap-20220303-0001/ | Third Party Advisory |
https://sqlite.org/forum/forumpost/056d557c2f8c452ed5 | Vendor Advisory |
https://sqlite.org/forum/forumpost/53de8864ba114bf6 | Vendor Advisory |
https://www.sqlite.org/cves.html#status_of_recent_sqlite_cves | Vendor Advisory |
Configurations
History
07 Nov 2023, 03:39
Type | Values Removed | Values Added |
---|---|---|
Summary | A Memory Leak vulnerability exists in SQLite Project SQLite3 3.35.1 and 3.37.0 via maliciously crafted SQL Queries (made via editing the Database File), it is possible to query a record, and leak subsequent bytes of memory that extend beyond the record, which could let a malicious user obtain sensitive information. NOTE: The developer disputes this as a vulnerability stating that If you give SQLite a corrupted database file and submit a query against the database, it might read parts of the database that you did not intend or expect. |
Information
Published : 2022-02-14 19:15
Updated : 2024-08-04 05:15
NVD link : CVE-2021-45346
Mitre link : CVE-2021-45346
CVE.ORG link : CVE-2021-45346
JSON object : View
Products Affected
netapp
- ontap_select_deploy_administration_utility
sqlite
- sqlite
CWE
CWE-401
Missing Release of Memory after Effective Lifetime