Tumblr Widget Security & Risk Analysis

wordpress.org/plugins/tumblr-widget-for-wordpress

Allows you to import a Tumblr into any widgetized area of a WordPress blog.

400 active installs v2.1 PHP + WP 2.8+ Updated Apr 21, 2015
tumblrwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Tumblr Widget Safe to Use in 2026?

Generally Safe

Score 85/100

Tumblr 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 tumblr-widget-for-wordpress plugin v2.1 exhibits a mixed security posture. On one hand, the absence of known vulnerabilities, SQL injection risks through prepared statements, and no reported external HTTP requests or file operations are positive indicators. The lack of any taint analysis findings also suggests that basic data flow security might be present.

However, significant concerns arise from the static analysis. The plugin uses the deprecated `create_function` function, which is a known security risk as it allows for the execution of arbitrary code. Furthermore, a concerningly low percentage of output is properly escaped (1%), indicating a high likelihood of cross-site scripting (XSS) vulnerabilities. The complete lack of nonce and capability checks on its entry points (if any were present and identified) also points to potential authorization and CSRF issues if the plugin were to have any interactive elements beyond what is reported.

Given the lack of reported historical vulnerabilities, it's difficult to infer long-term trends. However, the presence of `create_function` and the extremely poor output escaping are significant red flags that outweigh the positive aspects. While the plugin might appear clean due to no known CVEs, the identified code-level weaknesses present substantial risks that could be exploited.

Key Concerns

  • Uses deprecated and dangerous create_function
  • Extremely low percentage of properly escaped output
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

Tumblr Widget Security Vulnerabilities

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

Tumblr Widget Code Analysis

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

Dangerous Functions Found

create_functioncreate_function('', 'return register_widget("Tumblr_Widget");')tumblr-widget.php:508

Output Escaping

1% escaped88 total outputs
Attack Surface

Tumblr Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_inittumblr-widget.php:507
Maintenance & Trust

Tumblr Widget Maintenance & Trust

Maintenance Signals

WordPress version tested4.2.39
Last updatedApr 21, 2015
PHP min version
Downloads90K

Community Trust

Rating80/100
Number of ratings8
Active installs400
Developer Profile

Tumblr Widget Developer Profile

gabrielroth

1 plugin · 400 total installs

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

How We Detect Tumblr Widget

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
tumblr_post
Data Attributes
id_base="tumblr-widget"
FAQ

Frequently Asked Questions about Tumblr Widget