An exploitable use after free vulnerability exists in the window function functionality of Sqlite3 3.26.0. A specially crafted SQL command can cause a use after free vulnerability, potentially resulting in remote code execution. An attacker can send a malicious SQL command to trigger this vulnerability.
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 |
---|---|
http://www.securityfocus.com/bid/108294 | vdb entry broken link |
https://security.gentoo.org/glsa/201908-09 | third party advisory vendor advisory |
https://usn.ubuntu.com/4205-1/ | third party advisory vendor advisory |
https://talosintelligence.com/vulnerability_reports/TALOS-2019-0777 | third party advisory exploit |
http://packetstormsecurity.com/files/152809/Sqlite3-Window-Function-Remote-Code-Execution.html | third party advisory vdb entry |
https://security.netapp.com/advisory/ntap-20190521-0001/ | third party advisory |