CVE-2025-14613: CWE-918 Server-Side Request Forgery (SSRF) in daschmi GetContentFromURL
CVE-2025-14613 is a high-severity Server-Side Request Forgery (SSRF) vulnerability in the daschmi GetContentFromURL WordPress plugin versions up to 1. 0. The flaw arises because the plugin uses the unsafe wp_remote_get() function to fetch content from a user-supplied URL via the 'url' parameter in the [gcfu] shortcode. Authenticated users with Contributor-level access or higher can exploit this to make arbitrary HTTP requests from the server, potentially accessing or modifying internal services. The vulnerability does not require user interaction beyond authentication and can lead to limited confidentiality and integrity impacts. No public exploits are known yet, but the CVSS 3. 1 score is 7. 2, indicating a high risk. European organizations using WordPress sites with this plugin should prioritize patching or mitigating this issue to prevent internal network reconnaissance or data leakage. Countries with high WordPress adoption and significant web infrastructure, such as Germany, France, and the UK, are most likely to be affected.
AI Analysis
Technical Summary
CVE-2025-14613 is a Server-Side Request Forgery (SSRF) vulnerability identified in the daschmi GetContentFromURL WordPress plugin, affecting all versions up to and including 1.0. The vulnerability stems from the plugin's use of the wp_remote_get() function to fetch content from a URL provided by users via the 'url' parameter in the [gcfu] shortcode. Unlike wp_safe_remote_get(), wp_remote_get() does not enforce restrictions on the destination of HTTP requests, allowing an attacker with authenticated access at the Contributor level or higher to cause the server to make arbitrary HTTP requests to internal or external systems. This can be leveraged to access internal services that are not otherwise exposed externally, potentially leading to information disclosure or unauthorized modification of internal data. The vulnerability requires authentication but no additional user interaction, and the scope is limited to WordPress sites running this plugin. The CVSS 3.1 base score is 7.2 (high), reflecting the network attack vector, low attack complexity, no privileges required beyond Contributor access, no user interaction, and impacts on confidentiality and integrity but not availability. No public exploits have been reported yet, but the vulnerability poses a significant risk due to the potential for internal network reconnaissance and data manipulation. The lack of available patches at the time of publication increases the urgency for interim mitigations.
Potential Impact
For European organizations, this vulnerability could allow attackers with Contributor-level access to WordPress sites to perform SSRF attacks, potentially accessing sensitive internal services such as intranet applications, metadata services, or internal APIs that are not exposed externally. This can lead to unauthorized information disclosure, including sensitive configuration or user data, and possibly unauthorized modification of internal resources if such services accept HTTP requests that alter state. The impact is particularly critical for organizations hosting sensitive or regulated data, such as financial institutions, healthcare providers, or government agencies, where internal network confidentiality is paramount. Additionally, the exploitation could facilitate lateral movement within the network or serve as a foothold for further attacks. Given the widespread use of WordPress in Europe, especially in small and medium enterprises and public sector websites, the risk of exploitation is non-trivial. The vulnerability's requirement for authenticated access somewhat limits the attack surface but does not eliminate risk, especially in environments with weak access controls or compromised user credentials.
Mitigation Recommendations
1. Immediately audit WordPress sites for the presence of the daschmi GetContentFromURL plugin and disable or remove it if not essential. 2. If the plugin is required, restrict Contributor-level access strictly and review user permissions to minimize the number of users who can exploit this vulnerability. 3. Implement web application firewall (WAF) rules to detect and block suspicious requests containing the [gcfu] shortcode or unusual URL parameters that could trigger SSRF. 4. Apply network segmentation and firewall rules to restrict outbound HTTP requests from web servers to only trusted external endpoints, blocking access to internal IP ranges and sensitive services. 5. Monitor logs for unusual outbound HTTP requests originating from WordPress servers, especially to internal IP addresses or localhost. 6. Stay alert for official patches or updates from the plugin vendor and apply them promptly once available. 7. Consider using security plugins or tools that enforce safe HTTP request functions or sanitize user inputs to prevent SSRF. 8. Educate site administrators and content contributors about the risks of SSRF and the importance of cautious use of shortcodes that fetch external content.
Affected Countries
Germany, France, United Kingdom, Italy, Spain, Netherlands, Poland, Sweden
CVE-2025-14613: CWE-918 Server-Side Request Forgery (SSRF) in daschmi GetContentFromURL
Description
CVE-2025-14613 is a high-severity Server-Side Request Forgery (SSRF) vulnerability in the daschmi GetContentFromURL WordPress plugin versions up to 1. 0. The flaw arises because the plugin uses the unsafe wp_remote_get() function to fetch content from a user-supplied URL via the 'url' parameter in the [gcfu] shortcode. Authenticated users with Contributor-level access or higher can exploit this to make arbitrary HTTP requests from the server, potentially accessing or modifying internal services. The vulnerability does not require user interaction beyond authentication and can lead to limited confidentiality and integrity impacts. No public exploits are known yet, but the CVSS 3. 1 score is 7. 2, indicating a high risk. European organizations using WordPress sites with this plugin should prioritize patching or mitigating this issue to prevent internal network reconnaissance or data leakage. Countries with high WordPress adoption and significant web infrastructure, such as Germany, France, and the UK, are most likely to be affected.
AI-Powered Analysis
Technical Analysis
CVE-2025-14613 is a Server-Side Request Forgery (SSRF) vulnerability identified in the daschmi GetContentFromURL WordPress plugin, affecting all versions up to and including 1.0. The vulnerability stems from the plugin's use of the wp_remote_get() function to fetch content from a URL provided by users via the 'url' parameter in the [gcfu] shortcode. Unlike wp_safe_remote_get(), wp_remote_get() does not enforce restrictions on the destination of HTTP requests, allowing an attacker with authenticated access at the Contributor level or higher to cause the server to make arbitrary HTTP requests to internal or external systems. This can be leveraged to access internal services that are not otherwise exposed externally, potentially leading to information disclosure or unauthorized modification of internal data. The vulnerability requires authentication but no additional user interaction, and the scope is limited to WordPress sites running this plugin. The CVSS 3.1 base score is 7.2 (high), reflecting the network attack vector, low attack complexity, no privileges required beyond Contributor access, no user interaction, and impacts on confidentiality and integrity but not availability. No public exploits have been reported yet, but the vulnerability poses a significant risk due to the potential for internal network reconnaissance and data manipulation. The lack of available patches at the time of publication increases the urgency for interim mitigations.
Potential Impact
For European organizations, this vulnerability could allow attackers with Contributor-level access to WordPress sites to perform SSRF attacks, potentially accessing sensitive internal services such as intranet applications, metadata services, or internal APIs that are not exposed externally. This can lead to unauthorized information disclosure, including sensitive configuration or user data, and possibly unauthorized modification of internal resources if such services accept HTTP requests that alter state. The impact is particularly critical for organizations hosting sensitive or regulated data, such as financial institutions, healthcare providers, or government agencies, where internal network confidentiality is paramount. Additionally, the exploitation could facilitate lateral movement within the network or serve as a foothold for further attacks. Given the widespread use of WordPress in Europe, especially in small and medium enterprises and public sector websites, the risk of exploitation is non-trivial. The vulnerability's requirement for authenticated access somewhat limits the attack surface but does not eliminate risk, especially in environments with weak access controls or compromised user credentials.
Mitigation Recommendations
1. Immediately audit WordPress sites for the presence of the daschmi GetContentFromURL plugin and disable or remove it if not essential. 2. If the plugin is required, restrict Contributor-level access strictly and review user permissions to minimize the number of users who can exploit this vulnerability. 3. Implement web application firewall (WAF) rules to detect and block suspicious requests containing the [gcfu] shortcode or unusual URL parameters that could trigger SSRF. 4. Apply network segmentation and firewall rules to restrict outbound HTTP requests from web servers to only trusted external endpoints, blocking access to internal IP ranges and sensitive services. 5. Monitor logs for unusual outbound HTTP requests originating from WordPress servers, especially to internal IP addresses or localhost. 6. Stay alert for official patches or updates from the plugin vendor and apply them promptly once available. 7. Consider using security plugins or tools that enforce safe HTTP request functions or sanitize user inputs to prevent SSRF. 8. Educate site administrators and content contributors about the risks of SSRF and the importance of cautious use of shortcodes that fetch external content.
Affected Countries
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-12-12T20:43:30.437Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69672e008330e067168f3fdd
Added to database: 1/14/2026, 5:47:44 AM
Last enriched: 1/21/2026, 8:28:44 PM
Last updated: 2/4/2026, 5:58:50 AM
Views: 26
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2025-67850: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
HighCVE-2025-67849: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
HighCVE-2025-67848: Improper Handling of Insufficient Permissions or Privileges
HighCVE-2025-29867: CWE-843 Access of Resource Using Incompatible Type ('Type Confusion') in Hancom Inc. Hancom Office 2018
HighCVE-2026-1791: CWE-434 Unrestricted Upload of File with Dangerous Type in Hillstone Networks Operation and Maintenance Security Gateway
LowActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.