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
Onapsis_CVE-2025-31324_Scanner_Tools | Kitploit
Tools/GitHubGitHub/onapsis/onapsis_cve-2025-31324_scanner_tools
Indicator of Compromise (IOC) ManagementVulnerability ScannersExploitationWeb Application ExploitationForensicsIncident Response
GitHubonapsis/onapsis_cve-2025-31324_scanner_tools

Onapsis_CVE-2025-31324_Scanner_Tools

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
1231 year agoNot yet reviewed

Vulnerability and Indicator of Compromise (IoC) Scanner for CVE-2025-31324 (Visual Composer Metadata Uploader Vulnerability)

CVE-2025-31324 is a critical (CVSSv3 10) vulnerability affecting SAP NetWeaver systems, specifically within the Visual Composer Metadata Uploader component. This vulnerability allows unauthenticated attackers to upload arbitrary files to the system, leading to potential remote code execution and complete system compromise.

Recognizing the critical nature of this vulnerability, and observing evidence of active exploitation both by Onapsis Threat Intelligence and reported by multiple IR firms and security researchers, Onapsis developed and is releasing this open-source tool to assist SAP customers. Our goal is to empower information security and SAP administration teams to rapidly assess exposure and evaluate whether their systems could have been targeted or compromised. The Visual Composer/Metadata Uploader component is often present in SAP Java NetWeaver, increasing the risk of unmonitored attack surfaces in enterprise environments.

We will continue to enhance this tool as additional threat intelligence and forensic insights are gathered by our products, research team, and the broader cybersecurity community.

[!IMPORTANT]
LICENSE INFORMATION: This tool is released under the Apache 2.0 open source license. Please see bundled license information. DISCLAIMER: This tool is a contribution to the security, incident response, and SAP communities to aid in response to active exploitation of CVE-2025-31324. As of June 6, 2025, this tool is no longer under active development or monitoring. It remains available for future debugging and reference purposes; however, it will not receive further updates, enhancements, or ongoing support. Users should evaluate its applicability based on their current needs and use it at their own discretion. This is a best-effort development and offered as-is with no warranty or liability.

This tool can:

  • Identify SAP NetWeaver Java systems potentially vulnerable to CVE-2025-31324.
  • Identify presence of specific IOC artifacts.

Tool Output

python3 Onapsis-Scanner-CVE-2025-31324.py sapserver 50000 [CRITICAL] SAP System at http://sapserver:50000/developmentserver/metadatauploader appears to be vulnerable to CVE-2025-31324. [CRITICAL] Known webshell found at: http://sapserver:50000/irj/helper.jsp
This tool is offered "as is" and without warranty.

Installation and Prerequisites

The scripts are developed in Python 3 and require you to install the following dependencies: python3 -m venv .venv . .venv/bin/activate pip install -r requirements.txt

Usage

Once you install the dependencies, you can use Python to run the scripts and get Help from the command line.

Vulnerability Scanning

# Syntax: python3 <tool_name>.py <hostname> <port> <use_ssl>

python3 metadata_uploader_scanner.py example.sap.com 443 true

<hostname> --- Target SAP NetWeaver system (e.g., example.sap.com)

<port> --- Port number (typically 443 for SSL/TLS connections)

<use_ssl> --- Set to true if SSL/TLS is used, or false for plain HTTP

Additional Resources

For additional information about the SAP Visual Composer vulnerability, the potential business impact, the affected versions and other data points, please review the SAP Visual Composer Threat Report and the following information:

For more information about how Onapsis can help your enterprise identify and address this vulnerability in your environment contact [email protected]

Download Tool