Exploitation Summary
EIP tracks 2 public exploits for CVE-2008-3984.
PoCs published by sh2kerr, including Metasploit module auxiliary/sqli/oracle/lt_removeworkspace.
AI-analyzed exploit summary This exploit leverages SQL injection in Oracle 10g's SYS.LT.REMOVEWORKSPACE to grant DBA privileges to the SCOTT user and execute arbitrary OS commands via extproc. It copies msvcrt.dll to bypass extproc restrictions and creates a new OS user.
Description
Unspecified vulnerability in the Workspace Manager component in Oracle Database 9.2.0.8, 9.2.0.8DV, 10.1.0.5, 10.2.0.3, and 11.1.0.6 allows remote authenticated users to affect confidentiality and integrity, related to SYS.LT and WMSYS.LT, a different vulnerability than CVE-2008-3982 and CVE-2008-3983.
Exploits (2)
This exploit leverages SQL injection in Oracle 10g's SYS.LT.REMOVEWORKSPACE to grant DBA privileges to the SCOTT user and execute arbitrary OS commands via extproc. It copies msvcrt.dll to bypass extproc restrictions and creates a new OS user.
This Metasploit module exploits a SQL injection vulnerability in Oracle DB's SYS.LT.REMOVEWORKSPACE procedure. It creates a malicious function and executes arbitrary SQL commands via base64-encoded payloads, granting elevated privileges to the attacker.