vendor:
Newsletter Tailor
by:
Snakespc
8,8
CVSS
HIGH
Remote File Include
95
CWE
Product Name: Newsletter Tailor
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
2005
Newsletter Tailor Remote File Include Vulnerability
The vulnerability exists due to insufficient sanitization of user-supplied input in the 'p' parameter of the 'index.php' script. A remote attacker can execute arbitrary PHP code on the vulnerable system by sending a specially crafted HTTP request with a malicious 'p' parameter value. Additionally, an authentication bypass vulnerability exists due to an SQL injection in the 'user' and 'pass' parameters of the 'index.php' script. A remote attacker can bypass authentication and gain access to the 'sh3ll' page by sending a specially crafted HTTP request with malicious 'user' and 'pass' parameter values.
Mitigation:
Input validation should be used to prevent the execution of malicious code. Additionally, authentication should be implemented using secure methods such as hashing and salting.