CVE-2025-58657
BaseFortify
Publication date: 2025-09-22
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 |
|---|---|---|
| wordpress | grid_plugin | 2.3.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-352 | The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-58657 is a Cross-Site Request Forgery (CSRF) vulnerability in the WordPress Grid Plugin up to version 2.3.1. It allows a malicious actor to trick authenticated users with higher privileges into performing unwanted actions on the site, potentially compromising site integrity. This vulnerability is related to broken access control and can lead to stored Cross-Site Scripting (XSS). [1]
How can this vulnerability impact me? :
This vulnerability can impact you by allowing attackers to execute unauthorized actions on your site through authenticated users, which may compromise the integrity of your site. It can lead to stored XSS attacks, potentially exposing sensitive data or allowing further exploitation. Although the risk is considered low and exploitation unlikely, it still poses a security threat that should be mitigated. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
There are no specific detection commands provided for this vulnerability. Users are advised to monitor for suspicious activity involving unauthorized actions executed by authenticated users, as the vulnerability allows CSRF attacks leading to stored XSS. Professional incident response is recommended if compromise is suspected. [1]
What immediate steps should I take to mitigate this vulnerability?
Since no official patch or fixed version is available, immediate mitigation steps include applying virtual patching (vPatching) to block exploit attempts, monitoring for suspicious activity, restricting user privileges where possible, and preparing for professional incident response if compromise is suspected. Users should also monitor for updates from the vendor or security platforms. [1]