AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2026-4302

HIGH · CVSS 7.2 EPSS 0.30%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2026-03-21 · Last synced 2026-08-04

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 7.2. It affects WordPress. It may be remotely exploitable. Exploitation may require the attacker to be authenticated.

CVE
CVE-2026-4302
Severity
HIGH
CVSS
7.2
EPSS
0.30%
WordPress

Original NVD Description

The WowOptin: Next-Gen Popup Maker plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 1.4.29. This is due to the plugin exposing a publicly accessible REST API endpoint (optn/v1/integration-action) with a permission_callback of __return_true that passes user-supplied URLs directly to wp_remote_get() and wp_remote_post() in the Webhook::add_subscriber() method without any URL validation or restriction. The plugin does not use wp_safe_remote_get/post which provide built-in SSRF protection. This makes it possible for unauthenticated attackers to make web requests to arbitrary locations originating from the web application, which can be used to query and modify information from internal services.