CVE-2024-11830

6.4 MEDIUM

📋 TL;DR

The PDF Flipbook, 3D Flipbook—DearFlip WordPress plugin has a stored cross-site scripting vulnerability that allows authenticated attackers with contributor-level permissions or higher to inject malicious scripts into pages. These scripts execute whenever users access the compromised pages, potentially stealing credentials or performing unauthorized actions. All WordPress sites using this plugin up to version 2.3.52 are affected.

💻 Affected Systems

Products:
  • PDF Flipbook, 3D Flipbook—DearFlip WordPress plugin
Versions: All versions up to and including 2.3.52
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin enabled. Contributor-level authentication or higher is required for exploitation.

⚠️ 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 steal administrator credentials, take over the WordPress site, install backdoors, deface the site, or redirect visitors to malicious sites.

🟠

Likely Case

Attackers inject malicious JavaScript to steal user session cookies, redirect users to phishing pages, or display unwanted advertisements.

🟢

If Mitigated

With proper user role management and input validation, the impact is limited to potential data exposure from compromised contributor accounts.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires authenticated access with contributor permissions or higher. The vulnerability is in outline settings where user input isn't properly sanitized.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.3.53 and later

Vendor Advisory: https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3215546%403d-flipbook-dflip-lite&new=3215546%403d-flipbook-dflip-lite&sfp_email=&sfph_mail=

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'PDF Flipbook, 3D Flipbook—DearFlip'. 4. Click 'Update Now' if available. 5. Alternatively, download version 2.3.53+ from WordPress repository and manually update.

🔧 Temporary Workarounds

Disable plugin temporarily

all

Deactivate the vulnerable plugin until patched

wp plugin deactivate 3d-flipbook-dflip-lite

Restrict user roles

all

Temporarily remove contributor permissions from untrusted users

🧯 If You Can't Patch

  • Remove contributor and author roles from untrusted users
  • Implement web application firewall with XSS protection rules

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for 'PDF Flipbook, 3D Flipbook—DearFlip' version 2.3.52 or lower

Check Version:

wp plugin get 3d-flipbook-dflip-lite --field=version

Verify Fix Applied:

Verify plugin version is 2.3.53 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to /wp-admin/admin-ajax.php with outline parameter modifications
  • Multiple failed login attempts followed by successful contributor-level login

Network Indicators:

  • JavaScript payloads in HTTP POST parameters
  • Unusual outbound connections after page views

SIEM Query:

source="wordpress" AND (uri_path="/wp-admin/admin-ajax.php" AND parameters CONTAINS "outline")

🔗 References

📤 Share & Export