WP Wapuu Widget Security & Risk Analysis

wordpress.org/plugins/wp-wapuu-widget

This plugin adds a widget that shows the pretty official character of WordPress Japanese local site.

10 active installs v0.4.3 PHP + WP 2.8+ Updated Sep 2, 2011
cuteimageprettywapuuwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Wapuu Widget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 14yr ago
Risk Assessment

The wp-wapuu-widget plugin, version 0.4.3, presents a mixed security profile. On the positive side, the plugin exhibits an extremely small attack surface with no apparent AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, all SQL queries are correctly handled using prepared statements, and there are no file operations or external HTTP requests. The absence of any recorded vulnerabilities or CVEs in its history is also a strong indicator of robust security practices in previous development cycles.

However, the code analysis reveals significant concerns. The presence of the `create_function` is a major red flag, as it is deprecated and can lead to security vulnerabilities if not handled with extreme care, especially in older PHP versions. Additionally, a mere 20% of output is properly escaped, indicating a substantial risk of Cross-Site Scripting (XSS) vulnerabilities. The complete lack of nonce checks and capability checks on any potential entry points, though currently non-existent, means that if new entry points are added in the future, they would be inherently insecure without these critical safeguards. The taint analysis showing zero flows is positive, but this is likely a consequence of the very limited attack surface and functionality.

In conclusion, while the plugin benefits from a minimal attack surface and good database query practices, the insecure use of `create_function` and the widespread lack of output escaping create significant inherent risks. The absence of past vulnerabilities is encouraging, but the current code signals point to a need for immediate remediation, particularly regarding output sanitization and the removal of deprecated, insecure functions. The lack of authentication checks on the minimal entry points means that any future expansion of the plugin's functionality could easily introduce critical vulnerabilities.

Key Concerns

  • Use of deprecated and insecure create_function
  • Low percentage of properly escaped output (20%)
  • No nonce checks present
  • No capability checks present
Vulnerabilities
None known

WP Wapuu Widget Security Vulnerabilities

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

WP Wapuu Widget Release Timeline

v0.4.3Current
v0.4.2
v0.4.1
v0.4
v0.3
Code Analysis
Analyzed Apr 16, 2026

WP Wapuu Widget Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
40
10 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("WapuuWidget");'));wp-wapuu-widget.php:202

Output Escaping

20% escaped50 total outputs
Attack Surface

WP Wapuu Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initwp-wapuu-widget.php:202
Maintenance & Trust

WP Wapuu Widget Maintenance & Trust

Maintenance Signals

WordPress version tested3.2.1
Last updatedSep 2, 2011
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP Wapuu Widget Developer Profile

redcocker

8 plugins · 670 total installs

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

How We Detect WP Wapuu Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-wapuu-widget/wapuu_380.png

HTML / DOM Fingerprints

CSS Classes
wapuu_widget
Data Attributes
id="_wapuu_size"name="_wapuu_size"id="_wapuu_bg_color"name="_wapuu_bg_color"id="_wapuu_target"name="_wapuu_target"+6 more
FAQ

Frequently Asked Questions about WP Wapuu Widget