CVE-2025-12136: CWE-918 Server-Side Request Forgery (SSRF) in devowl Real Cookie Banner: GDPR & ePrivacy Cookie Consent
The Real Cookie Banner: GDPR & ePrivacy Cookie Consent plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 5.2.4. This is due to insufficient validation on the user-supplied URL in the '/scanner/scan-without-login' REST API endpoint. 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 and can be used to query and modify information from internal services via the `url` parameter.
AI Analysis
Technical Summary
CVE-2025-12136 is a Server-Side Request Forgery (SSRF) vulnerability identified in the Real Cookie Banner: GDPR & ePrivacy Cookie Consent plugin for WordPress, affecting all versions up to and including 5.2.4. The vulnerability stems from inadequate validation of the 'url' parameter in the '/scanner/scan-without-login' REST API endpoint. This endpoint allows authenticated users with administrator-level privileges or higher to submit URLs that the server will then request. Due to insufficient input sanitization, attackers can manipulate this parameter to force the server to send HTTP requests to arbitrary internal or external locations. This can be leveraged to access internal services that are otherwise inaccessible externally, potentially exposing sensitive data or enabling further attacks within the internal network. The vulnerability does not require user interaction but does require high privilege authentication, limiting exploitation to trusted users or compromised administrator accounts. The CVSS v3.1 score is 6.8, reflecting a medium severity with a high impact on confidentiality but no direct impact on integrity or availability. No public exploits have been reported yet, but the vulnerability poses a significant risk to organizations relying on this plugin for GDPR compliance, especially those with sensitive internal services behind firewalls. The issue highlights the importance of strict input validation in REST API endpoints and the risks of SSRF in web applications.
Potential Impact
The primary impact of this SSRF vulnerability is the potential exposure of internal network resources and sensitive data to authenticated attackers. By exploiting the vulnerability, attackers can make the server perform arbitrary HTTP requests, which may allow them to access internal services that are not directly accessible from the internet, such as internal APIs, databases, or management interfaces. This can lead to information disclosure, reconnaissance for further attacks, or indirect modification of internal service data if those services are vulnerable. Although the vulnerability does not directly affect data integrity or availability, the confidentiality breach can be severe, especially in environments with sensitive or regulated data. Organizations using the affected plugin risk unauthorized internal network access, which could facilitate lateral movement or privilege escalation if combined with other vulnerabilities. The requirement for administrator-level access limits the attack surface but also means that compromised admin accounts can be leveraged to exploit this flaw, increasing the risk in environments with weak credential management or insider threats.
Mitigation Recommendations
Organizations should immediately update the Real Cookie Banner: GDPR & ePrivacy Cookie Consent plugin to a patched version once available. Until a patch is released, administrators should restrict access to the REST API endpoint '/scanner/scan-without-login' to trusted users only and monitor for suspicious activity involving this endpoint. Implementing web application firewall (WAF) rules to detect and block unusual outbound requests originating from the server can help mitigate exploitation attempts. Additionally, review and harden internal network segmentation to limit the impact of SSRF by restricting sensitive internal services from being accessible even from the web server itself. Enforce strong authentication and authorization controls for administrator accounts to reduce the risk of account compromise. Regularly audit logs for anomalous requests and consider disabling or restricting the plugin if it is not essential for compliance. Finally, developers should apply strict input validation and sanitization on all user-supplied URLs in REST API endpoints to prevent SSRF vulnerabilities in future releases.
Affected Countries
United States, Germany, United Kingdom, France, Netherlands, Canada, Australia, Italy, Spain, Sweden
CVE-2025-12136: CWE-918 Server-Side Request Forgery (SSRF) in devowl Real Cookie Banner: GDPR & ePrivacy Cookie Consent
Description
The Real Cookie Banner: GDPR & ePrivacy Cookie Consent plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 5.2.4. This is due to insufficient validation on the user-supplied URL in the '/scanner/scan-without-login' REST API endpoint. 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 and can be used to query and modify information from internal services via the `url` parameter.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2025-12136 is a Server-Side Request Forgery (SSRF) vulnerability identified in the Real Cookie Banner: GDPR & ePrivacy Cookie Consent plugin for WordPress, affecting all versions up to and including 5.2.4. The vulnerability stems from inadequate validation of the 'url' parameter in the '/scanner/scan-without-login' REST API endpoint. This endpoint allows authenticated users with administrator-level privileges or higher to submit URLs that the server will then request. Due to insufficient input sanitization, attackers can manipulate this parameter to force the server to send HTTP requests to arbitrary internal or external locations. This can be leveraged to access internal services that are otherwise inaccessible externally, potentially exposing sensitive data or enabling further attacks within the internal network. The vulnerability does not require user interaction but does require high privilege authentication, limiting exploitation to trusted users or compromised administrator accounts. The CVSS v3.1 score is 6.8, reflecting a medium severity with a high impact on confidentiality but no direct impact on integrity or availability. No public exploits have been reported yet, but the vulnerability poses a significant risk to organizations relying on this plugin for GDPR compliance, especially those with sensitive internal services behind firewalls. The issue highlights the importance of strict input validation in REST API endpoints and the risks of SSRF in web applications.
Potential Impact
The primary impact of this SSRF vulnerability is the potential exposure of internal network resources and sensitive data to authenticated attackers. By exploiting the vulnerability, attackers can make the server perform arbitrary HTTP requests, which may allow them to access internal services that are not directly accessible from the internet, such as internal APIs, databases, or management interfaces. This can lead to information disclosure, reconnaissance for further attacks, or indirect modification of internal service data if those services are vulnerable. Although the vulnerability does not directly affect data integrity or availability, the confidentiality breach can be severe, especially in environments with sensitive or regulated data. Organizations using the affected plugin risk unauthorized internal network access, which could facilitate lateral movement or privilege escalation if combined with other vulnerabilities. The requirement for administrator-level access limits the attack surface but also means that compromised admin accounts can be leveraged to exploit this flaw, increasing the risk in environments with weak credential management or insider threats.
Mitigation Recommendations
Organizations should immediately update the Real Cookie Banner: GDPR & ePrivacy Cookie Consent plugin to a patched version once available. Until a patch is released, administrators should restrict access to the REST API endpoint '/scanner/scan-without-login' to trusted users only and monitor for suspicious activity involving this endpoint. Implementing web application firewall (WAF) rules to detect and block unusual outbound requests originating from the server can help mitigate exploitation attempts. Additionally, review and harden internal network segmentation to limit the impact of SSRF by restricting sensitive internal services from being accessible even from the web server itself. Enforce strong authentication and authorization controls for administrator accounts to reduce the risk of account compromise. Regularly audit logs for anomalous requests and consider disabling or restricting the plugin if it is not essential for compliance. Finally, developers should apply strict input validation and sanitization on all user-supplied URLs in REST API endpoints to prevent SSRF vulnerabilities in future releases.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-10-23T21:10:37.522Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 68fb482ec8f3a4177c4fd79b
Added to database: 10/24/2025, 9:34:38 AM
Last enriched: 2/27/2026, 8:10:43 PM
Last updated: 3/26/2026, 10:22:46 AM
Views: 305
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.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.