Dropdown Links Widget Security & Risk Analysis

wordpress.org/plugins/links-dropdown-widget

Display all of the links in your blogroll as dropdown box on Widget

200 active installs v1.1 PHP + WP 3.3+ Updated Jul 2, 2016
linkslinks-managerwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Dropdown Links Widget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 9yr ago
Risk Assessment

The "links-dropdown-widget" plugin v1.1 exhibits a generally positive security posture due to the absence of known vulnerabilities and a lack of direct entry points like AJAX handlers, REST API routes, or shortcodes. The code analysis also indicates a responsible approach to database interactions, with all SQL queries utilizing prepared statements. This suggests that the developers have prioritized core security practices regarding data handling. However, significant concerns arise from the use of the `create_function` dangerous function, which is often a precursor to potential code injection vulnerabilities if not handled with extreme care. Furthermore, the very low percentage of properly escaped output (8%) is a critical weakness, exposing the plugin to potential Cross-Site Scripting (XSS) attacks. The lack of nonce and capability checks on its limited entry points, although currently zero, means that if any entry points were to be added in the future, they would be inherently insecure. The plugin's history of no recorded vulnerabilities, while reassuring, might also be attributed to its limited functionality or lack of widespread use, rather than a guarantee of perpetual security. Overall, the plugin benefits from a clean vulnerability history and good SQL practices, but the presence of a dangerous function and severely inadequate output escaping represent substantial risks.

Key Concerns

  • Use of dangerous function: create_function
  • Very low output escaping rate (8%)
  • No nonce checks implemented
  • No capability checks implemented
Vulnerabilities
None known

Dropdown Links Widget Security Vulnerabilities

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

Dropdown Links Widget Release Timeline

v1.1Current
v1.0
Code Analysis
Analyzed Mar 16, 2026

Dropdown Links Widget Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
22
2 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( '', 'register_widget("Links_Dropdown_Widget");' ) );plugin.php:143

Output Escaping

8% escaped24 total outputs
Attack Surface

Dropdown Links Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
filterpre_option_link_manager_enabledplugin.php:43
actionwp_enqueue_scriptsplugin.php:54
actionwidgets_initplugin.php:143
Maintenance & Trust

Dropdown Links Widget Maintenance & Trust

Maintenance Signals

WordPress version tested4.5.33
Last updatedJul 2, 2016
PHP min version
Downloads7K

Community Trust

Rating100/100
Number of ratings2
Active installs200
Developer Profile

Dropdown Links Widget Developer Profile

Hung Trang Si

3 plugins · 410 total installs

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

How We Detect Dropdown Links Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/links-dropdown-widget/css/widget.css
Version Parameters
links-dropdown-widget/css/widget.css?ver=

HTML / DOM Fingerprints

CSS Classes
links-dropdown-widget
FAQ

Frequently Asked Questions about Dropdown Links Widget