Files
CVEs-PoC/2015/CVE-2015-3166.md
T
2024-06-18 02:51:15 +02:00

18 lines
796 B
Markdown

### [CVE-2015-3166](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3166)
![](https://img.shields.io/static/v1?label=Product&message=PostgreSQL&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Other&color=brighgreen)
### Description
The snprintf implementation in PostgreSQL before 9.0.20, 9.1.x before 9.1.16, 9.2.x before 9.2.11, 9.3.x before 9.3.7, and 9.4.x before 9.4.2 does not properly handle system-call errors, which allows attackers to obtain sensitive information or have other unspecified impact via unknown vectors, as demonstrated by an out-of-memory error.
### POC
#### Reference
- http://ubuntu.com/usn/usn-2621-1
#### Github
No PoCs found on GitHub currently.