CVE-2025-67584
📋 TL;DR
This CVE describes a missing authorization vulnerability in the rtCamp GoDAM WordPress plugin that allows attackers to bypass access controls. Attackers can exploit incorrectly configured security levels to perform unauthorized actions. All WordPress sites using GoDAM plugin versions up to and including 1.4.6 are affected.
💻 Affected Systems
- rtCamp GoDAM 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 plugin settings, access restricted data, or perform administrative actions without proper authentication, potentially leading to data compromise or site takeover.
Likely Case
Unauthorized users gain access to functionality intended for authenticated users, potentially modifying settings or accessing sensitive plugin data.
If Mitigated
With proper access controls and authentication mechanisms, impact is limited to authorized users only performing intended actions.
🎯 Exploit Status
Exploitation requires understanding of plugin's access control mechanisms but is technically straightforward once identified.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Version after 1.4.6
Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/godam/vulnerability/wordpress-godam-plugin-1-4-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 GoDAM plugin. 4. Click 'Update Now' if update available. 5. If no update available, deactivate and remove plugin until patched version is released.
🔧 Temporary Workarounds
Disable GoDAM Plugin
allTemporarily disable the vulnerable plugin until patched version is available
wp plugin deactivate godam
Restrict Plugin Access
allImplement additional access controls via WordPress roles or web application firewall
🧯 If You Can't Patch
- Implement strict network access controls to limit who can access the WordPress admin interface
- Add additional authentication layers or IP whitelisting for administrative functions
🔍 How to Verify
Check if Vulnerable:
Check WordPress admin panel → Plugins → Installed Plugins → GoDAM version. If version is 1.4.6 or lower, you are vulnerable.
Check Version:
wp plugin get godam --field=version
Verify Fix Applied:
After updating, verify GoDAM plugin version is higher than 1.4.6 in WordPress admin panel.
📡 Detection & Monitoring
Log Indicators:
- Unauthorized access attempts to GoDAM plugin endpoints
- Unexpected changes to plugin settings or configurations
Network Indicators:
- Unusual requests to /wp-content/plugins/godam/ endpoints from unauthorized IPs
SIEM Query:
source="wordpress.log" AND ("godam" OR "/wp-content/plugins/godam/") AND (response_code=200 OR response_code=302) AND user="-"