mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-23 19:04:02 +02:00
18 lines
798 B
Markdown
18 lines
798 B
Markdown
### [CVE-2015-1352](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1352)
|
|

|
|

|
|

|
|
|
|
### 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
|
|
|