vendor:
Jarida
by:
Ptrace Security (Gianni Gnesa [gnix])
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Jarida
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: N/A
CPE: a:jarida:jarida: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: CentOS 5.6
2011
Jarida 1.0 SQL Injection
Jarida 1.0 is vulnerable to SQL injection in the article.php and photo.php scripts. By manipulating the 'id' parameter in the URL, an attacker can inject arbitrary SQL code into the application. This can be exploited to gain access to the database and extract sensitive information.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.