CVE-2010-3600
published 2011-01-19CVE-2010-3600: Unspecified vulnerability in the Client System Analyzer component in Oracle Database Server 11.1.0.7 and 11.2.0.1 and Enterprise Manager Grid Control 10.2.0.5…
PriorityP273high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
76.69%
99.5th percentile
Unspecified vulnerability in the Client System Analyzer component in Oracle Database Server 11.1.0.7 and 11.2.0.1 and Enterprise Manager Grid Control 10.2.0.5 allows remote attackers to affect confidentiality, integrity, and availability via unknown vectors. NOTE: the previous information was obtained from the January 2011 CPU. Oracle has not commented on claims from a reliable third party coordinator that this issue involves an exposed JSP script that accepts XML uploads in conjunction with NULL bytes in an unspecified parameter that allow execution of arbitrary code.
Affected
3 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| oracle | database_server | — | — |
| oracle | database_server | — | — |
| oracle | enterprise_manager_grid_control | — | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Monitor for HTTP POST requests to /em/ecm/csa/v10103/CSAr.jsp on port 1158 (SSL), especially with a 'sessionID' parameter containing null bytes (\x00) used to bypass file extension checks. ↗
- →Detect directory traversal sequences ('..\') in the sessionID POST parameter targeting CSAr.jsp, used to write files outside the web root (e.g., to system32 or wbem\mof). ↗
- →Alert on creation of unexpected .mof files in C:\windows\system32\wbem\mof\ or .vbs files in C:\windows\system32\, which indicate WMI-based payload execution following exploitation. ↗
- →Look for HTTP 200 responses from CSAr.jsp containing the string 'posted data was written to placeholder file' or 'csaPostStatus=0', which confirm successful file upload. ↗
- →The exploit targets Oracle EM Grid Control running on Windows; check for Oracle Containers for J2EE in the server banner as a prerequisite fingerprint. ↗
- ·The Metasploit module default traversal depth is 13 levels ('..\' * 13); defenders should tune path-traversal detection rules to cover at least this depth. ↗
- ·SSL is enabled by default on port 1158; network inspection must perform SSL/TLS interception to detect the malicious POST payload in transit. ↗
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.
No detection rules found.
Exploit-DB
Oracle Database Client System Analyzer - Arbitrary File Upload (Metasploit)
exploitdb·2012-11-15
CVE-2010-3600 Oracle Database Client System Analyzer - Arbitrary File Upload (Metasploit)
Oracle Database Client System Analyzer - Arbitrary File Upload (Metasploit)
---
##
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
# web site for more information on licensing and terms of use.
# http://metasploit.com/
##
require 'msf/core'
class Metasploit3 [ /Oracle Containers for J2EE/ ] }
include Msf::Exploit::Remote::HttpClient
include Msf::Exploit::EXE
include Msf::Exploit::WbemExec
def initialize(info = {})
super(update_info(info,
'Name' => 'Oracle Database Client System Analyzer Arbitrary File Upload',
'Description' => %q{
This module exploits an arbitrary file upload vulnerability on the Client
Analyzer component as included in Oracle Database 11g, which allows remote
attackers to u
Metasploit
Oracle Database Client System Analyzer Arbitrary File Upload
metasploit
Oracle Database Client System Analyzer Arbitrary File Upload
Oracle Database Client System Analyzer Arbitrary File Upload
This module exploits an arbitrary file upload vulnerability on the Client Analyzer component as included in Oracle Database 11g, which allows remote attackers to upload and execute arbitrary code. This module has been tested successfully on Oracle Database 11g 11.2.0.1.0 on Windows 2003 SP2, where execution through the Windows Management Instrumentation service has been used.
No writeups or analysis indexed.
http://secunia.com/advisories/42895http://secunia.com/advisories/42921http://www.oracle.com/technetwork/topics/security/cpujan2011-194091.htmlhttp://www.securityfocus.com/bid/45883http://www.securitytracker.com/id?1024972http://www.vupen.com/english/advisories/2011/0139http://www.vupen.com/english/advisories/2011/0140http://www.zerodayinitiative.com/advisories/ZDI-11-018/https://exchange.xforce.ibmcloud.com/vulnerabilities/64755http://secunia.com/advisories/42895http://secunia.com/advisories/42921http://www.oracle.com/technetwork/topics/security/cpujan2011-194091.htmlhttp://www.securityfocus.com/bid/45883http://www.securitytracker.com/id?1024972http://www.vupen.com/english/advisories/2011/0139http://www.vupen.com/english/advisories/2011/0140http://www.zerodayinitiative.com/advisories/ZDI-11-018/https://exchange.xforce.ibmcloud.com/vulnerabilities/64755
2011-01-19
Published