
CVE Reproduction: cve-2025-61882-oracle_ebs_rce_reproduction
CVSS 9.8 CRITICAL
CVE-2025-61882 is an unauthenticated remote code execution vulnerability in Oracle E-Business Suite (EBS), affecting the Concurrent Processing and BI Publisher components. The flaw allows an unauthenticated attacker with network access via HTTP to completely compromise the target system. It has been exploited in the wild by the Clop ransomware group among others, and was added to the CISA Known Exploited Vulnerabilities (KEV) catalog in October 2025.
The vulnerability resides in the way Oracle EBS handles deserialization of untrusted data within the Concurrent Processing / BI Publisher subsystems. By sending a crafted serialized object payload to exposed endpoints, an attacker can achieve arbitrary code execution on the Oracle EBS application server. No authentication is required, and the attack complexity is low.
python exploit.py --target https://target.example.com:8001 --command "whoami"