vendor:
Punbb Extension Attachment
by:
puret_t
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Punbb Extension Attachment
Affected Version From: 1.0.2
Affected Version To: 1.0.2
Patch Exists: YES
Related CWE: N/A
CPE: a:punbb:punbb_extension_attachment
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
Punbb Extension Attachment <= v1.0.2 Bind SQL injection exploit
This exploit allows an attacker to inject malicious SQL commands into a vulnerable web application. It is possible to exploit this vulnerability to gain access to the database and extract sensitive information such as usernames and passwords.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.