CVE-2026-72761
Last modified
CVE-2026-72761 is a medium-severity vulnerability rated 6.9/10 on the CVSS scale. The webhook URL validator in `website/notifications/webhooks.py` uses `ip.is_global` to reject non-public addresses after DNS resolution. IPv6 transition addresses (NAT64 `64:ff9b::/96`, 6to4 `2002::/16`, Teredo `2001:0000::/32`) are classified as globally routable by IANA, so `is_global` returns `True` even when the embedded IPv4 targets a private, loopback, or cloud metadata destination.
Description
The webhook URL validator in `website/notifications/webhooks.py` uses `ip.is_global` to reject non-public addresses after DNS resolution. IPv6 transition addresses (NAT64 `64:ff9b::/96`, 6to4 `2002::/16`, Teredo `2001:0000::/32`) are classified as globally routable by IANA, so `is_global` returns `True` even when the embedded IPv4 targets a private, loopback, or cloud metadata destination. An attacker can register a webhook pointing at a hostname that resolves to a transition address to bypass the SSRF guard and exfiltrate vulnerability data to an internal endpoint. The vulnerability was introduced on a non-release version. The fix was already done on HEAD. It only affects organisation running the HEAD.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:L/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72761?
How severe is CVE-2026-72761?
How do I fix CVE-2026-72761?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-72748AVideo contains an unauthenticated arbitrary file write vuln…9.1
- CVE-2026-72749n8n before 1.123.67, 2.31.5, and 2.32.1 contains a prototype…7.1
- CVE-2026-72750n8n before 1.123.67, 2.31.5, and 2.32.1 contains a SQL injec…5.3
- CVE-2026-72751CTI-Transmute is affected by a stored cross-site scripting (…5.1
- CVE-2026-72759In affected versions of MISP cti-transmute, the conversion-h…6.9
- CVE-2026-72760Affected versions of MISP cti-transmute disclose users' emai…5.3
- CVE-2026-72762n8n versions before 1.123.67, 2.31.5, and 2.32.1 contain an …7.7
- CVE-2026-72763n8n before 1.123.67, 2.31.5, and 2.32.1 validates credential…7.2
- CVE-2026-72764n8n's JavaScript task runner shared a single module cache ac…5.8
- CVE-2026-72765n8n before 2.31.5 and before 2.32.1 contain a sandbox escape…8.7
- CVE-2026-72766n8n before 1.123.67, 2.x before 2.31.5, and 2.32.x before 2.…8.2
- CVE-2026-72767n8n before 1.123.67, 2.x before 2.31.5, and 2.32.x before 2.…8.7
Are you affected by CVE-2026-72761?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
