WP Custom Author Image Security & Risk Analysis

wordpress.org/plugins/author-image

Lets you easily add WP Custom Author Images on your site.

100 active installs v1.0 PHP + WP 3.1+ Updated Aug 27, 2019
authoruser-gravataruser-photouser-profile-photowp-custom-author-image
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Custom Author Image Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The author-image plugin v1.0 exhibits a mixed security posture. On the positive side, it has a very small attack surface, with only one shortcode identified as an entry point and no unprotected handlers for AJAX or REST API requests. The absence of known CVEs in its history is also a strong indicator of past security diligence. However, the code analysis reveals significant areas of concern. Notably, 100% of its SQL queries are not using prepared statements, which presents a high risk of SQL injection vulnerabilities. Furthermore, only 44% of output is properly escaped, leaving potential for cross-site scripting (XSS) vulnerabilities. The lack of nonce checks and only one capability check across the plugin's operations suggest that authentication and authorization might not be consistently enforced, especially if the shortcode interacts with sensitive data or functions.

Key Concerns

  • SQL queries not using prepared statements
  • Low percentage of properly escaped output
  • No nonce checks
  • Minimal capability checks
Vulnerabilities
None known

WP Custom Author Image Security Vulnerabilities

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

WP Custom Author Image Code Analysis

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

SQL Query Safety

0% prepared1 total queries

Output Escaping

44% escaped39 total outputs
Attack Surface

WP Custom Author Image Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[wp-custom-author-image] wp-custom-author-image.php:705
WordPress Hooks 7
actionshow_user_profilemultipart-user\multipart-user.php:40
actionedit_user_profilemultipart-user\multipart-user.php:41
actionedit_user_profilewp-custom-author-image-admin.php:66
actionshow_user_profilewp-custom-author-image-admin.php:67
actionprofile_updatewp-custom-author-image-admin.php:68
actionplugins_loadedwp-custom-author-image.php:98
actionwidgets_initwp-custom-author-image.php:129
Maintenance & Trust

WP Custom Author Image Maintenance & Trust

Maintenance Signals

WordPress version tested5.2.24
Last updatedAug 27, 2019
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings2
Active installs100
Developer Profile

WP Custom Author Image Developer Profile

p4wparamjeet

2 plugins · 110 total installs

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

How We Detect WP Custom Author Image

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-custom-author-image/css/style.css/wp-content/plugins/wp-custom-author-image/js/script.js
Script Paths
/wp-content/plugins/wp-custom-author-image/js/script.js
Version Parameters
wp-custom-author-image/css/style.css?ver=wp-custom-author-image/js/script.js?ver=

HTML / DOM Fingerprints

CSS Classes
wp_custom_author_image
HTML Comments
<!-- START WP CUSTOM AUTHOR IMAGE CODE --><!-- END WP CUSTOM AUTHOR IMAGE CODE -->
Data Attributes
data-author-iddata-image-size
JS Globals
wp_custom_author_image_settings
Shortcode Output
[wp_custom_author_image][wp_custom_author_image title="" bio="" link="" always="" size="" author_id=""]
FAQ

Frequently Asked Questions about WP Custom Author Image