This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login.
Read the full analysis →
Q1What is this vulnerability? (Essence + Consequences)
🚨 **Essence**: A Path Traversal (Local File Inclusion) flaw in Oracle BI Enterprise Edition.…
🛡️ **Root Cause**: Improper input validation in the `getPreviewImage` endpoint. ⚠️ **Flaw**: Allows attackers to manipulate file paths to access files outside the intended directory (LFI).
Q3Who is affected? (Versions/Components)
🏢 **Vendor**: Oracle Corporation. 📦 **Product**: Business Intelligence Enterprise Edition. 📅 **Affected Versions**: Specifically **5.5.0.0.0**, **12.2.1.3.0**, and **12.2.1.4.0**.
Q4What can hackers do? (Privileges/Data)
💻 **Privileges**: Unauthenticated access required. 🔓 **Data**: High impact on Confidentiality (C:H). Attackers can read arbitrary local files, potentially exposing credentials, configs, or source code.
Q5Is exploitation threshold high? (Auth/Config)
🔓 **Auth**: None required (PR:N). 🌐 **Network**: Remote (AV:N). 🎯 **Complexity**: Low (AC:L). **Threshold**: VERY LOW. Easy to exploit over the internet without login.
Q6Is there a public Exp? (PoC/Wild Exploitation)
🔍 **PoC**: Yes. Available via Nuclei templates and PacketStorm. 🌍 **Exploitation**: Publicly known technique. High risk of automated scanning and exploitation in the wild.
Q7How to self-check? (Features/Scanning)
🔎 **Check**: Scan for the `getPreviewImage` endpoint. 📡 **Tool**: Use Nuclei or similar scanners targeting CVE-2020-14864. 🧪 **Test**: Attempt path traversal payloads to see if local files are returned.
Q8Is it fixed officially? (Patch/Mitigation)
🛡️ **Fix**: Official patch released by Oracle in **October 2020** (CPU Oct 2020). 🔗 **Ref**: See Oracle Security Alerts CPU Oct 2020 for details.
Q9What if no patch? (Workaround)
🚧 **Workaround**: If unpatched, restrict HTTP access to the BI server. 🚫 **Block**: Use WAF rules to block requests containing `../` in the `getPreviewImage` parameter. 🔒 **Isolate**: Network segmentation.
Q10Is it urgent? (Priority Suggestion)
🔥 **Urgency**: HIGH. 🚨 **Priority**: Critical. Since it requires **no authentication** and has **low complexity**, immediate patching or mitigation is essential to prevent data exfiltration.