Global Food Book's Author Biography Widget Security & Risk Analysis

wordpress.org/plugins/gfb-author-bio-widget

This makes it easy to setup a brief synopsis of the author's biography on the sidebar. Best used in food & cook theme or woo-themes.

10 active installs v1.1 PHP + WP 3.0.1+ Updated Dec 16, 2015
about-meauthorbiographyfood-cookrecipe-plugin
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Global Food Book's Author Biography Widget Safe to Use in 2026?

Generally Safe

Score 85/100

Global Food Book's Author Biography 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 gfb-author-bio-widget plugin, version 1.1, exhibits a mixed security posture. On the positive side, it has no known vulnerabilities in its history, and its static analysis shows no SQL injection risks due to the use of prepared statements, no file operations, and no external HTTP requests. Furthermore, the attack surface appears to be entirely protected by authentication checks, with zero unprotected entry points like AJAX handlers, REST API routes, shortcodes, or cron events. This indicates a generally cautious approach to common web attack vectors.

However, there are notable concerns. The presence of the `create_function` PHP function is a significant red flag, as it is deprecated and can lead to code execution vulnerabilities if not handled with extreme care, especially in older PHP versions. Additionally, a substantial portion of the plugin's output (66%) is not properly escaped. This leaves it vulnerable to Cross-Site Scripting (XSS) attacks, where malicious scripts could be injected into the plugin's output and executed in the user's browser. The lack of any identified taint flows in the static analysis might be due to the limited scope of the analysis or the nature of the detected `create_function` usage, which might not have been flagged as a taint source in this specific analysis.

In conclusion, while the plugin benefits from a small attack surface, robust authentication on entry points, and a clean vulnerability history, the use of `create_function` and significant unescaped output present serious security risks. These weaknesses, if exploited, could lead to code execution and XSS vulnerabilities, respectively. The plugin's strengths lie in its protected entry points and lack of historical CVEs, but the identified code-level issues require immediate attention.

Key Concerns

  • Presence of dangerous function: create_function
  • High percentage of unescaped output
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Global Food Book's Author Biography Widget Security Vulnerabilities

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

Global Food Book's Author Biography Widget Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("GFB_AuthorBio");'), 1);gfb_author_bio.php:140

Output Escaping

34% escaped50 total outputs
Attack Surface

Global Food Book's Author Biography Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initgfb_author_bio.php:140
Maintenance & Trust

Global Food Book's Author Biography Widget Maintenance & Trust

Maintenance Signals

WordPress version tested4.4.34
Last updatedDec 16, 2015
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Global Food Book's Author Biography Widget Developer Profile

kengimel

3 plugins · 30 total installs

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

How We Detect Global Food Book's Author Biography Widget

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
widget-gfb-author-bio
Data Attributes
data-widget-id
FAQ

Frequently Asked Questions about Global Food Book's Author Biography Widget