← Terug naar overzicht

CVE-2026-80350 is a Server-Side Request Forgery (SSRF) vulnerability in OneUptime's webhook target validation logic. The SSRF protection in SSRFProtection.ts blocks private/loopback IPv4 addresses and several IPv6 forms, but fails to handle IPv4-mapped IPv6 addresses (e.g., [::ffff:127.0.0.1]). Because the mapped form is treated as an address literal rather than a hostname, the DNS re-check path is bypassed. The HTTP client then resolves the mapped IPv6 address to the embedded IPv4 address and connects to it. An authenticated project member with webhook configuration access can exploit this to reach loopback services, private network ranges, and link-local metadata endpoints (e.g., cloud metadata services), with responses readable via webhook results. The vulnerability was fixed in OneUptime version 12.0.7, which adds explicit handling for the IPv4-mapped IPv6 range.

Affected products

  • OneUptime (versions before 12.0.7)

Related CVE's

  • CVE-2026-80350

Categories

  • Enterprise Applications
  • Network Infrastructure
  • Web Technologies