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**: OneDev < 11.0.9 has a critical flaw allowing **unauthenticated file access**.β¦
π‘οΈ **Root Cause**: **CWE-200** (Information Exposure). The flaw stems from **directory traversal** vulnerabilities, allowing unauthorized users to bypass access controls and read server-side files.
Q3Who is affected? (Versions/Components)
π₯ **Affected**: **OneDev** by **Theonedev**. Specifically, versions **prior to 11.0.9**. If you are running an older version, you are at risk! β οΈ
Q4What can hackers do? (Privileges/Data)
π **Attacker Capabilities**: With **no authentication** required, hackers can access **arbitrary files** on the host computer. This includes sensitive configs, credentials, and source code.
Q5Is exploitation threshold high? (Auth/Config)
π **Exploitation Threshold**: **LOW**. No login or special configuration is needed. It is **unauthenticated**, making it extremely easy to trigger remotely.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π **Public Exploit**: **YES**. A Nuclei template is available on GitHub (ProjectDiscovery). Wild exploitation is possible using standard scanning tools.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Use **Nuclei** with the specific CVE-2024-45309 template. Check if your OneDev version is < 11.0.9. Look for directory traversal responses.
Q8Is it fixed officially? (Patch/Mitigation)
β **Official Fix**: **YES**. The vendor has released a fix. Update to **OneDev 11.0.9** or later. See the GitHub commit and security advisory for details.
Q9What if no patch? (Workaround)
π§ **No Patch?**: If you cannot update immediately, **restrict network access** to the OneDev instance. Block external traffic to the vulnerable endpoints. Use a WAF to block traversal patterns.
Q10Is it urgent? (Priority Suggestion)
π₯ **Urgency**: **HIGH**. Since it is **unauthenticated** and allows **file read**, the risk is immediate. Patch ASAP or isolate the service!