CVE-2026-2020

7.5 HIGH

📋 TL;DR

The JS Archive List WordPress plugin is vulnerable to PHP object injection through the 'included' shortcode attribute. Authenticated attackers with Contributor-level access or higher can exploit this to inject malicious PHP objects. If a POP chain exists via other plugins or themes, this could lead to arbitrary file deletion, data theft, or remote code execution.

💻 Affected Systems

Products:
  • JS Archive List WordPress Plugin
Versions: All versions up to and including 6.1.7
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin enabled. Contributor-level user access or higher is needed 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

Remote code execution leading to complete system compromise if a POP chain exists via other installed plugins/themes

🟠

Likely Case

PHP object injection with limited impact due to no known POP chain in the vulnerable plugin itself

🟢

If Mitigated

No impact if proper access controls prevent Contributor-level users from posting content with shortcodes

🌐 Internet-Facing: HIGH - WordPress sites are typically internet-facing and the vulnerability requires only Contributor-level access
🏢 Internal Only: MEDIUM - Internal WordPress installations still vulnerable but attack surface is reduced

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: MEDIUM

Exploitation requires authenticated access and depends on the presence of a POP chain in other installed components. No known POP chain exists in the vulnerable plugin itself.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Versions after 6.1.7

Vendor Advisory: https://plugins.trac.wordpress.org/browser/jquery-archive-list-widget

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'JS Archive List' plugin. 4. Click 'Update Now' if update available. 5. If no update available, deactivate and delete the plugin.

🔧 Temporary Workarounds

Remove Contributor Shortcode Permissions

all

Prevent Contributor-level users from using shortcodes in posts/pages

Disable Plugin

linux

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate jquery-archive-list-widget

🧯 If You Can't Patch

  • Restrict Contributor-level user permissions to prevent shortcode usage
  • Implement web application firewall rules to block requests containing suspicious 'included' parameter values

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Installed Plugins for 'JS Archive List' version 6.1.7 or earlier

Check Version:

wp plugin get jquery-archive-list-widget --field=version

Verify Fix Applied:

Verify plugin version is higher than 6.1.7 in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • POST requests containing 'included' parameter with serialized data
  • WordPress user with Contributor role creating/modifying posts with shortcodes

Network Indicators:

  • HTTP requests to WordPress with 'included' parameter containing serialized PHP objects

SIEM Query:

source="wordpress.log" AND ("included=" OR "[js_archive_list")

🔗 References

📤 Share & Export