Post List Featured Image Security & Risk Analysis

wordpress.org/plugins/post-list-featured-image

A plugin that adds the "Featured Image" column in admin posts and pages list.

1K active installs v0.5.9 PHP + WP + Updated Apr 4, 2016
developer-toolsfeaturedimagepagesposts
63
C · Use Caution
CVEs total1
Unpatched1
Last CVEOct 9, 2025
Safety Verdict

Is Post List Featured Image Safe to Use in 2026?

Use With Caution

Score 63/100

Post List Featured Image has 1 unpatched vulnerability. Evaluate alternatives or apply available mitigations.

1 known CVE 1 unpatched Last CVE: Oct 9, 2025Updated 10yr ago
Risk Assessment

The plugin "post-list-featured-image" v0.5.9 exhibits a mixed security posture. On the positive side, it demonstrates good practices by utilizing prepared statements for all SQL queries and incorporating nonce and capability checks. The attack surface is relatively small, with no apparent vulnerabilities in REST API routes or cron events, and no dangerous functions identified in the code. However, a significant concern arises from the low percentage (14%) of properly escaped output. This indicates a substantial risk of Cross-Site Scripting (XSS) vulnerabilities, where user-supplied input could be injected into web pages without proper sanitization, potentially leading to malicious script execution.

The plugin's vulnerability history is also a cause for concern. It has a known CVE, which is currently unpatched, and it falls into the medium severity category. The common vulnerability type being Cross-Site Scripting further reinforces the risks identified in the static code analysis. The fact that the last vulnerability was in the future (2025-10-09) suggests this historical data might be simulated or indicative of a recurring issue. The lack of taint analysis results, while potentially indicating no critical flows were found, does not negate the clear risks identified in output escaping and historical vulnerabilities.

In conclusion, while the plugin employs some secure coding practices, the high prevalence of unescaped output and the presence of an unpatched medium-severity XSS vulnerability present a notable security risk. Developers should prioritize addressing the output escaping issues and promptly patching the known CVE to improve the plugin's overall security. The limited attack surface and use of prepared statements are strengths, but they are overshadowed by the evident XSS risk.

Key Concerns

  • Currently unpatched CVE (medium severity)
  • Low percentage of properly escaped output
  • Historical XSS vulnerability pattern
Vulnerabilities
1

Post List Featured Image Security Vulnerabilities

CVEs by Year

1 CVE in 2025 · unpatched
2025
Patched Has unpatched

Severity Breakdown

Medium
1

1 total CVE

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

Post List Featured Image <= 0.5.9 - Authenticated (Contributor+) Stored Cross-Site Scripting

Oct 9, 2025Unpatched
Code Analysis
Analyzed Mar 16, 2026

Post List Featured Image Code Analysis

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

Output Escaping

14% escaped36 total outputs
Attack Surface

Post List Featured Image Attack Surface

Entry Points2
Unprotected0

AJAX Handlers 1

authwp_ajax_do_save_plfi_plugin_settingsPostListFeaturedImage\Controller\Admin.php:77

Shortcodes 1

[featured_img] PostListFeaturedImage\Controller\Front.php:44
WordPress Hooks 12
actionplugins_loadedautoload.php:26
actioninitpost-list-featured-image.php:44
actionadmin_noticespost-list-featured-image.php:58
actionadmin_initPostListFeaturedImage\Controller\Admin.php:71
actionadmin_initPostListFeaturedImage\Controller\Admin.php:72
actionadmin_enqueue_scriptsPostListFeaturedImage\Controller\Admin.php:73
actionadmin_menuPostListFeaturedImage\Controller\Admin.php:74
actionnetwork_admin_menuPostListFeaturedImage\Controller\Admin.php:75
actionafter_setup_themePostListFeaturedImage\Controller\Admin.php:76
actionrestrict_manage_postsPostListFeaturedImage\Controller\Admin.php:431
filterpre_get_postsPostListFeaturedImage\Controller\Admin.php:435
filterpre_get_postsPostListFeaturedImage\Controller\Admin.php:436
Maintenance & Trust

Post List Featured Image Maintenance & Trust

Maintenance Signals

WordPress version tested4.5.33
Last updatedApr 4, 2016
PHP min version
Downloads38K

Community Trust

Rating94/100
Number of ratings12
Active installs1K
Developer Profile

Post List Featured Image Developer Profile

Johnny

1 plugin · 1K total installs

68
trust score
Avg Security Score
63/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Post List Featured Image

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/post-list-featured-image/assets/css/flexbox-grid.css/wp-content/plugins/post-list-featured-image/assets/css/settings-page.css/wp-content/plugins/post-list-featured-image/assets/js/settings-page.js
Script Paths
/wp-content/plugins/post-list-featured-image/assets/js/settings-page.js

HTML / DOM Fingerprints

HTML Comments
<!-- Plugin Settings Page --><!-- WHAT Settings Section --><!-- Plugin Settings Page --><!-- End Plugin Settings Page -->+8 more
Data Attributes
data-plfi-tab="general"data-plfi-tab="list-table"data-plfi-tab="advanced"data-plfi-tab="license"
JS Globals
plfi
FAQ

Frequently Asked Questions about Post List Featured Image