vendor:
Online Job Board
by:
cr4wl3r
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Online Job Board
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
2009
Online Job Board (Auth Bypass) SQL Injection Vulnerability
A vulnerability exists in the Online Job Board script, which allows an attacker to bypass authentication and gain access to the admin panel. This vulnerability works only when magic_quotes_gpc is set to off. The PoC for this vulnerability is to access the admin panel with the following credentials: Admin ID: ' or '1=1, Password: ' or '1=1.
Mitigation:
Ensure that magic_quotes_gpc is set to on in the php.ini configuration file.