Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-0896 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Orthanc < 1.5.8 has an **Access Control Error**. Remote access is enabled by default, but **Basic Auth is OFF**.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-306** (Missing Authentication for Critical Function). <br>❌ **Flaw**: The software defaults to allowing remote connections **without** requiring a username/password.…

Q3Who is affected? (Versions/Components)

πŸ₯ **Affected**: **Orthanc Server** (Open Source DICOM Server). <br>πŸ“… **Versions**: All versions **prior to 1.5.8**. <br>🏒 **Vendor**: Orthanc Company.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Hackers Can**: <br>1. **Read** sensitive medical images (Patient Privacy Leak). <br>2. **Modify/Delete** patient records (Data Integrity Loss). <br>3. **Disable** the server (Service Denial).…

Q5Is exploitation threshold high? (Auth/Config)

πŸ“‰ **Threshold**: **EXTREMELY LOW**. <br>🌐 **Auth**: None required. <br>βš™οΈ **Config**: Default settings are vulnerable. If you expose the port to the internet, you are hacked. <br>πŸ‘€ **UI**: No user interaction needed.

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ•΅οΈ **Public Exp?**: **No specific PoC** listed in the data. <br>πŸ”₯ **Wild Exploitation**: High risk. Since no auth is needed, *anyone* can manually connect via HTTP client.…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Scan for **Orthanc** service ports (usually 8042). <br>2. Try accessing the root URL (`/`). <br>3. If it returns data **without** a 401 Unauthorized error, you are **VULNERABLE**. <br>4.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed?**: **YES**. <br>πŸ”§ **Patch**: Upgrade to **Orthanc 1.5.8** or later. <br>πŸ“ **Reference**: CISA ICSMA-25-037-02 advisory available.

Q9What if no patch? (Workaround)

🚧 **No Patch? Workaround**: <br>1. **Enable Basic Auth** in configuration immediately. <br>2. **Block Remote Access**: Restrict network access to localhost/internal LAN only. <br>3.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL (P0)**. <br>⏱️ **Priority**: Fix **IMMEDIATELY**. <br>πŸ“‰ **Risk**: CVSS 9.8 (Critical). Medical data is high-value. Default misconfiguration makes mass exploitation easy. Do not wait.