CVE-2025-14613
Unknown Unknown - Not Provided
Server-Side Request Forgery in WordPress GetContentFromURL Plugin

Publication date: 2026-01-14

Last updated on: 2026-01-14

Assigner: Wordfence

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-14
Last Modified
2026-01-14
Generated
2026-05-07
AI Q&A
2026-01-14
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
unknown_vendor getcontentfromurl to 1.0 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-918 The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a Server-Side Request Forgery (SSRF) in the GetContentFromURL WordPress plugin up to version 1.0. It occurs because the plugin uses the wp_remote_get() function instead of the safer wp_safe_remote_get() to fetch content from a user-supplied URL via the 'url' parameter in the [gcfu] shortcode. This allows authenticated users with Contributor-level access or higher to make the web application send requests to arbitrary locations, potentially accessing or modifying internal services.


How can this vulnerability impact me? :

An attacker with Contributor-level access or higher can exploit this vulnerability to make the web application send requests to arbitrary internal or external URLs. This can lead to unauthorized querying or modification of information from internal services, potentially exposing sensitive data or enabling further attacks within the internal network.


What immediate steps should I take to mitigate this vulnerability?

To mitigate this vulnerability, immediately update the GetContentFromURL WordPress plugin to a version later than 1.0 where the vulnerability is fixed. If an update is not available, restrict Contributor-level and above users from using the [gcfu] shortcode or disable the plugin until a patch is released. Avoid using the vulnerable versions that use wp_remote_get() instead of wp_safe_remote_get() to fetch URLs.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart