SQLite printf Format String Remote Code Execution Vulnerability
Vulnerability Details
This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of SQLite. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
The specific flaw exists within the handling of the printf function. The issue lies in the ability to use an arbitrary format string as an argument to an insecure printf function. An attacker can leverage this vulnerability to achieve code execution under the context of the current process.
Additional Details
SQLite has issued an update to correct this vulnerability. More details can be found at:
http://support.apple.com/kb/HT201222
Disclosure Timeline
- 2015-05-18 - Vulnerability reported to vendor
- 2015-07-01 - Coordinated public release of advisory
Credit
Peter Rutenbar