header-logo
Suggest Exploit
vendor:
BestWebApp Dating Site
by:
SecurityFocus
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: BestWebApp Dating Site
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
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
2006

BestWebApp Dating Site SQL Injection Vulnerability

BestWebApp Dating Site is prone to multiple input-validation vulnerabilities, including SQL-injection issues, because it fails to sufficiently sanitize user-supplied input. An attacker could exploit this issue to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database implementation. An example of an attack string is: username = ' or '1' = '1' and passwd = ' or '1' = '1'.

Mitigation:

Input validation should be used to ensure that untrusted data is not allowed to affect the application's logic.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/21158/info

BestWebApp Dating Site is prone to multiple input-validation vulnerabilities, including cross-site scripting and SQL-injection issues, because it fails to sufficiently sanitize user-supplied input.

An attacker could exploit these issues to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database implementation.

username = ' or '1' = '1'
passwd = ' or '1' = '1'