CVE-2026-80350
Last modified
CVE-2026-80350 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. OneUptime's webhook target check rejects private and loopback addresses given in IPv4 form and a small set of IPv6 forms, but has no case for the IPv4-mapped IPv6 range. The webhook delivery path calls SSRFProtection.validateWebhookTargetIsSafe, and the host-literal screening inside Common/Server/Utils/SSRFProtection.ts, performed by isBlockedHostnameLiteral, rejects private and loopback IPv4 ranges and tests an IPv6 value against the unspecified address, the loopback, the link-local prefix and the unique-local prefixes. EPSS estimates a 0.29% chance of exploitation in the next 30 days.
Description
OneUptime's webhook target check rejects private and loopback addresses given in IPv4 form and a small set of IPv6 forms, but has no case for the IPv4-mapped IPv6 range. The webhook delivery path calls SSRFProtection.validateWebhookTargetIsSafe, and the host-literal screening inside Common/Server/Utils/SSRFProtection.ts, performed by isBlockedHostnameLiteral, rejects private and loopback IPv4 ranges and tests an IPv6 value against the unspecified address, the loopback, the link-local prefix and the unique-local prefixes. A value such as [::ffff:127.0.0.1] matches none of them. The value is also recognised as an address literal rather than a name, so the path that re-checks addresses obtained from resolution is not taken. The HTTP client treats the mapped form as the embedded IPv4 address and connects to it, so an authenticated project member who can configure a webhook can direct the server at loopback services, private network ranges and link-local metadata endpoints, and the response is recorded where the webhook result can be read. Version 12.0.7 adds handling for the mapped range.
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-80350?
How severe is CVE-2026-80350?
How do I fix CVE-2026-80350?
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-8034A server-side request forgery (SSRF) vulnerability was ident…9.8
- CVE-2026-80340The Payment Plugins for PayPal WooCommerce WordPress plugin …5.3
- CVE-2026-80341The Payment Plugins for PayPal WooCommerce WordPress plugin …5.9
- CVE-2026-80346StarRocks performs no privilege check when a legacy synchron…7.1
- CVE-2026-80348TarsWeb enforces its per-application roles by calling AuthSe…8.8
- CVE-2026-8035Improper input validation in the NI-PAL kernel driver may al…5.5
- CVE-2026-80351Improper neutralization of directives in dynamically evaluat…9.8
- CVE-2026-80352Improper Control of Generation of Code ('Code Injection') vu…9.8
- CVE-2026-80354Authorization bypass through User-Controlled key vulnerabili…8.1
- CVE-2026-80355Dell OpenManage Server Administrator, versions prior to 11.1…5.4
- CVE-2026-80356Dell OpenManage Server Administrator, versions prior to 11.1…7.3
- CVE-2026-8036Improper input validation in NI-PAL may allow a local authen…7.8
Are you affected by CVE-2026-80350?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
