List categories Security & Risk Analysis

wordpress.org/plugins/list-categories

Simple plugin to display categories in any post or page with a shortcode.

6K active installs v0.5 PHP + WP 3.3+ Updated May 15, 2025
categoriescmslist
99
A · Safe
CVEs total1
Unpatched0
Last CVEMay 29, 2024
Safety Verdict

Is List categories Safe to Use in 2026?

Generally Safe

Score 99/100

List categories has a strong security track record. Known vulnerabilities have been patched promptly.

1 known CVELast CVE: May 29, 2024Updated 10mo ago
Risk Assessment

The 'list-categories' plugin v0.5 presents a mixed security posture. On the positive side, static code analysis reveals no dangerous functions, all SQL queries utilize prepared statements, and all identified outputs are properly escaped. Furthermore, there are no file operations or external HTTP requests, and taint analysis indicates no vulnerabilities. This suggests a development team that is aware of and implements several secure coding practices.

However, the plugin has a known history of vulnerabilities, including one medium-severity Cross-Site Scripting (XSS) issue recorded recently. While this specific vulnerability is not currently unpatched, the existence of past XSS issues warrants caution, especially as there are no explicit capability checks or nonce checks evident in the static analysis for its single shortcode entry point. The absence of these checks, combined with a past XSS vulnerability, could indicate a potential for similar issues if user-supplied data is not handled rigorously within the shortcode's logic.

In conclusion, while the plugin demonstrates good practices in areas like prepared statements and output escaping, the past XSS vulnerability and the lack of explicit authentication/authorization checks on its shortcode are significant weaknesses. The recent nature of the XSS vulnerability suggests that these types of issues have occurred and may reoccur. Therefore, caution is advised, and further manual inspection of the shortcode's input handling would be prudent.

Key Concerns

  • Past medium severity XSS vulnerability
  • No capability checks on shortcode
  • No nonce checks on shortcode
Vulnerabilities
1

List categories Security Vulnerabilities

CVEs by Year

1 CVE in 2024
2024
Patched Has unpatched

Severity Breakdown

Medium
1

1 total CVE

CVE-2024-4356medium · 6.4Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

List categories <= 0.4 - Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode

May 29, 2024 Patched in 0.5 (7d)
Code Analysis
Analyzed Mar 16, 2026

List categories Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
0
1 escaped
Nonce Checks
0
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
0

Output Escaping

100% escaped1 total outputs
Attack Surface

List categories Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[categories] list-categories.php:66
Maintenance & Trust

List categories Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedMay 15, 2025
PHP min version
Downloads75K

Community Trust

Rating90/100
Number of ratings15
Active installs6K
Developer Profile

List categories Developer Profile

Fernando Briano

2 plugins · 86K total installs

85
trust score
Avg Security Score
96/100
Avg Patch Time
70 days
View full developer profile
Detection Fingerprints

How We Detect List categories

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

HTML / DOM Fingerprints

Shortcode Output
<ul class="categories">
FAQ

Frequently Asked Questions about List categories