vendor:
Paid Business Listings
by:
Chris Kellum
7,5
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: Paid Business Listings
Affected Version From: 1.0.2
Affected Version To: 1.0.2
Patch Exists: YES
Related CWE: N/A
CPE: a:blazingtorch:paid_business_listings:1.0.2
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
2012
WordPress Paid Business Listings v1.0.2 Blind SQL Injection
Input data from the form submission is not properly sanitized. Using blind SQL injection techniques, true statements will result in the listing appearing on the business listings page, while false statements will not. An example of this is submitting the request with AND 1=1 which will result in the listing appearing on the business listings page, while submitting the request with AND 1=0 will not result in the listing appearing on the business listings page.
Mitigation:
Input data should be properly sanitized to prevent SQL injection attacks.