vendor:
Support4Arabs Pages
by:
L0n3ly-H34rT
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Support4Arabs Pages
Affected Version From: 2.0
Affected Version To: 2.0
Patch Exists: NO
Related CWE: N/A
CPE: a:support4arabs:support4arabs_pages:2.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: Linux/Windows
2012
Support4Arabs Pages v2.0 Remote SQL Error Based Injection Vulnerability
Support4Arabs Pages v2.0 is vulnerable to a Remote SQL Error Based Injection vulnerability. This vulnerability is due to the lack of proper sanitization of user-supplied input in the 'id' parameter of the 'pages.php', 'categories.php' and 'news.php' scripts. An attacker can exploit this vulnerability to inject malicious SQL queries and gain access to the database. The attacker can also use this vulnerability to gain access to sensitive information such as usernames and passwords stored in the database.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL queries in an unsafe manner. The application should use parameterized queries, stored procedures, or prepared statements to ensure that user-supplied input is not directly used in a SQL query.