vendor:
Online News Paper Manager
by:
Don Tukulesto
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Online News Paper Manager
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
2010
Joomla com_jnewspaper (cid) SQL Injection Vulnerability
A SQL Injection vulnerability exists in Joomla com_jnewspaper (cid) which allows an attacker to inject malicious SQL queries via the 'cid' parameter. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code. This can be used to bypass authentication, access, modify and delete data in the back-end database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Sanitize all user input data before using it in an SQL query.