CVE-2025-39376

4.3 MEDIUM

📋 TL;DR

This CVE describes a missing authorization vulnerability in the Car Park Booking System for WordPress plugin. It allows unauthorized users to access functionality that should require proper authentication. All WordPress sites using affected versions of this plugin are vulnerable.

💻 Affected Systems

Products:
  • Car Park Booking System for WordPress
Versions: n/a through 2.6
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects WordPress installations with this specific plugin installed and activated.

⚠️ 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

Unauthorized users could modify booking data, view sensitive user information, or disrupt booking operations.

🟠

Likely Case

Unauthorized users accessing booking management functions they shouldn't have access to.

🟢

If Mitigated

Proper access controls and authentication would prevent exploitation entirely.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires some understanding of WordPress plugin structure but is straightforward for attackers familiar with broken access control vulnerabilities.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.7 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/car-park-booking-system-for-wordpress/vulnerability/wordpress-car-park-booking-system-for-wordpress-plugin-2-6-broken-access-control-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel
2. Navigate to Plugins > Installed Plugins
3. Find 'Car Park Booking System for WordPress'
4. Click 'Update Now' if update is available
5. If no update appears, manually download version 2.7+ from WordPress.org
6. Deactivate old plugin, upload new version, activate

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate car-park-booking-system-for-wordpress

Restrict Access

all

Use web application firewall to restrict access to plugin endpoints

🧯 If You Can't Patch

  • Implement strict access controls at network perimeter
  • Monitor for unauthorized access attempts to booking system endpoints

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Car Park Booking System for WordPress version

Check Version:

wp plugin get car-park-booking-system-for-wordpress --field=version

Verify Fix Applied:

Verify plugin version is 2.7 or higher in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to /wp-content/plugins/car-park-booking-system/ endpoints
  • Unusual booking modifications from unauthenticated users

Network Indicators:

  • HTTP requests to booking system endpoints without proper authentication headers

SIEM Query:

source="wordpress" AND (uri_path="/wp-content/plugins/car-park-booking-system/*" AND NOT user_authenticated=true)

🔗 References

📤 Share & Export