CVE-2025-60077
📋 TL;DR
This CVE describes a missing authorization vulnerability in the YayPricing WordPress plugin that allows attackers to access functionality not properly constrained by access control lists. Attackers can exploit this to perform unauthorized actions that should require higher privileges. All WordPress sites running YayPricing version 3.5.3 or earlier are affected.
💻 Affected Systems
- YayCommerce YayPricing WordPress Plugin
⚠️ 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.
- Review the CVE details at NVD
- Check vendor security advisories for your specific version
- Test if the vulnerability is exploitable in your environment
- Consider updating to the latest version as a precaution
⚠️ Risk & Real-World Impact
Worst Case
Attackers could modify pricing rules, access sensitive configuration data, or manipulate e-commerce functionality leading to financial loss or data exposure.
Likely Case
Unauthorized users could view or modify pricing configurations, potentially affecting product pricing or accessing restricted administrative functions.
If Mitigated
With proper access controls, only authorized administrators could access pricing management functions, limiting impact to configuration changes.
🎯 Exploit Status
Exploitation requires some level of access but not necessarily administrative privileges. Attackers need to identify vulnerable endpoints.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Version 3.5.4 or later
Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/yaypricing/vulnerability/wordpress-yaypricing-plugin-3-5-3-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 YayPricing and click 'Update Now'. 4. Verify update completes successfully.
🔧 Temporary Workarounds
Disable YayPricing Plugin
allTemporarily deactivate the vulnerable plugin until patching is possible
wp plugin deactivate yaypricing
Restrict Plugin Access
allUse WordPress role management to restrict access to YayPricing functionality
🧯 If You Can't Patch
- Implement web application firewall (WAF) rules to block unauthorized access to YayPricing endpoints
- Enable detailed logging and monitoring for unauthorized access attempts to plugin functionality
🔍 How to Verify
Check if Vulnerable:
Check WordPress admin panel > Plugins > YayPricing version. If version is 3.5.3 or earlier, system is vulnerable.
Check Version:
wp plugin get yaypricing --field=version
Verify Fix Applied:
After updating, verify YayPricing version shows 3.5.4 or later in WordPress plugins list.
📡 Detection & Monitoring
Log Indicators:
- Unauthorized access attempts to /wp-admin/admin-ajax.php with yaypricing-related actions
- Unexpected modifications to pricing rules or configurations
Network Indicators:
- HTTP requests to YayPricing endpoints from unauthorized IPs or user roles
SIEM Query:
source="wordpress.log" AND ("yaypricing" OR "admin-ajax.php") AND ("action=" OR "unauthorized")