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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-32096 β€” AI Deep Analysis Summary

CVSS 9.3 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Plunk < 0.7.0 suffers from **SSRF** (Server-Side Request Forgery). πŸ“§ **Consequences**: Attackers can force the server to make **arbitrary outbound HTTP GET requests**.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-918** (SSRF). The flaw lies in the **SNS webhook handler**. It fails to validate URLs, allowing untrusted input to trigger server-side requests.…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **Plunk** (Open-source email platform by **useplunk**). πŸ“… **Version**: All versions **prior to 0.7.0**. πŸ“‰ **Status**: Vulnerable if you haven't upgraded to the latest stable release.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Actions**: Initiate **arbitrary HTTP GET requests** from the server. 🌐 **Impact**: Can probe internal networks, access metadata services (e.g., AWS EC2), or exfiltrate data.…

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). Any unauthenticated user can trigger this via SNS webhooks.

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

πŸ” **Public Exploit**: **No**. The `pocs` array is empty in the data. 🚫 **Wild Exploitation**: No evidence of widespread active exploitation yet. ⚠️ **Risk**: Low barrier to write an exploit, but no public PoC available.

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Self-Check**: Scan for **Plunk versions < 0.7.0**. πŸ” **Feature**: Look for **SNS webhook** configurations. πŸ› οΈ **Tooling**: Use SSRF scanners targeting webhook endpoints.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: **Yes**. πŸ“Œ **Patch**: Version **0.7.0** and later. πŸ”— **Source**: Commit `b8f1ad9` fixes the issue. πŸ“’ **Advisory**: See GHSA-xpqg-p8mp-7g44 for official details. πŸ”„ **Action**: Upgrade immediately.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If upgrading isn't possible, **restrict SNS webhook access** via firewall rules. πŸ›‘οΈ **Mitigation**: Implement strict **URL allow-listing** in the webhook handler.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. πŸ“ˆ **CVSS**: 9.8 (Critical). 🚨 **Priority**: Patch immediately. πŸ“… **Published**: 2026-03-11. ⚠️ **Reason**: Unauthenticated, remote, and leads to significant data exposure. Do not delay.