header-logo
Suggest Exploit
vendor:
Magic News Pro
by:
7.5
CVSS
HIGH
Input-validation vulnerabilities
79
CWE
Product Name: Magic News Pro
Affected Version From: 1.0.2
Affected Version To: Unknown
Patch Exists: No
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested: Unknown

Multiple input-validation vulnerabilities in Magic News Pro

The application fails to properly sanitize user-supplied input, leading to a remote file-include issue and two cross-site scripting vulnerabilities. An attacker can exploit these issues to execute arbitrary PHP code or steal authentication credentials.

Mitigation:

Properly sanitize user-supplied input by implementing input validation and output encoding.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/22661/info
 
Magic News Pro is prone to multiple input-validation vulnerabilities because the application fails to properly sanitize user-supplied input. These issues include a remote file-include issue and two cross-site scripting vulnerabilities.
 
An attacker can exploit these issues to execute arbitrary PHP code in the context of the webserver process or to steal cookie-based authentication credentials. This may facilitate a compromise of the application and the underlying system; other attacks are also possible.
 
These issues affects version 1.0.2; other versions may also be vulnerable.
 
http://www.example.com/news.php?GLOBALS[]=1&link_parameters="><script>alert(document.cookie);</script>