CVE-2024-4356: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in fernandobt List categories
CVE-2024-4356 is a stored Cross-Site Scripting (XSS) vulnerability in the WordPress plugin 'List categories' by fernandobt, affecting all versions up to 0. 4. The flaw arises from improper input sanitization and output escaping of user-supplied attributes in the plugin's 'categories' shortcode. Authenticated users with contributor-level access or higher can inject malicious scripts that execute when other users view the affected pages. The vulnerability has a CVSS score of 6. 4 (medium severity) and does not require user interaction for exploitation. While no known exploits are currently reported in the wild, the vulnerability poses risks to confidentiality and integrity of affected sites. Organizations using this plugin should prioritize patching or applying mitigations to prevent potential script injection attacks.
AI Analysis
Technical Summary
CVE-2024-4356 is a stored Cross-Site Scripting (XSS) vulnerability identified in the 'List categories' WordPress plugin developed by fernandobt. This vulnerability affects all versions up to and including 0.4. The root cause is insufficient sanitization and escaping of user-supplied input in the 'categories' shortcode, which allows authenticated users with contributor-level permissions or higher to inject arbitrary JavaScript code into pages. When other users access these pages, the injected scripts execute in their browsers, potentially leading to session hijacking, privilege escalation, or unauthorized actions within the context of the vulnerable site. The vulnerability is classified under CWE-79, indicating improper neutralization of input during web page generation. The CVSS v3.1 base score is 6.4, reflecting a medium severity with network attack vector, low attack complexity, and requiring privileges but no user interaction. The scope is changed (S:C), meaning the vulnerability affects resources beyond the vulnerable component, impacting confidentiality and integrity but not availability. No patches or known exploits have been reported at the time of publication, but the vulnerability's presence in a widely used CMS plugin makes it a notable risk. The vulnerability is particularly dangerous because contributor-level users are common in WordPress environments, and the stored nature of the XSS means persistent impact on site visitors.
Potential Impact
The primary impact of CVE-2024-4356 is the compromise of confidentiality and integrity within affected WordPress sites. Attackers with contributor-level access can inject malicious scripts that execute in the browsers of site visitors and administrators, potentially stealing session cookies, performing actions on behalf of users, or defacing content. This can lead to unauthorized access, data leakage, and erosion of user trust. Since WordPress powers a significant portion of the web, sites using the vulnerable plugin are at risk of targeted attacks, especially if they have multiple contributors. The vulnerability does not affect availability directly but can facilitate further attacks that degrade service or lead to site compromise. Organizations relying on this plugin for content categorization may face reputational damage and regulatory consequences if user data is exposed or manipulated.
Mitigation Recommendations
To mitigate CVE-2024-4356, organizations should first check for updates from the plugin developer and apply any available patches promptly. In the absence of an official patch, administrators should consider disabling the 'List categories' plugin or removing the vulnerable shortcode from all pages. Implementing strict input validation and output escaping at the application level can reduce risk, such as using WordPress's built-in functions like esc_attr() and esc_html() for sanitization. Restrict contributor-level permissions to trusted users only and monitor user-generated content for suspicious scripts. Employ Content Security Policy (CSP) headers to limit the execution of unauthorized scripts. Regularly audit WordPress plugins for vulnerabilities and maintain a minimal plugin footprint to reduce attack surface. Additionally, security plugins that detect and block XSS attempts can provide an additional layer of defense.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, India, Brazil, France, Netherlands, Japan, Italy, Spain
CVE-2024-4356: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in fernandobt List categories
Description
CVE-2024-4356 is a stored Cross-Site Scripting (XSS) vulnerability in the WordPress plugin 'List categories' by fernandobt, affecting all versions up to 0. 4. The flaw arises from improper input sanitization and output escaping of user-supplied attributes in the plugin's 'categories' shortcode. Authenticated users with contributor-level access or higher can inject malicious scripts that execute when other users view the affected pages. The vulnerability has a CVSS score of 6. 4 (medium severity) and does not require user interaction for exploitation. While no known exploits are currently reported in the wild, the vulnerability poses risks to confidentiality and integrity of affected sites. Organizations using this plugin should prioritize patching or applying mitigations to prevent potential script injection attacks.
AI-Powered Analysis
Technical Analysis
CVE-2024-4356 is a stored Cross-Site Scripting (XSS) vulnerability identified in the 'List categories' WordPress plugin developed by fernandobt. This vulnerability affects all versions up to and including 0.4. The root cause is insufficient sanitization and escaping of user-supplied input in the 'categories' shortcode, which allows authenticated users with contributor-level permissions or higher to inject arbitrary JavaScript code into pages. When other users access these pages, the injected scripts execute in their browsers, potentially leading to session hijacking, privilege escalation, or unauthorized actions within the context of the vulnerable site. The vulnerability is classified under CWE-79, indicating improper neutralization of input during web page generation. The CVSS v3.1 base score is 6.4, reflecting a medium severity with network attack vector, low attack complexity, and requiring privileges but no user interaction. The scope is changed (S:C), meaning the vulnerability affects resources beyond the vulnerable component, impacting confidentiality and integrity but not availability. No patches or known exploits have been reported at the time of publication, but the vulnerability's presence in a widely used CMS plugin makes it a notable risk. The vulnerability is particularly dangerous because contributor-level users are common in WordPress environments, and the stored nature of the XSS means persistent impact on site visitors.
Potential Impact
The primary impact of CVE-2024-4356 is the compromise of confidentiality and integrity within affected WordPress sites. Attackers with contributor-level access can inject malicious scripts that execute in the browsers of site visitors and administrators, potentially stealing session cookies, performing actions on behalf of users, or defacing content. This can lead to unauthorized access, data leakage, and erosion of user trust. Since WordPress powers a significant portion of the web, sites using the vulnerable plugin are at risk of targeted attacks, especially if they have multiple contributors. The vulnerability does not affect availability directly but can facilitate further attacks that degrade service or lead to site compromise. Organizations relying on this plugin for content categorization may face reputational damage and regulatory consequences if user data is exposed or manipulated.
Mitigation Recommendations
To mitigate CVE-2024-4356, organizations should first check for updates from the plugin developer and apply any available patches promptly. In the absence of an official patch, administrators should consider disabling the 'List categories' plugin or removing the vulnerable shortcode from all pages. Implementing strict input validation and output escaping at the application level can reduce risk, such as using WordPress's built-in functions like esc_attr() and esc_html() for sanitization. Restrict contributor-level permissions to trusted users only and monitor user-generated content for suspicious scripts. Employ Content Security Policy (CSP) headers to limit the execution of unauthorized scripts. Regularly audit WordPress plugins for vulnerabilities and maintain a minimal plugin footprint to reduce attack surface. Additionally, security plugins that detect and block XSS attempts can provide an additional layer of defense.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2024-04-30T17:31:15.282Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6b88b7ef31ef0b55658c
Added to database: 2/25/2026, 9:37:12 PM
Last enriched: 2/26/2026, 12:37:35 AM
Last updated: 2/26/2026, 11:30:50 AM
Views: 1
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2025-64999: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in Checkmk GmbH Checkmk
HighCVE-2026-28138: Deserialization of Untrusted Data in Stylemix uListing
HighCVE-2026-28136: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in VeronaLabs WP SMS
HighCVE-2026-28132: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in villatheme WooCommerce Photo Reviews
HighCVE-2026-28131: Insertion of Sensitive Information Into Sent Data in WPVibes Elementor Addon Elements
HighActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.