vendor:
Banner Exchange Script
by:
599eme Man
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Banner Exchange Script
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:e-soft24:banner_exchange_script
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
Banner Exchange Script 1.0 (targetid) Remote Blind injection SQL
Banner Exchange Script 1.0 is vulnerable to a blind SQL injection vulnerability. This vulnerability is due to a failure in the application to properly sanitize user-supplied input to the 'targetid' parameter of the 'click.php' script. An attacker can exploit this vulnerability to inject and execute arbitrary SQL commands in the back-end database, resulting in the manipulation or disclosure of arbitrary data. This can be exploited to bypass authentication and gain administrative access.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to dynamically construct SQL queries. Additionally, parameterized queries should be used to prevent SQL injection attacks.