Security readout for executives and security teams
Plain-English summary
CVE-2025-68052 affects the WordPress Eagle Booking plugin through version 1.3.4.3. It is a high-severity CSRF issue, meaning an attacker may be able to trick a user into causing unintended actions on a vulnerable site. Public sources do not state active exploitation or name a fixed version.
Executive priority
Treat as high priority for WordPress environments using Eagle Booking. The business risk depends on whether the plugin is deployed and whether admins can be lured into unsafe browsing. Prioritize inventory and vendor guidance before assuming compromise.
Technical view
The CVE describes unauthenticated Cross-Site Request Forgery in Eagle-Themes Eagle Booking, package name eagle-booking, affecting versions <= 1.3.4.3. The published CVSS 3.1 score is 8.8, vector AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H. CWE-352 is assigned. Available details do not describe the vulnerable endpoint or remediation version.
Likely exposure
Exposure is likely limited to WordPress sites running the Eagle Booking plugin at version 1.3.4.3 or earlier. Sites not using this plugin are not indicated as affected by the provided sources.
Exploitation context
The CVSS vector requires network access and user interaction, with no attacker privileges required. The sources do not state that this vulnerability is exploited in the wild, and it is not marked as CISA KEV in the provided bundle.
Researcher notes
Public details are sparse. The record identifies CSRF, high CVSS impact, and affected versions through 1.3.4.3, but does not provide endpoint details, proof of concept, active exploitation evidence, or a fixed version. Avoid assumptions beyond the CVE and Patchstack entry.
Mitigation direction
Inventory WordPress sites for the Eagle Booking plugin and version.
Check Patchstack, the vendor, and WordPress plugin sources for an updated release.
If no fix is available, consider disabling the plugin until vendor guidance is available.
Restrict administrative browsing and avoid staying logged in while visiting untrusted links.
Monitor site configuration, booking data, and admin actions for unexpected changes.
Validation and detection
Confirm whether eagle-booking is installed on each WordPress site.
Verify installed plugin versions against the <= 1.3.4.3 affected range.
Check vendor and Patchstack advisories for any fixed version or workaround updates.
Review WordPress logs and audit trails for unexpected administrative actions.
Document sites where the plugin is disabled, upgraded, or not present.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-352: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
2Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-352 · source CWE mapping
Cross-Site Request Forgery (CSRF)
Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.