CVE-2025-7965
Description
The CBX Restaurant Booking WordPress plugin through 1.2.1 does not have CSRF check in place when updating its settings, which could allow attackers to make a logged in admin change them via a CSRF attack
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
The CBX Restaurant Booking plugin for WordPress lacks CSRF protection when updating settings, allowing attackers to secretly change them via a CSRF attack.
Vulnerability
Overview The CBX Restaurant Booking WordPress plugin through version 1.2.1 does not include a Cross-Site Request Forgery (CSRF) check when updating its settings [1]. This means that an attacker can craft a malicious request that, when triggered by an authenticated administrator, silently modifies the plugin’s configuration without the admin's knowledge or consent.
Attack
Vector To exploit this vulnerability, an attacker must trick a logged-in administrator into performing an action—such as clicking a link or visiting a compromised page—that sends the forged request to the plugin's settings update endpoint [1]. No prior authentication or special privileges are required on the part of the attacker beyond the ability to deliver the crafted request to the admin.
Impact
A successful CSRF attack can lead to unauthorized changes to the plugin's settings, potentially altering booking functionality, redirecting data, or disabling key security features [1]. The impact is limited to the plugin's configuration and does not directly compromise user data or the underlying WordPress installation, but it can disrupt the service or be used in combination with other attacks.
Mitigation
Status As of the latest information, the plugin has no known fix for this vulnerability [1]. Users are advised to apply workarounds such as using anti-CSRF tokens in custom code or restricting administrative actions until a patch is released.
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1- Range: <=1.2.1
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1News mentions
0No linked articles in our index yet.