CVE-2024-21274
📋 TL;DR
This vulnerability in Oracle WebLogic Server allows unauthenticated attackers to cause denial of service by crashing or hanging the server via HTTP requests. It affects WebLogic Server versions 12.2.1.4.0 and 14.1.1.0.0. Organizations running these versions with network-accessible WebLogic Console are at risk.
💻 Affected Systems
- Oracle WebLogic Server
📦 What is this software?
⚠️ Risk & Real-World Impact
Worst Case
Complete unavailability of WebLogic Server, disrupting all applications and services hosted on it
Likely Case
Service disruption causing application downtime and business impact
If Mitigated
Limited impact if server is isolated or behind proper network controls
🎯 Exploit Status
CVSS indicates 'easily exploitable' with low attack complexity; no authentication required
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Apply patches from Oracle Critical Patch Update October 2024
Vendor Advisory: https://www.oracle.com/security-alerts/cpuoct2024.html
Restart Required: Yes
Instructions:
1. Download appropriate patches from Oracle Support 2. Apply patches following Oracle documentation 3. Restart WebLogic Server instances 4. Verify patch application
🔧 Temporary Workarounds
Network Segmentation
allRestrict network access to WebLogic Console to trusted IPs only
Configure firewall rules to limit access to WebLogic Server ports (typically 7001, 7002)
Disable Console Access
allTemporarily disable WebLogic Console if not required for operations
Modify config.xml to disable console or use WebLogic security configuration
🧯 If You Can't Patch
- Implement strict network access controls to limit exposure
- Deploy Web Application Firewall (WAF) with DoS protection rules
🔍 How to Verify
Check if Vulnerable:
Check WebLogic Server version and compare with affected versions
Check Version:
java weblogic.version
Verify Fix Applied:
Verify patch application via Oracle OPatch utility and version check
📡 Detection & Monitoring
Log Indicators:
- Multiple connection attempts to console endpoint
- Server crash/hang logs
- OutOfMemory errors in server logs
Network Indicators:
- Unusual HTTP traffic patterns to WebLogic Console endpoints
- High volume of requests from single sources
SIEM Query:
source="weblogic" AND (event="Server Hang" OR event="Crash" OR message="OutOfMemory")