CVE-2021-35574
📋 TL;DR
This vulnerability in Oracle Outside In Technology allows unauthenticated attackers to cause denial of service by crashing or hanging the software via network requests. It affects any system using Oracle Fusion Middleware with Outside In Filters version 8.5.5. The impact is limited to availability disruption rather than data compromise.
💻 Affected Systems
- Oracle Fusion Middleware with Outside In Filters component
📦 What is this software?
⚠️ Risk & Real-World Impact
Worst Case
Complete denial of service for any application using Outside In Technology, rendering affected services unavailable until restart
Likely Case
Service disruption for applications processing untrusted files via Outside In Technology, requiring manual intervention to restore
If Mitigated
Minimal impact if proper network segmentation and input validation are implemented
🎯 Exploit Status
Oracle describes as 'easily exploitable' with no authentication required via HTTP
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Apply patches from Oracle Critical Patch Updates
Vendor Advisory: https://www.oracle.com/security-alerts/cpuoct2021.html
Restart Required: Yes
Instructions:
1. Review Oracle Critical Patch Update advisories 2. Apply relevant patches for Oracle Fusion Middleware 3. Restart affected services 4. Verify patch application
🔧 Temporary Workarounds
Network segmentation
allRestrict network access to systems using Outside In Technology
Input validation
allImplement strict input validation before passing data to Outside In Technology
🧯 If You Can't Patch
- Implement network controls to restrict access to affected systems
- Monitor for abnormal service crashes and implement rapid restart procedures
🔍 How to Verify
Check if Vulnerable:
Check Oracle Fusion Middleware version and Outside In Technology component version 8.5.5
Check Version:
Oracle-specific version checking commands depend on deployment
Verify Fix Applied:
Verify patch application via Oracle patch management tools and check version is updated
📡 Detection & Monitoring
Log Indicators:
- Unexpected service crashes
- Hanging processes related to Outside In Technology
- Abnormal HTTP requests to affected services
Network Indicators:
- Multiple HTTP requests causing service disruption
- Traffic patterns targeting Outside In endpoints
SIEM Query:
Search for: 'Oracle Outside In crash' OR 'service restart' AND 'HTTP request'