vendor:
JPortal Forum
by:
Unknown
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: JPortal Forum
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: NO
Related CWE: Unknown
CPE: a:jportal:jportal
Platforms Tested:
Unknown
JPortal Forum SQL Injection Vulnerability
The vulnerability allows an attacker to inject malicious SQL statements into the application's database query. By manipulating the 'word' parameter in the 'forum.php' script, an attacker can bypass authentication and retrieve sensitive information from the 'admins' table.
Mitigation:
The vendor should sanitize user input before using it in SQL queries, using parameterized queries or prepared statements. Regular security updates should be applied to the application.