CVE-2025-30956
BaseFortify
Publication date: 2025-06-06
Last updated on: 2026-04-23
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
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?
This vulnerability is a Cross-Site Request Forgery (CSRF) in the Booqable Rental WordPress plugin up to version 2.4.20. It allows a malicious actor to trick authenticated users with higher privileges into performing unwanted actions on the site without their consent. This can compromise the site's integrity by exploiting broken access control mechanisms. [1]
How can this vulnerability impact me? :
The vulnerability can lead to unauthorized actions being executed by privileged users without their knowledge, potentially compromising the integrity of your site. Although the severity is low and exploitation is considered unlikely to be widespread, it still poses a risk of unwanted changes or actions being performed on your site. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection of this CSRF vulnerability involves monitoring for unusual or unauthorized actions performed by authenticated users, as exploitation tricks privileged users into executing unwanted actions. Since no specific detection commands are provided, users should monitor web server logs for suspicious POST requests or unexpected state-changing actions originating from external sites. Additionally, relying solely on plugin-based malware scanners is not recommended. Employing professional incident response services is advised if compromise is suspected. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include applying virtual patching (vPatching) offered by Patchstack, which provides automatic protection by neutralizing the vulnerability even without an official patch. Users should also restrict actions of higher privileged users, implement CSRF tokens where possible, and seek professional incident response if compromise is suspected. Avoid relying solely on plugin-based malware scanners for protection. [1]