cve/2015/CVE-2015-4598.md
2024-06-18 02:51:15 +02:00

943 B

CVE-2015-4598

Description

PHP before 5.4.42, 5.5.x before 5.5.26, and 5.6.x before 5.6.10 does not ensure that pathnames lack %00 sequences, which might allow remote attackers to read or write to arbitrary files via crafted input to an application that calls (1) a DOMDocument save method or (2) the GD imagepsloadfont function, as demonstrated by a filename\0.html attack that bypasses an intended configuration in which client users may write to only .html files.

POC

Reference

Github

No PoCs found on GitHub currently.