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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.3 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Plane v0.23.0- has a wildcard image retrieval flaw.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-918** (SSRF). The app uses **wildcard support** for image hosts. πŸ› **Flaw**: It fails to validate the source domain, allowing requests to internal or malicious URLs.

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: **Plane** (Open-source project planning tool). πŸ“¦ **Versions**: **v0.23.0 and earlier**. 🏒 **Vendor**: makeplane. Self-hosted instances are at risk.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Hackers' Power**: Can induce **Server-Side Execution** of requests. πŸ“‚ **Data Impact**: High Availability impact (CVSS A:H), Low Integrity (I:L).…

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. 🚫 **Auth**: None required (PR:N). πŸ–±οΈ **UI**: None required (UI:N). 🌐 **Network**: Remote (AV:N). πŸ“‰ **Complexity**: Low (AC:L). Easy to exploit remotely.

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

πŸ§ͺ **Public Exp?**: No specific PoC code listed in data. πŸ” **Status**: Advisory confirmed (GHSA-39gx-38xf-c348). Wild exploitation is likely possible due to low complexity.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for Plane instances < v0.23.0. πŸ–ΌοΈ **Feature**: Check if image URLs allow wildcard domains. πŸ› οΈ **Tool**: Use SSRF scanners to test image endpoints against internal IPs.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed?**: **YES**. πŸ“… **Published**: 2024-10-11. πŸ”— **Patch**: See GitHub Advisory & Commit b9f78ba. Upgrade to the latest version immediately.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Implement strict **URL allowlisting** for image hosts. 🚫 **Block**: Wildcards and internal IP ranges. πŸ›‘οΈ **WAF**: Filter outbound requests from the Plane server.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. 🚨 **Priority**: Critical. Remote, unauthenticated, low complexity. Patch immediately to prevent SSRF attacks and data exposure.