SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-6089

MEDIUM · CVSS 4.9 EPSS 0.27%

Source: NVD + CISA KEV + EPSS · Published 2026-07-29 · Last synced 2026-08-28

CyberRota Analysis

AI-Generated

The WP CTA plugin for WordPress is vulnerable to Server-Side Request Forgery (SSRF) due to improper validation of user-supplied URLs in imported JSON files, allowing authenticated attackers with Administrator-level access to make arbitrary web requests. This vulnerability can lead to unauthorized access to internal services and the potential exposure of sensitive information, as the response is saved as a WordPress media attachment. WordPress site administrators using this plugin should prioritize patching to mitigate the risk of exploitation.

CVE
CVE-2026-6089
Severity
MEDIUM
CVSS
4.9
EPSS
0.27%
WordPress

Original NVD Description

The WP CTA plugin for WordPress is vulnerable to Server-Side Request Forgery via the 'sticky_s_media' parameter in imported JSON files in all versions up to, and including, 2.1.2. This is due to the import_sidebars() function passing user-supplied URLs from imported JSON data to file_get_contents() with only FILTER_VALIDATE_URL validation (which allows internal IPs). This makes it possible for authenticated attackers, with Administrator-level access and above, to make web requests to arbitrary locations originating from the web application, which can be used to query and modify information from internal services. The response content is saved as a WordPress media attachment, making this a full-read SSRF.