vendor:
SQLite3
by:
Andras Kabai
8.8
CVSS
HIGH
Memory Corruption
119
CWE
Product Name: SQLite3
Affected Version From: 3.8.2006
Affected Version To: 3.8.8.3
Patch Exists: YES
Related CWE: N/A
CPE: sqlite3
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Ubuntu 14.10, 64 bit 3.8.6 (latest available package), 3.8.8.3 (built from the latest source code)
[date]
SQLite3 controlled memory corruption PoC (0day)
Using a crafted input (e.g. from a malicious file via “-init” parameter or directly given to the std input of the program) it is possible to trigger a memory corruption vulnerability in the most recent version of SQLite3. The memory corruption could be controlled, therefore the program flow could be manipulated by the attacker.
Mitigation:
Ensure that all inputs are validated and sanitized before being used in SQLite3.