CVE-2025-58615
BaseFortify
Publication date: 2025-09-03
Last updated on: 2026-04-23
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| patchstack | wp_bannerize_pro | * |
Helpful Resources
Exploitability
| 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?
CVE-2025-58615 is a Server-Side Request Forgery (SSRF) vulnerability in the WordPress WP Bannerize Pro Plugin versions up to 1.10.0. It allows a malicious actor to make the affected website send HTTP requests to arbitrary domains controlled by the attacker. This can potentially expose sensitive information from other services running on the same system. The vulnerability requires editor-level privileges to exploit and has a low severity rating with a CVSS score of 4.4. [1]
How can this vulnerability impact me? :
This vulnerability can allow an attacker to induce your website to make unauthorized HTTP requests to attacker-controlled domains, potentially exposing sensitive information from other services on the same system. Although the severity is low, exploitation could lead to information disclosure and may require editor-level access to exploit. It is recommended to update the plugin to version 1.11.0 or later to remediate the issue. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection of this SSRF vulnerability involves monitoring for unusual HTTP requests initiated by the WP Bannerize Pro plugin to arbitrary or attacker-controlled domains. While specific commands are not provided, network administrators can use tools like tcpdump or Wireshark to capture outbound HTTP requests from the server and look for suspicious destinations. Additionally, reviewing web server logs for unexpected internal or external HTTP requests originating from the plugin may help identify exploitation attempts. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include updating the WP Bannerize Pro plugin to version 1.11.0 or later, which contains the fix for this SSRF vulnerability. If updating immediately is not possible, applying virtual patching (vPatching) provided by Patchstack can auto-mitigate the vulnerability before official patches are applied. Additionally, monitoring for signs of compromise and contacting hosting providers for server-side malware scanning or professional incident response is advised if exploitation is suspected. [1]