Wordnik Word of the Day Widget Security & Risk Analysis

wordpress.org/plugins/wordnik-word-of-the-day-widget

Simple widget for displaying the current Word of the Day from the Wordnik API

10 active installs v0.2 PHP + WP 3.0+ Updated Oct 28, 2013
dictionaryword-of-the-daywordnik
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Wordnik Word of the Day Widget Safe to Use in 2026?

Generally Safe

Score 85/100

Wordnik Word of the Day Widget has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 12yr ago
Risk Assessment

The 'wordnik-word-of-the-day-widget' plugin version 0.2 exhibits a mixed security posture. On the positive side, the absence of known CVEs and the fact that all SQL queries utilize prepared statements are strong indicators of good development practices in these areas. The plugin also shows no signs of critical or high-severity taint flows, and a lack of file operations and external HTTP requests contributes to a reduced attack surface in those respects.

However, there are notable concerns. The use of the `create_function` is a significant risk, as this function is deprecated and can be a vector for code injection if not handled with extreme care and sanitization, which is not evident here. Furthermore, the plugin demonstrates very poor output escaping practices, with only 13% of outputs being properly escaped. This high percentage of unescaped output presents a substantial risk of cross-site scripting (XSS) vulnerabilities. The lack of nonce checks and capability checks on potential entry points, although currently zero, indicates a potential oversight in securing future code additions.

Given the clean vulnerability history, it suggests that past versions may have been developed with reasonable security in mind, or that its limited functionality and attack surface have not attracted significant malicious attention. However, the identified code signals, particularly the `create_function` and the widespread unescaped output, represent clear and present dangers that outweigh the positive aspects. The plugin's current state requires immediate attention to mitigate the risks of XSS and potential code injection.

Key Concerns

  • Use of dangerous function: create_function
  • Low output escaping percentage
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Wordnik Word of the Day Widget Security Vulnerabilities

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

Wordnik Word of the Day Widget Release Timeline

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

Wordnik Word of the Day Widget Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function( '', 'register_widget( "Wordnik_WOTD_Widget" );' ) );wordnik-wotd-widget.php:16

Output Escaping

13% escaped8 total outputs
Attack Surface

Wordnik Word of the Day Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initwordnik-wotd-widget.php:16
Maintenance & Trust

Wordnik Word of the Day Widget Maintenance & Trust

Maintenance Signals

WordPress version tested3.7.41
Last updatedOct 28, 2013
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Wordnik Word of the Day Widget Developer Profile

Ben Lobaugh (blobaugh)

11 plugins · 11K total installs

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

How We Detect Wordnik Word of the Day Widget

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

Asset Fingerprints

HTML / DOM Fingerprints

Shortcode Output
Wordnik Word of the Day
FAQ

Frequently Asked Questions about Wordnik Word of the Day Widget