CVE-2019-2725 is a critical unsafe deserialization vulnerability in the Web Services component of Oracle WebLogic Server, notably associated with the AsyncResponseService/AsyncResponderService functionality. A remote attacker can send crafted SOAP/XML requests over HTTP to a vulnerable WebLogic instance and trigger deserialization of untrusted data without authentication. Affected supported versions include 10.3.6.0.0 and 12.1.3.0.0. Because exploitation occurs pre-authentication and over the network, the flaw is considered easily exploitable and has been widely used in the wild for initial access and malware delivery. Successful exploitation can result in arbitrary command or code execution in the security context of the WebLogic Server process, enabling compromise of the application server and potentially the underlying host.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
6 valid exploits after Mallory filtered fakes, detection scripts, and README-only repos (4 hidden).
Repository contains a single Python exploit script and a README describing CVE-2019-2725 (Oracle WebLogic unauthenticated RCE via AsyncResponseService). The exploit (web_logic_CVE-2019-2725.py) uses the requests library to POST a crafted SOAP/XML payload to a user-supplied target URL (intended to be /_async/AsyncResponseService). It first performs a lightweight vulnerability check by POSTing with SOAP headers and interpreting HTTP 500 with a specific SOAP faultcode or HTTP 202 as potentially vulnerable. If positive, it sends a SOAP envelope with a WorkContext header that instantiates java.lang.ProcessBuilder to run '/bin/bash -c <command>' where <command> is provided on the command line (XML-escaped). Primary capability is remote command execution; the README demonstrates using it to obtain a reverse shell (e.g., netcat listener on port 2323). The code assumes a Unix-like target due to the hardcoded /bin/bash and does not include advanced features like target discovery, multi-target scanning, or payload staging.
This repository is a Java-based GUI tool for exploiting Oracle WebLogic Server deserialization vulnerabilities, specifically CVE-2017-10271 and CVE-2019-2725, affecting versions 10 and 12. The tool provides a graphical interface (Main.java) allowing users to check for vulnerabilities, execute arbitrary commands, upload files, and retrieve server paths on vulnerable WebLogic instances. The core logic is implemented in the 'paylaod' package, with separate classes for each CVE and WebLogic version. The tool constructs and sends crafted SOAP/XML payloads to specific WebLogic endpoints (such as /wls-wsat/CoordinatorPortType and /_async/AsyncResponseService) to trigger the vulnerabilities. The 'tools' package provides supporting utilities for HTTP requests, encoding, and other helper functions. The repository is operational, providing working exploit code with customizable payloads, and is not part of a larger exploit framework.
This repository provides a working exploit for CVE-2019-2725, a critical remote code execution vulnerability in Oracle WebLogic Server (wls9-async component). The exploit leverages a Java deserialization vulnerability by sending a crafted SOAP XML payload containing a malicious serialized object (using the TemplatesImpl gadget chain) to the /wls-wsat/CoordinatorPortType endpoint. The Java files (JDK7u21.java and ResultBaseExec.java) are used to generate the payload and execute arbitrary system commands on the target server. The repository includes example payloads for both command execution and echoing results, as well as documentation and sample HTTP requests. The exploit is operational and demonstrates command execution with output returned in the HTTP response, targeting WebLogic versions 10.3.6 and 12.1.3.
This repository contains a Python-based universal exploit tool targeting multiple critical vulnerabilities in Oracle WebLogic Server: CVE-2017-3506, CVE-2017-10271, CVE-2019-2725, and CVE-2019-2729. The main script, 'weblogic_exploit.py', allows attackers to craft and deliver SOAP/XML payloads that exploit deserialization and XMLDecoder flaws, enabling remote command execution on vulnerable WebLogic instances. The tool supports several payload types: direct command execution (process_builder, event_data), serialized object deserialization (unit_of_work_change_set, requiring ysoserial), and remote XML payload fetching (fs_xml_app_ctx). It can target different WebLogic endpoints, notably '/wls-wsat/CoordinatorPortType11' for command output and '/_async/AsyncResponseService' for blind execution. The exploit is highly customizable, supporting proxying, custom commands, and payload hosting (e.g., via file.io). The README provides detailed usage instructions, payload templates, and example commands. The repository is operational and suitable for real-world exploitation, not just proof-of-concept.
This repository contains a proof-of-concept (POC) exploit for the Oracle WebLogic wls9-async component deserialization vulnerability (CNVD-C-2019-48814), affecting WebLogic Server versions 10.x and 12.1.3. The main exploit script, 'CNVD-C-2019-48814-poc.py', is a Python 3 tool that reads a list of target IPs from a file, sends a crafted SOAP request to the '/_async/AsyncResponseService' endpoint on each target, and checks for a 202 response code to determine vulnerability. The payload leverages Java deserialization via the WorkContext header to achieve remote code execution. The README provides detailed usage instructions and example payloads for spawning a reverse shell, uploading a webshell, and executing arbitrary commands. It also documents typical file paths for uploaded webshells and provides example SOAP payloads for different attack scenarios. The exploit is network-based, targeting accessible WebLogic HTTP endpoints, and can be used to gain full remote code execution on vulnerable servers.
This repository is a proof-of-concept exploit for Oracle WebLogic Server vulnerabilities CVE-2019-2725 and CVE-2019-2729. It contains a Python script ('weblogic_get_webshell.py') that automates exploitation by sending crafted SOAP/XML payloads to vulnerable WebLogic endpoints. The script can target a single URL or multiple URLs listed in 'url_list.txt'. The main capabilities are remote command execution and uploading a persistent JSP webshell to the target server. The payloads are stored in separate files (payload3.txt, and references to payload.txt and payload2.txt, which are missing in this archive). The exploit targets the '/_async/AsyncResponseService' and '/wls-wsat/CoordinatorPortType' endpoints on the WebLogic server. The repository is operational, providing a working exploit with a hardcoded payload, and is not part of a larger framework. The README provides usage instructions in Chinese, indicating how to run the exploit for single or multiple targets.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
21 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
An unauthenticated remote code execution vulnerability in Oracle WebLogic referenced as heavily exploited.
A vulnerability in Oracle WebLogic Server that REvil operators leveraged in early observed deployments.
A vulnerability exploited to achieve remote code execution and download/execute REvil ransomware.
A remote code execution vulnerability in Oracle WebLogic Server due to unsafe deserialization, exploited by worms and attackers.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.