vendor:
b2ePMS
by:
loneferret
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: b2ePMS
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: 2.3:a:berlios:b2epms:1.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Ubuntu Server 8.04
2012
b2ePMS 1.0 multiple SQLi Vulnerabilities
Due to improper input sanitization, pretty much every conceivable parameter is SQL injectable. Although to exploit many of these parameters, one needs to be logged in, but the main page (index.php) offers a form to send a recipient a message. This form does not require authentication.
Mitigation:
Input validation and sanitization should be implemented to prevent SQL injection attacks.