CVE-2026-22490

5.4 MEDIUM

📋 TL;DR

This CVE describes a Missing Authorization vulnerability in the LPagery WordPress plugin that allows attackers to bypass access controls. Attackers can exploit incorrectly configured security levels to perform unauthorized actions. This affects all WordPress sites running LPagery plugin versions up to 2.4.9.

💻 Affected Systems

Products:
  • Bulk Landing Page Creator for WordPress LPagery
Versions: n/a through 2.4.9
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: Affects WordPress installations with the vulnerable plugin version installed and activated.

⚠️ 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 create, modify, or delete landing pages, potentially injecting malicious content or redirecting legitimate traffic to malicious sites.

🟠

Likely Case

Unauthorized users could create or modify landing pages, potentially defacing websites or inserting unwanted content.

🟢

If Mitigated

With proper WordPress user role management and security plugins, impact would be limited to authorized users only.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires some WordPress user access but bypasses authorization checks within the plugin.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.5.0 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/lpagery/vulnerability/wordpress-bulk-landing-page-creator-for-wordpress-lpagery-plugin-2-4-4-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 'Bulk Landing Page Creator for WordPress LPagery'. 4. Click 'Update Now' if available. 5. Alternatively, download version 2.5.0+ from WordPress repository and manually update.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate lpagery

Restrict User Roles

all

Limit WordPress user roles that can access plugin functionality

🧯 If You Can't Patch

  • Implement web application firewall (WAF) rules to block unauthorized access to LPagery endpoints
  • Enable WordPress security plugins that monitor for unauthorized page creation/modification

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for LPagery version

Check Version:

wp plugin get lpagery --field=version

Verify Fix Applied:

Verify plugin version is 2.5.0 or higher in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized user IDs accessing LPagery endpoints
  • Unexpected landing page creation/modification events

Network Indicators:

  • HTTP requests to /wp-admin/admin-ajax.php with lpagery action parameters from unauthorized users

SIEM Query:

source="wordpress" AND (uri_path="/wp-admin/admin-ajax.php" AND query="action=lpagery_*")

🔗 References

📤 Share & Export