CVE-2019-2725
CRITICAL(9.8)KEV — Aktiv ausgenutztCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
- CVSS 9.8 — Kritisch
- EPSS 100% — sehr wahrscheinlich ausgenutzt
- Im CISA KEV-Katalog (aktiv ausgenutzt)
CISA KEV
Bestätigt ausgenutzt
EPSS-Score
100.0%
Exploit-Wahrscheinlichkeit (30 Tage)
CVSS Score
9.8
Technische Schwere
SecBoard-Einordnung
Security-Teams sollten umgehend alle betroffenen Oracle WebLogic Server-Instanzen identifizieren und die entsprechenden Patches von Oracle anwenden. Angesichts der aktiven Ausnutzung und der hohen Kritikalität ist eine sofortige Priorisierung dieser Maßnahme unerlässlich. Zusätzlich sollten Netzwerkzugriffe auf WebLogic Server überwacht und gegebenenfalls eingeschränkt werden, um das Angriffsrisiko zu minimieren.
KI-gestützte Einordnung auf Basis der NVD-Daten.
Beschreibung
Vulnerability in the Oracle WebLogic Server component of Oracle Fusion Middleware (subcomponent: Web Services). Supported versions that are affected are 10.3.6.0.0 and 12.1.3.0.0. Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle WebLogic Server. Successful attacks of this vulnerability can result in takeover of Oracle WebLogic Server. CVSS 3.0 Base Score 9.8 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).
Erkennung & Indikatoren
Ausnutzung
Aktiv ausgenutzt (CISA KEV). Ein Exploit-Code ist öffentlich verfügbar (Exploit-DB EDB-ID: 46780).
Threat-Hunting-Queries
Die Schwachstelle ist eine Deserialisierungs-RCE in Oracle WebLogic Server. Die Detektion konzentriert sich auf ungewöhnliche Prozessstarts (z.B. Shells, PowerShell) durch den WebLogic-Prozess, insbesondere wenn diese Netzwerkverbindungen aufbauen oder verdächtige Befehle ausführen. Der Exploit-DB-Eintrag zeigt die Ausführung von PowerShell-Befehlen, die eine Reverse Shell initiieren können.
Sentinel/Defender KQL
DeviceProcessEvents
| where InitiatingProcessFileName =~ "java.exe" or InitiatingProcessCommandLine contains "weblogic.Server"
| where FileName in ("powershell.exe", "cmd.exe", "sh", "bash")
| where ProcessCommandLine contains "-e" or ProcessCommandLine contains "-c" or ProcessCommandLine contains "-nop" or ProcessCommandLine contains "-w hidden"
| project Timestamp, DeviceName, InitiatingProcessCommandLine, FileName, ProcessCommandLine, RemoteIP, RemotePortSplunk SPL
index=* (sourcetype=WinEventLog:Microsoft-Windows-Sysmon/Operational OR sourcetype=linux_audit)
(ParentProcessName="java.exe" OR ParentCommandLine="*weblogic.Server*")
(ProcessName="powershell.exe" OR ProcessName="cmd.exe" OR ProcessName="sh" OR ProcessName="bash")
(CommandLine="*-e*" OR CommandLine="*-c*" OR CommandLine="*-nop*" OR CommandLine="*-w hidden*")Sigma
title: WebLogic RCE via Deserialization (CVE-2019-2725)
status: experimental
description: Detects suspicious process creation by Oracle WebLogic Server, indicative of a deserialization RCE exploit.
references:
- https://www.exploit-db.com/exploits/46780/
logsource:
category: process_creation
target_product: windows
detection:
selection:
ParentImage|endswith:
- '\java.exe'
ParentCommandLine|contains:
- 'weblogic.Server'
Image|endswith:
- '\powershell.exe'
- '\cmd.exe'
- '\sh'
- '\bash'
CommandLine|contains:
- '-e'
- '-c'
- '-nop'
- '-w hidden'
condition: selection
falsepositives:
- Legitimate administrative scripts or deployments if not properly filtered.
level: highElastic ES|QL
from process where
(process.parent.executable : "java.exe" or process.parent.command_line : "*weblogic.Server*") and
(process.executable : ("powershell.exe", "cmd.exe", "sh", "bash")) and
(process.command_line : ("*-e*", "*-c*", "*-nop*", "*-w hidden*"))SecBoard-generated · behavioral · requires customization — Von SecBoard erzeugt und nicht in einer Zielumgebung validiert. Vor dem Einsatz an die eigene Protokollierung anpassen.
Indikatoren
IP-Adressen (1)
- 1.1.1.1
Übernommen wurden nur Indikatoren, die wörtlich in einer Hersteller- oder Research-Quelle standen.
Betroffene Produkte
- cpe:2.3:a:oracle:agile_product_lifecycle_management:9.3.3:*:*:*:*:*:*:*
- cpe:2.3:a:oracle:agile_product_lifecycle_management:9.3.4:*:*:*:*:*:*:*
- cpe:2.3:a:oracle:agile_product_lifecycle_management:9.3.5:*:*:*:*:*:*:*
- cpe:2.3:a:oracle:communications_converged_application_server:5.1:*:*:*:*:*:*:*
- cpe:2.3:a:oracle:communications_converged_application_server:7.0:*:*:*:*:*:*:*
- cpe:2.3:a:oracle:communications_converged_application_server:7.1:*:*:*:*:*:*:*
- cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.56:*:*:*:*:*:*:*
- cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.57:*:*:*:*:*:*:*
- cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.58:*:*:*:*:*:*:*
- cpe:2.3:a:oracle:storagetek_tape_analytics_sw_tool:2.3:*:*:*:*:*:*:*
- cpe:2.3:a:oracle:tape_library_acsls:8.5:*:*:*:*:*:*:*
- cpe:2.3:a:oracle:tape_virtual_storage_manager_gui:6.2:*:*:*:*:*:*:*
- cpe:2.3:a:oracle:vm_virtualbox:*:*:*:*:*:*:*:*
- cpe:2.3:a:oracle:vm_virtualbox:*:*:*:*:*:*:*:*
- cpe:2.3:a:oracle:vm_virtualbox:*:*:*:*:*:*:*:*
- cpe:2.3:a:oracle:vm_virtualbox:5.2.36:*:*:*:*:*:*:*
- cpe:2.3:a:oracle:weblogic_server:10.3.6.0.0:*:*:*:*:*:*:*
- cpe:2.3:a:oracle:weblogic_server:12.1.3.0.0:*:*:*:*:*:*:*
Referenzen
- http://packetstormsecurity.com/files/152756/Oracle-Weblogic-Server-Deserializati...
- http://www.oracle.com/technetwork/security-advisory/alert-cve-2019-2725-5466295....
- http://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html
- http://www.securityfocus.com/bid/108074
- https://support.f5.com/csp/article/K90059138
- https://www.exploit-db.com/exploits/46780/
- https://www.oracle.com/security-alerts/alert-cve-2019-2725.html#AppendixFMW
- https://www.oracle.com/security-alerts/cpujan2020.html
- http://packetstormsecurity.com/files/152756/Oracle-Weblogic-Server-Deserializati...
- http://www.oracle.com/technetwork/security-advisory/alert-cve-2019-2725-5466295....