A flaw was found in SQLite's SELECT query functionality (src/select.c). This flaw allows an attacker who is capable of running SQL queries locally on the SQLite database to cause a denial of service or possible code execution by triggering a use-after-free. The highest threat from this vulnerability is to system availability.
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
https://bugzilla.redhat.com/show_bug.cgi?id=1924886 | third party advisory issue tracking |
https://www.sqlite.org/releaselog/3_34_1.html | release notes vendor advisory |
https://security.gentoo.org/glsa/202103-04 | third party advisory vendor advisory |
https://www.oracle.com/security-alerts/cpuApr2021.html | third party advisory patch |
https://security.netapp.com/advisory/ntap-20210423-0010/ | third party advisory |
https://www.oracle.com//security-alerts/cpujul2021.html | third party advisory patch |
https://www.oracle.com/security-alerts/cpuoct2021.html | third party advisory patch |
https://security.gentoo.org/glsa/202210-40 | third party advisory vendor advisory |