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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.1 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Whoogle-search < 0.8.4 has a Server-Side Request Forgery (SSRF) flaw.…

Q2Root Cause? (CWE/Flaw)

πŸ” **CWE-918**: SSRF. πŸ› **Flaw**: The `/window` endpoint fails to sanitize user input from the `location` variable. πŸ”„ This unsanitized input is directly passed to the `send` method, allowing arbitrary URL injection.…

Q3Who is affected? (Versions/Components)

🏷️ **Vendor**: benbusby. πŸ“¦ **Product**: Whoogle-search. πŸ“… **Affected**: Versions **prior to 0.8.4**. βœ… **Fixed**: Version 0.8.4 and later. 🌐 Self-hosted privacy-respecting meta-search engine.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Hackers Can**: Forge server-side requests to internal networks (e.g., metadata services, internal APIs). πŸ“‚ **Data Impact**: **High** Confidentiality (read sensitive data) and **High** Integrity (modify data).…

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. 🚫 **Auth**: None required (PR:N). πŸ‘οΈ **UI**: None required (UI:N). 🌐 **Access**: Network accessible (AV:N). 🎯 **Complexity**: Low (AC:L). Easy to exploit remotely without credentials.

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

πŸ“œ **Public Exp?**: No specific PoC code provided in the data. πŸ”— **References**: GitHub Security Lab (GHSL-2023-186) confirmed the issue.…

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Check**: Scan for Whoogle-search instances. πŸ•΅οΈ **Test**: Send crafted requests to the `/window` endpoint with malicious `location` parameters.…

Q8Is it fixed officially? (Patch/Mitigation)

πŸ›‘οΈ **Fixed**: Yes! Upgrade to **Whoogle-search 0.8.4** or newer. πŸ“₯ **Source**: GitHub repository `benbusby/whoogle-search`. πŸ”’ **Patch**: Input sanitization added to the `window` endpoint logic.…

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Restrict network access to the `/window` endpoint. 🚫 **Block**: Prevent the server from making outbound requests to internal ranges.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. πŸ“ˆ **CVSS**: 9.8 (Critical). 🚨 **Risk**: Remote, unauthenticated, easy exploit. ⏳ **Action**: Patch immediately! Do not wait. Internal network exposure is a major threat.