CVE-2008-3984
published 2008-10-14CVE-2008-3984: 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…
PriorityP343medium5.5CVSS 2.0
AVNACLAuSCPIPAN
EXPLOIT
EPSS
41.81%
98.5th percentile
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.
Affected
5 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| oracle | database_10g | — | — |
| oracle | database_10g | — | — |
| oracle | database_11i | — | — |
| oracle | database_9i | — | — |
| oracle | database_9i | — | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Monitor Oracle audit logs for calls to SYS.LT.REMOVEWORKSPACE or SYS.LT.CREATEWORKSPACE containing single-quote characters or SQL injection payloads (e.g., embedded AND clauses) in the workspace name argument. ↗
- →Alert on any Oracle session where an unprivileged user is granted DBA role via EXECUTE IMMEDIATE inside an autonomous transaction function, which is the privilege-escalation mechanism used by this exploit. ↗
- →Detect use of SYS.DBMS_FILE_TRANSFER.COPY_FILE to copy system DLLs (e.g., msvcrt.dll) into the Oracle BIN directory, a technique used to bypass extproc restrictions for OS command execution. ↗
- →Flag creation of external PL/SQL libraries (CREATE OR REPLACE LIBRARY) pointing to DLLs in the Oracle BIN directory, as this is the extproc OS-command-execution stage of the exploit chain. ↗
- →Any authenticated Oracle user with EXECUTE privilege on SYS.LT (or WMSYS.LT) is a potential attacker; audit EXECUTE grants on these packages. ↗
- ·The vulnerability exists in both SYS.LT and WMSYS.LT package synonyms; detection and patching must cover both entry points. ↗
- ·The extproc DLL-copy bypass technique is noted to work across Oracle 10g and 11g versions with updates applied, meaning patched instances may still be vulnerable to the OS-execution stage if extproc is enabled. ↗
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-ch44-mjv9-gpxr: Unspecified vulnerability in the Workspace Manager component in Oracle Database 9
ghsa_unreviewed·2022-05-02·CVSS 5.5
CVE-2008-3982 [MEDIUM] GHSA-ch44-mjv9-gpxr: Unspecified vulnerability in the Workspace Manager component in Oracle Database 9
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-3983 and CVE-2008-3984.
GHSA
GHSA-g85g-p29m-3jgf: Unspecified vulnerability in the Workspace Manager component in Oracle Database 9
ghsa_unreviewed·2022-05-02·CVSS 5.5
CVE-2008-3983 [MEDIUM] GHSA-g85g-p29m-3jgf: Unspecified vulnerability in the Workspace Manager component in Oracle Database 9
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-3984.
GHSA
GHSA-78mj-jxw8-78gg: Unspecified vulnerability in the Workspace Manager component in Oracle Database 9
ghsa_unreviewed·2022-05-02·CVSS 5.5
CVE-2008-3984 [MEDIUM] GHSA-78mj-jxw8-78gg: Unspecified vulnerability in the Workspace Manager component in Oracle Database 9
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.
No detection rules found.
Exploit-DB
Oracle 10g - SYS.LT.REMOVEWORKSPACE SQL Injection
exploitdb·2009-01-06
CVE-2008-3984 Oracle 10g - SYS.LT.REMOVEWORKSPACE SQL Injection
Oracle 10g - SYS.LT.REMOVEWORKSPACE SQL Injection
---
/*********************************************************/
/*Oracle 10g SYS.LT.REMOVEWORKSPACE SQL Injection Exploit*/
/****grant DBA and create new OS user (advanced extproc)*/
/*********************************************************/
/***********exploit grant DBA to scott********************/
/***********and execute OS command "net user"*************/
/***********using advanced extproc method*****************/
/*********************************************************/
/***********tested on oracle 10.1.0.5.0*******************/
/*********************************************************/
/*********************************************************/
/* Date of Public EXPLOIT: January 6, 2009 */
/* Written by: Alexandr "Sh2kerr" Polya
Metasploit
Oracle DB SQL Injection via SYS.LT.REMOVEWORKSPACE
metasploit
Oracle DB SQL Injection via SYS.LT.REMOVEWORKSPACE
Oracle DB SQL Injection via SYS.LT.REMOVEWORKSPACE
This module exploits a sql injection flaw in the REMOVEWORKSPACE procedure of the PL/SQL package SYS.LT. Any user with execute privilege on the vulnerable package can exploit this vulnerability.
No writeups or analysis indexed.
http://secunia.com/advisories/32291http://www.oracle.com/technetwork/topics/security/cpuoct2008-100299.htmlhttp://www.securitytracker.com/id?1021050http://www.vupen.com/english/advisories/2008/2825https://exchange.xforce.ibmcloud.com/vulnerabilities/45887http://secunia.com/advisories/32291http://www.oracle.com/technetwork/topics/security/cpuoct2008-100299.htmlhttp://www.securitytracker.com/id?1021050http://www.vupen.com/english/advisories/2008/2825https://exchange.xforce.ibmcloud.com/vulnerabilities/45887
2008-10-14
Published