CVE-2026-32096 PUBLISHED

Plunk has SSRF via unvalidated AWS SNS SubscriptionConfirmation in POST /webhooks/sns

Assigner: GitHub_M
Reserved: 10.03.2026 Published: 11.03.2026 Updated: 12.03.2026

Plunk is an open-source email platform built on top of AWS SES. Prior to 0.7.0, a Server-Side Request Forgery (SSRF) vulnerability existed in the SNS webhook handler. An unauthenticated attacker could send a crafted request that caused the server to make an arbitrary outbound HTTP GET request to any host accessible from the server. This vulnerability is fixed in 0.7.0.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N
CVSS Score: 9.3

Product Status

Vendor useplunk
Product plunk
Versions
  • Version < 0.7.0 is affected

References

Problem Types

  • CWE-918: Server-Side Request Forgery (SSRF) CWE