CVE-2023-29239

5.4 MEDIUM

📋 TL;DR

This CVE describes a Missing Authorization vulnerability in the LuckyWP Scripts Control WordPress plugin that allows attackers to exploit incorrectly configured access control security levels. Attackers can perform unauthorized actions due to broken access control and CSRF vulnerabilities. This affects all WordPress sites running LuckyWP Scripts Control version 1.2.1 and earlier.

💻 Affected Systems

Products:
  • LuckyWP Scripts Control WordPress Plugin
Versions: n/a through 1.2.1
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all WordPress installations with vulnerable plugin versions regardless of configuration.

⚠️ 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 modify plugin settings, inject malicious scripts, or perform administrative actions without authorization, potentially leading to site compromise or data theft.

🟠

Likely Case

Unauthorized users could change plugin configurations, inject tracking scripts, or disrupt site functionality through CSRF attacks.

🟢

If Mitigated

With proper access controls and CSRF protection, only authenticated administrators could modify plugin settings.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires some user interaction (CSRF) but is relatively straightforward once understood.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.2.2 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/luckywp-scripts-control/vulnerability/wordpress-luckywp-scripts-control-plugin-1-2-1-broken-access-control-csrf-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find LuckyWP Scripts Control. 4. Click 'Update Now' if available. 5. Alternatively, download version 1.2.2+ from WordPress repository and replace plugin files.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patching is possible.

wp plugin deactivate luckywp-scripts-control

Restrict Admin Access

all

Limit administrative access to trusted IP addresses only.

🧯 If You Can't Patch

  • Implement strict access controls and require multi-factor authentication for admin accounts.
  • Deploy a web application firewall (WAF) with rules to detect and block CSRF attacks.

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → LuckyWP Scripts Control → Version. If version is 1.2.1 or earlier, you are vulnerable.

Check Version:

wp plugin get luckywp-scripts-control --field=version

Verify Fix Applied:

After updating, verify plugin version shows 1.2.2 or later in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized POST requests to /wp-admin/admin-ajax.php with plugin-specific actions
  • Unexpected changes to plugin settings in database

Network Indicators:

  • CSRF attacks targeting plugin admin endpoints
  • Unexpected script injections in page headers/footers

SIEM Query:

source="wordpress.log" AND (uri="/wp-admin/admin-ajax.php" AND action CONTAINS "luckywp") AND user_agent NOT IN ["admin_browser_list"]

🔗 References

📤 Share & Export