CVE-2025-24661

8.8 HIGH

📋 TL;DR

This vulnerability allows attackers to inject malicious objects through deserialization of untrusted data in the Taxi Booking Manager for WooCommerce plugin. Successful exploitation could lead to remote code execution or data manipulation. All WordPress sites using affected versions of this plugin are vulnerable.

💻 Affected Systems

Products:
  • MagePeople Team Taxi Booking Manager for WooCommerce
Versions: n/a through 1.1.8
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: Affects WordPress installations with the vulnerable plugin enabled.

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

Remote code execution leading to complete site compromise, data theft, or ransomware deployment.

🟠

Likely Case

Unauthorized data access, privilege escalation, or site defacement.

🟢

If Mitigated

Limited impact if proper input validation and security controls block exploitation attempts.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Requires understanding of PHP object injection techniques and plugin functionality.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.1.9 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/ecab-taxi-booking-manager/vulnerability/wordpress-taxi-booking-manager-for-woocommerce-plugin-1-1-8-php-object-injection-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Taxi Booking Manager for WooCommerce'. 4. Click 'Update Now' if available. 5. Alternatively, download version 1.1.9+ from WordPress repository and manually update.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched.

wp plugin deactivate ecab-taxi-booking-manager

🧯 If You Can't Patch

  • Implement web application firewall (WAF) rules to block deserialization attacks
  • Restrict plugin access to authenticated users only

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Taxi Booking Manager for WooCommerce version. If version is 1.1.8 or earlier, you are vulnerable.

Check Version:

wp plugin get ecab-taxi-booking-manager --field=version

Verify Fix Applied:

Confirm plugin version is 1.1.9 or later in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to plugin endpoints
  • PHP errors related to unserialize() or object injection

Network Indicators:

  • Suspicious serialized data in HTTP requests
  • Unexpected outbound connections from WordPress server

SIEM Query:

source="wordpress.log" AND "ecab-taxi-booking-manager" AND ("unserialize" OR "PHP object injection")

🔗 References

📤 Share & Export