CVE-2024-31358

7.5 HIGH

📋 TL;DR

This CVE describes a Missing Authorization vulnerability in the WordPress plugin '5 Stars Rating Funnel' by Saleswonder.Biz. It allows unauthenticated attackers to delete arbitrary content from affected WordPress sites. All WordPress installations using vulnerable versions of this plugin are affected.

💻 Affected Systems

Products:
  • WordPress 5 Stars Rating Funnel Plugin
Versions: n/a through 1.2.67
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all WordPress installations with the vulnerable plugin enabled. No special configuration required.

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

Complete website defacement or destruction through deletion of critical content, posts, pages, or media files, potentially causing business disruption and data loss.

🟠

Likely Case

Unauthorized deletion of website content, leading to service disruption, content loss, and potential SEO damage.

🟢

If Mitigated

Limited impact with proper network segmentation and regular backups, though unauthorized access attempts may still occur.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

The vulnerability allows unauthenticated exploitation via missing authorization checks on content deletion functions.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.2.68 or later

Vendor Advisory: https://patchstack.com/database/vulnerability/5-stars-rating-funnel/wordpress-5-stars-rating-funnel-plugin-1-2-67-arbitrary-content-deletion-vulnerability

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find '5 Stars Rating Funnel'. 4. Click 'Update Now' if available, or download version 1.2.68+ from WordPress repository. 5. Activate the updated plugin.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate 5-stars-rating-funnel

Restrict Access

all

Use web application firewall to block requests to plugin endpoints

🧯 If You Can't Patch

  • Remove the plugin completely from production environment
  • Implement strict network access controls and monitor for unauthorized deletion attempts

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for '5 Stars Rating Funnel' version ≤1.2.67

Check Version:

wp plugin get 5-stars-rating-funnel --field=version

Verify Fix Applied:

Verify plugin version is 1.2.68 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to plugin endpoints, especially deletion operations from unauthenticated IPs
  • WordPress audit logs showing content deletion without user authentication

Network Indicators:

  • HTTP requests to /wp-content/plugins/5-stars-rating-funnel/ endpoints with deletion parameters

SIEM Query:

source="wordpress.log" AND "5-stars-rating-funnel" AND ("delete" OR "remove" OR "trash")

🔗 References

📤 Share & Export