header-logo
Suggest Exploit
vendor:
Wordpress
by:
SecurityFocus
8.8
CVSS
HIGH
Cross-site Scripting, HTML Injection, and SQL Injection
79, 89, 89
CWE
Product Name: Wordpress
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
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

WordPress Multiple Cross-site Scripting, HTML Injection, and SQL Injection Vulnerabilities

Wordpress is reported vulnerable to multiple cross-site scripting, HTML injection, and SQL injection vulnerabilities due to a lack of proper sanitization of user-supplied data. An attacker may exploit the SQL injection issues to manipulate SQL queries to the underlying database. This may facilitate theft of sensitive information, potentially including authentication credentials, and data corruption. An example of a malicious URI link is http://www.example.com/wp-admin/moderation.php?action=update&item_approved=[XSS].

Mitigation:

Sanitize user-supplied data.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/11984/info
     
Wordpress is reported vulnerable to multiple cross-site scripting, HTML injection, and SQL injection vulnerabilities. These issues are due to a lack of proper sanitization of user-supplied data.
     
The cross-site scripting and HTML injection issues could permit a remote attacker to create a malicious URI link, or post data to the affected application that includes hostile HTML and script code. If this link were to be followed, or resulting pages were to be viewed, the hostile code may be rendered in the web browser of the victim user. This would occur in the security context of the affected web site and may allow for theft of cookie-based authentication credentials or other attacks.
     
An attacker may exploit the SQL injection issues to manipulate SQL queries to the underlying database. This may facilitate theft of sensitive information, potentially including authentication credentials, and data corruption.

http://www.example.com/wp-admin/moderation.php?action=update&item_approved=[XSS]
cqrsecured