๐Ÿ” CVE Alert

CVE-2026-72761

UNKNOWN 0.0

Webhook SSRF guard bypassed by IPv6 transition addresses (NAT64/6to4/Teredo pass is_global check) in vulnerability-lookup

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-918
Vendor vulnerability-lookup
Product vulnerability-lookup
Published Aug 10, 2026
Stay Ahead of the Next One

Get instant alerts for vulnerability-lookup vulnerability-lookup

Be the first to know when new unknown vulnerabilities affecting vulnerability-lookup vulnerability-lookup are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

vulnerability-lookup / vulnerability-lookup
All versions affected

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/vulnerability-lookup/vulnerability-lookup/commit/f3e0c6899c5b3823dcfd860fc6cb3edbedc9bf65

Credits

tonghuaroot Cedric Bonhomme