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-2026-3844 — Breeze Cache WordPress <=2.4.4 allows unauthenticated file upload via fetch_gravatar_from_remote when local gravatar hosting is enabled. | Kitploit
Tools/GitHubGitHub/im-hanzou/cve-2026-3844
Vulnerability ScannersExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubim-hanzou/cve-2026-3844

CVE-2026-3844

Breeze Cache WordPress <=2.4.4 allows unauthenticated file upload via fetch_gravatar_from_remote when local gravatar hosting is enabled.

View Repository
54 months agoNot yet reviewed
Website

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-2026-3844 Mass Exploit

CVE-2026-3844 – Breeze Cache WordPress <=2.4.4 allows unauthenticated file upload via fetch_gravatar_from_remote when local gravatar hosting is enabled.


Installation

Download repository

root@kitploit:~
git clone https://github.com/im-hanzou/CVE-2026-3844

Go to repository folder

root@kitploit:~
cd CVE-2026-3844

Install requirements

root@kitploit:~
pip install -r requirements.txt

Usage

Prepare a text file, one target per line:

root@kitploit:~
https://example.com
192.168.1.1:8080

Run this command to display the usage guide

root@kitploit:~
python CVE-2026-3844.py -h

Results are saved to

  • successful_uploads.txt — uploaded file urls

Disclaimer

This tool is for educational and authorized security research purposes only. The author is not responsible for any misuse or damage caused by this tool. Only use against systems you own or have explicit permission to test.

Download Tool