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