vendor:
PHP
by:
Sina Yazdanmehr
7.5
CVSS
HIGH
Path Traversal
22
CWE
Product Name: PHP
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2020
Path Traversal Vulnerability in PHP
Via this bug, an attacker can save a file in a path that is not allowed in open_basedir. Reproduce code is provided which takes two parameters, 'p' and 'v', where 'p' is the path that the attacker wants to save the file in and 'v' is the text that the attacker wants to save in the file. When the code is run, a file is created in the path specified by the attacker with the value specified by the attacker.
Mitigation:
Ensure that open_basedir is properly configured and that the web server is not vulnerable to path traversal attacks.