vendor:
JBI CMS
by:
Cru3l.b0y
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: JBI CMS
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: Ubuntu 10.10
2010
JBI CMS SQL Injection Vulnerability
A SQL injection vulnerability exists in JBI CMS, which allows an attacker to execute arbitrary SQL commands via the 'id' parameter in the 'news_details.php' script. An attacker can exploit this vulnerability to gain access to the application's database, including sensitive information such as usernames and passwords. The vulnerable script is located at '/path/news_details.php' and the login pages for members and admins are located at '/member.php' and '/admin.php' respectively.
Mitigation:
Developers should ensure that user-supplied input is properly sanitized and validated before being used in SQL queries. Additionally, developers should use parameterized queries to prevent SQL injection attacks.