CVE-2026-3005
Received Received - Intake
Stored XSS in WordPress List Category Posts Plugin

Publication date: 2026-04-09

Last updated on: 2026-04-09

Assigner: Wordfence

Description
The List category posts plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'catlist' shortcode in all versions up to, and including, 0.94.0 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-04-09
Last Modified
2026-04-09
Generated
2026-06-16
AI Q&A
2026-04-09
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
wordpressextensions list_category_posts to 0.94.0 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

The List category posts plugin for WordPress has a Stored Cross-Site Scripting (XSS) vulnerability in its 'catlist' shortcode in all versions up to and including 0.94.0. This vulnerability arises because the plugin does not properly sanitize or escape user-supplied attributes, allowing authenticated users with contributor-level access or higher to inject malicious web scripts.

These injected scripts are stored and executed whenever any user accesses the affected page, potentially compromising the security of the website and its visitors.

Impact Analysis

This vulnerability can allow an attacker with contributor-level access or above to inject arbitrary scripts into pages on the WordPress site.

  • Execution of malicious scripts in the context of users visiting the infected pages.
  • Potential theft of user credentials or session tokens.
  • Defacement or manipulation of website content.
  • Possible spread of malware to site visitors.
Detection Guidance

This vulnerability involves Stored Cross-Site Scripting (XSS) via the 'catlist' shortcode in the List category posts plugin for WordPress. Detection involves checking for the presence of the vulnerable plugin version (up to 0.94.0) and inspecting pages or posts that use the 'catlist' shortcode for injected scripts.

Since the vulnerability requires contributor-level access to inject scripts, monitoring user activity for suspicious shortcode usage or unexpected script tags in page content can help detect exploitation.

Specific commands are not provided in the available resources, but general approaches include:

  • Using WP-CLI to list installed plugins and their versions: `wp plugin list`
  • Searching the WordPress database for usage of the 'catlist' shortcode with suspicious script tags, e.g., via SQL queries or exporting content and grepping for `<script>` tags within 'catlist' shortcode usage.
  • Using web vulnerability scanners or security plugins that detect stored XSS in WordPress content.
Mitigation Strategies

Immediate mitigation steps include updating the List category posts plugin to a version later than 0.94.0 where the vulnerability is fixed.

If an update is not immediately available, restrict contributor-level and higher user permissions to trusted users only, as the vulnerability requires authenticated access.

Additionally, review and sanitize any content created with the 'catlist' shortcode to remove potentially injected scripts.

Implement web application firewall (WAF) rules to block malicious script injections targeting the vulnerable shortcode.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-3005. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart