Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2015-9357-POC — Proof-of-concept exploit for CVE-2015-9357: stored XSS in WordPress smiley parser that bypasses wp_kses, chains nonce forgery to create admin accounts. Educational use only. | Kitploit
Tools/GitHubGitHub/saretawa/cve-2015-9357-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubsaretawa/cve-2015-9357-poc

CVE-2015-9357-POC

Proof-of-concept exploit for CVE-2015-9357: stored XSS in WordPress smiley parser that bypasses wp_kses, chains nonce forgery to create admin accounts. Educational use only.

View Repository
12 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2015-9357

wordpress smiley/emoticon parser stored xss, admin user creation via forged nonce request.

breaks out of <a href> attribute context through the emoticon regex, lands js in an onerror handler. no script tag needed, survives wp_kses filtering on the affected field.

chain: submit payload to any field that gets smiley-converted, admin views it, xss fires in their session, pulls create-user nonce from user-new.php, posts new administrator account, confirm via login.

lab/educational use only. requires the target field to actually apply wordpress smiley conversion, varies by theme/plugin.

original vuln disclosure: https://blog.sucuri.net/2015/10/security-advisory-stored-xss-in-akismet-wordpress-plugin.html

usage

root@kitploit:~
python3 CVE-2015-9357.py -t https://target -l LHOST -p LPORT \
  --endpoint https://target/wp-admin/admin-ajax.php \
  --field message --action <ajax_action> --nonce <nonce> \
  --data "name=a,[email protected],phone=a"

--endpoint / --field depend on where the vulnerable input actually lives (comments, contact form, etc), find it manually first.

output on success: admin creds (pwned / Password123!) and wp-admin url.

by saretawa

Download Tool