List Media Security & Risk Analysis

wordpress.org/plugins/list-media

This plugin allows you to list all (or part) of your medias on custom Page / Post.

10 active installs v1.0 PHP + WP 3.0.1+ Updated May 22, 2020
listingmediamedia-listingopen-sourceshortcode
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is List Media Safe to Use in 2026?

Generally Safe

Score 85/100

List Media has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 5yr ago
Risk Assessment

The "list-media" v1.0 plugin exhibits a generally positive security posture based on the provided static analysis. The absence of dangerous functions, SQL queries executed via prepared statements, file operations, and external HTTP requests are all indicators of good development practices. Furthermore, the lack of recorded vulnerabilities in its history suggests a stable and potentially well-maintained codebase.

However, significant concerns arise from the output escaping and nonce check findings. The fact that 100% of the observed outputs are not properly escaped presents a clear risk of Cross-Site Scripting (XSS) vulnerabilities, especially given that the plugin has at least one shortcode which is a common entry point for user-generated content to be displayed.

While the attack surface is small and there are no immediate indications of critical taint flows or unauthenticated entry points, the unescaped output is a critical weakness that could be exploited. The absence of nonce checks, while not directly tied to an authenticated entry point in this specific analysis, is a general security best practice that is missing. The overall security is compromised by these oversight.

In conclusion, "list-media" v1.0 demonstrates strengths in avoiding common pitfalls like raw SQL and dangerous functions. However, the critical flaw in output escaping and the missing nonce checks significantly weaken its security, making it vulnerable to XSS attacks if user-supplied data is processed and displayed without proper sanitization. The absence of historical vulnerabilities is a good sign, but it does not negate the current risks identified in the code.

Key Concerns

  • Unescaped output detected
  • Missing nonce checks
Vulnerabilities
None known

List Media Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

List Media Release Timeline

v1.0Current
Code Analysis
Analyzed Apr 16, 2026

List Media Code Analysis

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

Output Escaping

0% escaped1 total outputs
Attack Surface

List Media Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[list_media] list-media.php:150
Maintenance & Trust

List Media Maintenance & Trust

Maintenance Signals

WordPress version tested5.4.19
Last updatedMay 22, 2020
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

List Media Developer Profile

GeroNikolov

10 plugins · 220 total installs

86
trust score
Avg Security Score
88/100
Avg Patch Time
8 days
View full developer profile
Detection Fingerprints

How We Detect List Media

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
list-media-tablelist_mediaheaderattachmenttitleauthoruploaded-todate
Shortcode Output
<table class='list_media'><th class='header'>File</th><img src='<a href='
FAQ

Frequently Asked Questions about List Media