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

18 lines
798 B
Markdown

### [CVE-2015-1352](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1352)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The build_tablename function in pgsql.c in the PostgreSQL (aka pgsql) extension in PHP through 5.6.7 does not validate token extraction for table names, which allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted name.
### POC
#### Reference
- http://www.oracle.com/technetwork/topics/security/linuxbulletinjan2016-2867209.html
#### Github
- https://github.com/Live-Hack-CVE/CVE-2015-1352