CVE-2025-67954

6.5 MEDIUM

📋 TL;DR

This vulnerability in the Dimitri Grassi Salon booking system WordPress plugin allows unauthorized attackers to retrieve embedded sensitive data from affected installations. It affects all versions up to and including 10.30.3. WordPress sites using this plugin are vulnerable to information disclosure.

💻 Affected Systems

Products:
  • Dimitri Grassi Salon booking system WordPress plugin
Versions: n/a through <= 10.30.3
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects WordPress installations with the salon-booking-system 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

Attackers could extract sensitive customer data, booking information, or system configuration details leading to privacy violations, regulatory fines, and potential follow-on attacks.

🟠

Likely Case

Unauthorized access to booking details, customer information, and potentially administrative data that could be used for social engineering or targeted attacks.

🟢

If Mitigated

Limited exposure of non-critical system information with proper access controls and monitoring in place.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Based on CWE-497 and CVSS 6.5, exploitation appears straightforward for unauthorized actors.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Versions after 10.30.3

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/salon-booking-system/vulnerability/wordpress-salon-booking-system-plugin-10-30-3-sensitive-data-exposure-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Salon booking system' plugin. 4. Click 'Update Now' if update available. 5. Alternatively, download latest version from WordPress repository and replace plugin files.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate salon-booking-system

Restrict Access

all

Implement IP whitelisting or firewall rules to restrict access to WordPress admin and plugin endpoints

🧯 If You Can't Patch

  • Implement web application firewall (WAF) rules to block sensitive data exposure patterns
  • Enable detailed logging and monitoring for unauthorized access attempts to plugin endpoints

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for 'Salon booking system' version <= 10.30.3

Check Version:

wp plugin get salon-booking-system --field=version

Verify Fix Applied:

Verify plugin version is > 10.30.3 in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unusual requests to salon-booking-system plugin endpoints
  • Multiple failed authentication attempts followed by data retrieval requests

Network Indicators:

  • Unusual traffic patterns to /wp-content/plugins/salon-booking-system/ endpoints
  • Data exfiltration patterns from WordPress installation

SIEM Query:

source="wordpress.log" AND ("salon-booking-system" OR "sensitive data") AND (status=200 OR status=403)

🔗 References

📤 Share & Export