vendor:
uSQLite
by:
Peter Baris
7,5
CVSS
HIGH
Buffer Overflow
119
CWE
Product Name: uSQLite
Affected Version From: 1.0.0
Affected Version To: 1.0.0
Patch Exists: NO
Related CWE: N/A
CPE: a:usqlite:usqlite:1.0.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows 7 and XP SP3
2016
Remote buffer overflow vulnerability in uSQLite 1.0.0 PoC
A buffer overflow vulnerability exists in uSQLite 1.0.0 when a long string is sent to the server. Sending a 259 A characters followed by 4 B characters and 360 C characters causes a heap based overflow. The EIP is then under control, but depending on the OS version, there might be issues finding a jump spot without DEP and ASLR.
Mitigation:
Ensure that the application is not vulnerable to buffer overflow attacks by validating user input and using secure coding practices.