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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2024-37902 β€” AI Deep Analysis Summary

CVSS 10.0 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Path Traversal in Deep Java Library (DJI). πŸ“‰ **Consequences**: Attackers can overwrite system files by inserting absolute path archives. πŸ’₯ **Impact**: High severity (CVSS 9.8).…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE**: CWE-22 (Path Traversal). πŸ› **Flaw**: The library fails to sanitize archive entries. It allows absolute paths, enabling direct insertion into the system filesystem instead of the intended sandbox.

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Vendor**: Deep Java Library (djl). πŸ“¦ **Affected**: Versions **0.1.0** up to **0.27.0**. 🚫 **Fixed**: Version 0.28.0 and later are safe.

Q4What can hackers do? (Privileges/Data)

πŸ’» **Privileges**: Runs with the user's privileges. πŸ“‚ **Data**: Can overwrite critical system files. 🧨 **Result**: Remote Code Execution (RCE) potential, service disruption, or data theft via file manipulation.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Auth**: None required (PR:N). 🌐 **Network**: Remote (AV:N). 🎯 **UI**: None required (UI:N). πŸ“‰ **Complexity**: Low (AC:L). **Verdict**: Extremely easy to exploit remotely.

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

πŸ•΅οΈ **Public Exp**: No specific PoC code provided in data. πŸ“’ **Status**: Publicly disclosed via GitHub Advisory. ⚠️ **Risk**: High likelihood of wild exploitation due to low barrier to entry.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for `djl` dependency versions < 0.28.0. πŸ“‹ **Audit**: Review code for loading archives from untrusted sources. πŸ› οΈ **Tool**: Use SAST/DAST tools detecting CWE-22 in Java archive handling.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: Yes! Upgrade to **v0.28.0**. πŸ”— **Source**: [GitHub Release](https://github.com/deepjavalibrary/djl/releases/tag/v0.28.0). πŸ›‘οΈ **Action**: Immediate patching recommended.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If upgrade impossible, **do not** load archives from untrusted sources. 🧹 **Validate**: Manually sanitize archive entry names before extraction.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Priority**: CRITICAL (P1). πŸš€ **Urgency**: Immediate action required. πŸ“’ **Reason**: Remote, unauthenticated, low-complexity exploit with severe impact. Patch now!