CVE-2026-30242
Plane has SSRF via Incomplete IP Validation in Webhook URL Serializer
描述
### Summary The webhook URL validation in `plane/app/serializers/webhook.py` only checks `ip.is_loopback`, allowing attackers with workspace ADMIN role to create webhooks pointing to private/internal network addresses (`10.x.x.x`, `172.16.x.x`, `192.168.x.x`, `169.254.169.254`, etc.). When webhook events fire, the server makes requests to these internal addresses and stores the response — enabling SSRF with full response read-back. ### Impact - **Cloud metadata exfiltration**: Access AWS/GCP/Azure instance metadata (IAM credentials, tokens) - **Internal service scanning**: Probe internal network services not exposed to the internet - **Data exfiltration via response logs**: Full response body from internal services is stored and returned to the attacker through the webhook logs API - Bypass vectors: `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`, `169.254.0.0/16`, `0.0.0.0`, `::ffff:` mapped addresses
如何修補 CVE-2026-30242
要修補 CVE-2026-30242,請將受影響套件升級到下列已修補版本。
- —升級至 1.2.3 或更新版本
CVE-2026-30242 正在被利用嗎?
低 — EPSS 為 0.0%,目前沒有觀察到大規模利用活動。
受影響套件(1)
- from 0, < 1.2.3
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 3.1 | HIGH8.5 | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N |