CVE-2025-68975

8.1 HIGH

📋 TL;DR

This CVE describes an Insecure Direct Object Reference (IDOR) vulnerability in the Eagle Booking WordPress plugin that allows attackers to bypass authorization by manipulating user-controlled keys. Attackers can access or modify booking data they shouldn't have permission to view. This affects all WordPress sites running Eagle Booking version 1.3.4.3 or earlier.

💻 Affected Systems

Products:
  • Eagle Booking WordPress Plugin
Versions: All versions through 1.3.4.3
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Vulnerability exists in default plugin configuration; no special configuration required for exploitation

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete compromise of all booking data including personal information, payment details, and ability to modify/delete any bookings

🟠

Likely Case

Unauthorized viewing and modification of booking data, potential exposure of PII, and disruption of booking operations

🟢

If Mitigated

Limited data exposure if proper access controls and input validation are implemented

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires at least low-privilege user access; IDOR vulnerabilities are commonly exploited

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.3.4.4 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/eagle-booking/vulnerability/wordpress-eagle-booking-plugin-1-3-4-3-insecure-direct-object-references-idor-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel
2. Navigate to Plugins → Installed Plugins
3. Find Eagle Booking plugin
4. Click 'Update Now' if update available
5. If no update available, download version 1.3.4.4+ from WordPress repository
6. Deactivate old version, upload new version, activate

🔧 Temporary Workarounds

Temporary Access Restriction

all

Restrict access to booking functionality to authenticated administrators only

Web Application Firewall Rules

all

Implement WAF rules to detect and block IDOR patterns in requests

🧯 If You Can't Patch

  • Disable the Eagle Booking plugin immediately
  • Implement additional access control layer with proper authorization checks

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Eagle Booking version number

Check Version:

wp plugin get eagle-booking --field=version

Verify Fix Applied:

Verify plugin version is 1.3.4.4 or higher and test booking functionality with different user roles

📡 Detection & Monitoring

Log Indicators:

  • Unusual access patterns to booking endpoints
  • Multiple failed authorization attempts followed by successful booking access
  • User accessing booking IDs outside their normal range

Network Indicators:

  • HTTP requests with manipulated booking IDs
  • Patterns of sequential ID enumeration

SIEM Query:

source="wordpress.log" AND ("eagle-booking" OR "booking") AND (status=200 OR status=302) AND user_role!="administrator" AND (uri CONTAINS "/booking/" OR uri CONTAINS "booking_id=")

🔗 References

📤 Share & Export