CVE-2025-14613 HIGH

CVE-2025-14613: GetContentFromURL <= 1.0 - Authenticated (Contributor+) Server-Side Request Forgery via 'url' Shortcode Attribute

Vendor Daschmi
Product GetContentFromURL
Weakness CWE-918 · SSRF
Published January 14, 2026
Last update April 8, 2026

CVSS base score

7.2/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N

What the vulnerability does

01Description

The GetContentFromURL plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 1.0. This is due to the plugin using wp_remote_get() instead of wp_safe_remote_get() to fetch content from a user-supplied URL in the 'url' parameter of the [gcfu] shortcode. This makes it possible for authenticated attackers, with Contributor-level access and above, to make web requests to arbitrary locations originating from the web application and can be used to query and modify information from internal services.

Explanation of Vulnerability in Simple Terms

02Summary

GetContentFromURL versions 1.0 and earlier contain a server-side request forgery vulnerability. An attacker can make the site send HTTP requests to internal or external systems on the attacker's behalf. No authentication or user interaction is required. The vulnerability can leak sensitive data and modify content on systems the site can reach.

What an attacker can do

03Attacker Capabilities

Make the site send requests to internal systems or external URLs to read data or perform actions.

Potential impact on your site

04Site Impact

Attackers can access internal services, read sensitive files, or modify data on systems your site can reach.

Conditions required to exploit

05Prerequisites

Network access to the site; no authentication required.

Key dates

06Disclosure timeline

January 14, 2026 CVE published
April 8, 2026 Record updated

Related vulnerabilities

08Related CVE