Simple Author Widget Security & Risk Analysis

wordpress.org/plugins/simple-author-widget

Easy way to display the Author profile with four social networking profiles using widget.

10 active installs v1.1 PHP + WP 3.3+ Updated Aug 21, 2015
category-based-postcategory-widgetpost-titlepost-categorywidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple Author Widget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 10yr ago
Risk Assessment

The security posture of the 'simple-author-widget' plugin v1.1 appears to be relatively strong based on the provided static analysis. The complete absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits the potential attack surface, and importantly, there are no identified unprotected entry points. The code also signals a lack of dangerous functions, file operations, and external HTTP requests, which are common sources of vulnerabilities. The presence of a capability check is also a positive indicator of security awareness.

However, a significant concern arises from the SQL query analysis. A single SQL query is present, and 100% of it is not using prepared statements. This lack of prepared statements is a direct vulnerability to SQL injection attacks, even if the query itself might be simple or intended for internal use. Furthermore, the output escaping is only 37% proper, suggesting a risk of Cross-Site Scripting (XSS) vulnerabilities in the plugin's output. The absence of taint analysis results doesn't necessarily mean no issues exist, but it means no specific untrusted data flows were identified as problematic within the analyzed scope.

The vulnerability history shows a clean slate, with no known CVEs. This, combined with the limited attack surface and lack of dangerous code signals, paints a picture of a generally well-developed plugin. However, the identified issues with raw SQL and output escaping, despite the clean history, represent tangible risks that need to be addressed to maintain a robust security posture. A balanced conclusion is that while the plugin has a limited attack surface and no past vulnerabilities, the presence of raw SQL and insufficient output escaping are critical weaknesses that expose it to known and common attack vectors.

Key Concerns

  • SQL queries not using prepared statements
  • Low percentage of properly escaped output
Vulnerabilities
None known

Simple Author Widget Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Simple Author Widget Release Timeline

No version history available.
Code Analysis
Analyzed Mar 17, 2026

Simple Author Widget Code Analysis

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

SQL Query Safety

0% prepared1 total queries

Output Escaping

37% escaped27 total outputs
Attack Surface

Simple Author Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actionwidgets_initsimple-author-widget.php:14
actionwp_enqueue_scriptssimple-author-widget.php:19
actionshow_user_profilesimple-author-widget.php:135
actionedit_user_profilesimple-author-widget.php:136
actionpersonal_options_updatesimple-author-widget.php:179
actionedit_user_profile_updatesimple-author-widget.php:180
Maintenance & Trust

Simple Author Widget Maintenance & Trust

Maintenance Signals

WordPress version tested4.3.34
Last updatedAug 21, 2015
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Simple Author Widget Developer Profile

M A Vinoth Kumar

21 plugins · 4K total installs

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

How We Detect Simple Author Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-author-widget/css/buffercode-SAW.css

HTML / DOM Fingerprints

CSS Classes
buffercode-wrapbuffercode-inner-wrap-namebuffercode-inner-wrap-img-commetbuffercode-imagebuffercode-post-commentbuffercode-postbuffercode-commentsbuffercode-inner-wrap-social+1 more
HTML Comments
<!-- Buffercode.com Simple Author Widget -->
Data Attributes
name="buffercode_simple_author_widget_custom_title"
FAQ

Frequently Asked Questions about Simple Author Widget