CW Author Info Security & Risk Analysis

wordpress.org/plugins/cw-author-info

Add a box with information about the author of each post after post, include a widget in which appear a list of all components of the blog

10 active installs v1.1.1 PHP + WP 3.0+ Updated Unknown
authorauthor-bioauthor-boxauthor-profilepost-author
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is CW Author Info Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The cw-author-info plugin v1.1.1 exhibits a generally good security posture with no known CVEs and a complete absence of SQL injection vulnerabilities due to the consistent use of prepared statements. The plugin also avoids risky operations like file manipulation and external HTTP requests. However, the static analysis reveals significant concerns regarding output escaping, with only 32% of outputs being properly sanitized. This presents a considerable risk of Cross-Site Scripting (XSS) vulnerabilities, especially given the two identified taint flows with unsanitized paths. While the taint analysis did not flag critical or high severity issues, the presence of unsanitized paths indicates potential vulnerabilities that could be exploited if user-supplied data is not handled correctly before being rendered. The lack of explicit capability checks and nonce checks on entry points (even though the attack surface is reported as zero) is a minor concern, as it doesn't follow best practices for all WordPress plugins, though it doesn't currently pose a direct risk given the limited entry points. The bundled jQuery v1.4.4 is significantly outdated and could be a vector for known vulnerabilities if the plugin were to utilize its features in an insecure manner. Overall, the plugin is strong in avoiding direct database or file system risks, but the high rate of unescaped output and unsanitized paths are critical weaknesses that require immediate attention.

Key Concerns

  • Low percentage of properly escaped output
  • Taint flows with unsanitized paths
  • Bundled outdated jQuery library
Vulnerabilities
None known

CW Author Info Security Vulnerabilities

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

CW Author Info Code Analysis

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

Bundled Libraries

jQuery1.4.4

Output Escaping

32% escaped31 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
cw_author_option_page_update (cw_authors_info.php:119)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

CW Author Info Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 10
actionshow_user_profilecw_authors_info.php:39
actionedit_user_profilecw_authors_info.php:40
actionpersonal_options_updatecw_authors_info.php:57
actionedit_user_profile_updatecw_authors_info.php:58
actionadmin_headcw_authors_info.php:79
actionadmin_menucw_authors_info.php:83
filterthe_contentcw_authors_info.php:147
actionwp_headcw_authors_info.php:199
actionwidgets_initcw_authors_info.php:288
actioninitcw_authors_info.php:297
Maintenance & Trust

CW Author Info Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.3
Last updatedUnknown
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

CW Author Info Developer Profile

antocara

2 plugins · 20 total installs

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

How We Detect CW Author Info

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/cw-author-info/css/author_box.css
Script Paths
http://meta100.github.com/mColorPicker/javascripts/mColorPicker_min.js

HTML / DOM Fingerprints

CSS Classes
author_post_biocw_author_nameavatarsocial_author
Data Attributes
name="cw_facebook"name="cw_twitter"name="cw_google_plus"name="color_picker_color1"name="color_picker_color2"name="color_picker_color3"+2 more
FAQ

Frequently Asked Questions about CW Author Info