Author Details Security & Risk Analysis

wordpress.org/plugins/author-details

This plugin displays the author details at the end of the post.

10 active installs v1.7 PHP 7.4+ WP 5.0+ Updated May 12, 2024
about-authorauthor-bioauthor-detailsauthor-profile-at-end-of-postprofiles
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Author Details Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The author-details plugin v1.7 exhibits a mixed security posture. On the positive side, it has a remarkably small attack surface with no apparent AJAX handlers, REST API routes, shortcodes, or cron events, and importantly, no recorded vulnerabilities or CVEs. This suggests a history of reasonably secure development. However, the static analysis reveals significant concerns within the codebase. A substantial portion of SQL queries (78%) are not using prepared statements, posing a risk of SQL injection. Furthermore, only 38% of output escaping is properly handled, indicating a potential for cross-site scripting (XSS) vulnerabilities. The taint analysis highlights three high-severity flows with unsanitized paths, which are critical security flaws that could be exploited if reachable. While the absence of external threats and bundled libraries is good, these internal code quality issues represent the primary risks.

Key Concerns

  • High severity taint flows found
  • SQL queries without prepared statements
  • Improper output escaping
  • No nonce checks
  • Limited capability checks
Vulnerabilities
None known

Author Details Security Vulnerabilities

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

Author Details Code Analysis

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

SQL Query Safety

22% prepared9 total queries

Output Escaping

38% escaped195 total outputs
Data Flows
6 unsanitized

Data Flow Analysis

6 flows6 with unsanitized paths
<display-all-author-details> (admin\display-all-author-details.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Author Details Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 8
actionadmin_initadmin\admin.php:51
actionadmin_menuadmin\admin.php:52
actionshow_user_profileadmin\extra-user-profile-fields.php:2
actionedit_user_profileadmin\extra-user-profile-fields.php:3
actionpersonal_options_updateadmin\extra-user-profile-fields.php:76
actionedit_user_profile_updateadmin\extra-user-profile-fields.php:77
actionwp_enqueue_scriptsauthor-details.php:37
filterthe_contentauthor-details.php:40
Maintenance & Trust

Author Details Maintenance & Trust

Maintenance Signals

WordPress version tested6.5.8
Last updatedMay 12, 2024
PHP min version7.4
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Author Details Developer Profile

edckwt

13 plugins · 520 total installs

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

How We Detect Author Details

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/author-details/author-details-style.css
Version Parameters
author-details/author-details-style.css?ver=

HTML / DOM Fingerprints

Data Attributes
name="twitter"name="facebook"name="google_plus"name="linkedin"name="flickr"name="youtube"+14 more
FAQ

Frequently Asked Questions about Author Details