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
POC-CVE-2014-0166 — POC of CVE-2014-0166 (WordPress cookie forgery vulnerability) | Kitploit
Tools/GitHubGitHub/ettack/poc-cve-2014-0166
Password AttacksVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubettack/poc-cve-2014-0166

POC-CVE-2014-0166

POC of CVE-2014-0166 (WordPress cookie forgery vulnerability)

View Repository
54212 years 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

##POC&EXP of CVE-2014-0166 ####WordPress < 3.8.2 cookie forgery vulnerability

Details of this vulnerability can be found at here

There are three files:

  • wp_zero_cookie_generator.php

    • POC to verify this vulnerability.
      • It won't send any requests, just a local brute-forcer.
      • Redefine variables to supply info and it will try to find out a zero cookie.
  • zeroCatcher.py

    • Multiprocessing POC written in python
      • The same as wp_zero_cookie_generator.php.
      • Except that multiprocessing is applied for better performance.
  • cookieForger.py

    • Multi thread remote EXP
      • Read the source code and you will understand everything about it.
Download Tool