Header Image Uploader Security & Risk Analysis

wordpress.org/plugins/header-image-uploader

Simple WordPress plugin adds image uploader meta box.

20 active installs v1.0 PHP + WP 3.0+ Updated Nov 9, 2025
custom-meta-boxmeta-boxpostpostsuploader
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Header Image Uploader Safe to Use in 2026?

Generally Safe

Score 100/100

Header Image Uploader has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 4mo ago
Risk Assessment

The "header-image-uploader" v1.0 plugin exhibits a generally strong security posture based on the provided static analysis and vulnerability history. The absence of any identified AJAX handlers, REST API routes, shortcodes, or cron events significantly limits its attack surface. Furthermore, the code signals indicate a responsible approach to database interactions, with all SQL queries utilizing prepared statements, and the presence of nonce and capability checks. The lack of reported vulnerabilities, both historically and in known CVEs, further reinforces this positive assessment.

However, a critical concern arises from the output escaping analysis, which shows that 0% of the total identified outputs are properly escaped. This means that any data displayed by the plugin to users could potentially be vulnerable to cross-site scripting (XSS) attacks if that data originates from an untrusted source or is not adequately sanitized before output. While the current taint analysis shows no critical or high-severity unsanitized flows, this specific weakness in output escaping warrants attention and remediation.

In conclusion, the plugin demonstrates good practices in limiting its attack surface and securing its database interactions. The primary weakness lies in the insufficient escaping of output, presenting a potential XSS risk. The clean vulnerability history is a positive indicator of the developer's security awareness, but the identified output escaping issue should be addressed to maintain a robust security profile.

Key Concerns

  • Outputs not properly escaped
Vulnerabilities
None known

Header Image Uploader Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 16, 2026

Header Image Uploader Code Analysis

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

Output Escaping

0% escaped2 total outputs
Attack Surface

Header Image Uploader Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadd_meta_boxesheader-image-uploader.php:26
actionsave_postheader-image-uploader.php:71
actionadmin_headheader-image-uploader.php:111
actionadmin_footerheader-image-uploader.php:238
Maintenance & Trust

Header Image Uploader Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedNov 9, 2025
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs20
Developer Profile

Header Image Uploader Developer Profile

imran3229

2 plugins · 60 total installs

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

How We Detect Header Image Uploader

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
imhyimhy-addchange-imageremove-imageimage-uploader-meta-box-listimage-preview
Data Attributes
data-uploader-titledata-uploader-button-textid="image-uploader-meta-box-list"name="_imhy"name="imhy"class="imhy-add button"+5 more
JS Globals
wp.mediajQuery
FAQ

Frequently Asked Questions about Header Image Uploader