vendor:
MyNews
by:
mr_me
7,5
CVSS
HIGH
Sql Injection, local file inclusion and XSS
89, 94, 79
CWE
Product Name: MyNews
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:magtrb:mynews:1.0
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
2010
MyNews v1.0 CMS – Sql Injection, local file inclusion and XSS Vulnerabilities
MyNews v1.0 CMS is vulnerable to Sql Injection, local file inclusion and XSS. The Sql Injection vulnerability is present in the 'article.php' file, where user-supplied input is not properly sanitized before being used in an SQL query. The local file inclusion vulnerability is present in the 'index.php' and 'admin.php' files, where user-supplied input is not properly sanitized before being used in an include statement. The XSS vulnerability is present in the 'admin.php' file, where user-supplied input is not properly sanitized before being used in an echo statement.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to generate SQL queries, include files, or echo statements.