Post Featured Video Security & Risk Analysis

wordpress.org/plugins/post-featured-video

Post Featured Video is a very nifty responsive video plugin that helps your users to see a YouTube or Vimeo video or Custom HTML MP4 video

1K active installs v1.7 PHP 7.4+ WP 4.0+ Updated Apr 29, 2025
post-featured-videopost-thumbnailvideo-lightboxvideo-popup
78
B · Generally Safe
CVEs total1
Unpatched1
Last CVESep 26, 2025
Safety Verdict

Is Post Featured Video Safe to Use in 2026?

Mostly Safe

Score 78/100

Post Featured Video is generally safe to use. 1 past CVE were resolved. Keep it updated.

1 known CVE 1 unpatched Last CVE: Sep 26, 2025Updated 11mo ago
Risk Assessment

The 'post-featured-video' plugin v1.7 exhibits a mixed security posture. On the positive side, it demonstrates good practices by utilizing prepared statements for all SQL queries and performing a high percentage of output escaping. The absence of a large attack surface (AJAX, REST API, shortcodes, cron events) with direct user interaction points is also a strength. Furthermore, the presence of nonce and capability checks indicates an awareness of common WordPress security measures.

However, significant concerns arise from the 'unserialize' function, a known vector for deserialization vulnerabilities, especially if user-controlled input is passed to it without proper validation. While taint analysis shows no unsanitized flows in this specific scan, the mere presence of this dangerous function warrants caution. The plugin also makes an external HTTP request, which could be a potential point of exploitation if the target service is compromised or the request itself is mishandled. The vulnerability history, though marked as a medium severity CSRF in the past, is concerning as there is currently one unpatched CVE. This indicates a past security weakness and a potential ongoing risk if the vulnerability remains unresolved.

In conclusion, while the plugin has several secure coding practices in place, the use of 'unserialize', an external HTTP request, and the presence of an unpatched CVE present notable risks. The absence of critical or high-severity issues in the current taint analysis is a positive sign, but the plugin's history and the presence of 'unserialize' necessitate careful monitoring and prompt patching of any identified vulnerabilities.

Key Concerns

  • Unpatched CVE exists
  • Dangerous function: unserialize used
  • External HTTP request made
Vulnerabilities
1

Post Featured Video Security Vulnerabilities

CVEs by Year

1 CVE in 2025 · unpatched
2025
Patched Has unpatched

Severity Breakdown

Medium
1

1 total CVE

CVE-2025-60137medium · 4.3Cross-Site Request Forgery (CSRF)

Post Featured Video <= 1.7 - Cross-Site Request Forgery

Sep 26, 2025Unpatched
Code Analysis
Analyzed Mar 16, 2026

Post Featured Video Code Analysis

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

Dangerous Functions Found

unserialize$resp_body = unserialize(wp_remote_retrieve_body($responsearry));post-featured-video-plugin.php:206

Output Escaping

84% escaped31 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
pfvideo_menu_callback_fun (pfv-backend-setting-page.php:6)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Post Featured Video Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 11
actionadmin_enqueue_scriptspfv-enqueue-scripts-style.php:5
actionwp_enqueue_scriptspfv-enqueue-scripts-style.php:19
actionadmin_noticespost-featured-video-plugin.php:58
actionadmin_menupost-featured-video-plugin.php:61
actionadmin_initpost-featured-video-plugin.php:65
filteradmin_post_thumbnail_htmlpost-featured-video-plugin.php:84
actionsave_postpost-featured-video-plugin.php:137
filterpost_thumbnail_htmlpost-featured-video-plugin.php:175
actionadd_meta_boxespost-featured-video-plugin.php:319
filterplugin_row_metapost-featured-video-plugin.php:349
filterplugin_action_linkspost-featured-video-plugin.php:369
Maintenance & Trust

Post Featured Video Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedApr 29, 2025
PHP min version7.4
Downloads17K

Community Trust

Rating60/100
Number of ratings6
Active installs1K
Developer Profile

Post Featured Video Developer Profile

Galaxy Weblinks

40 plugins · 25K total installs

77
trust score
Avg Security Score
97/100
Avg Patch Time
310 days
View full developer profile
Detection Fingerprints

How We Detect Post Featured Video

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/post-featured-video/assets/css/backend-style.css/wp-content/plugins/post-featured-video/assets/css/frontend-style.css/wp-content/plugins/post-featured-video/assets/js/lightbox.min.js/wp-content/plugins/post-featured-video/assets/js/video-uploader.js
Script Paths
pfv_lightbox_scrptpfv_frontnd_stylepfv_vid_uploaderpfv_backend_style

HTML / DOM Fingerprints

CSS Classes
pfv_bttn_sectpfvvideourlpfv_uploader_video_buttonpfv_remove_fetured_video
Data Attributes
data-pfv-video-iddata-pfv-typedata-pfv-video-url
FAQ

Frequently Asked Questions about Post Featured Video