Blogroll Dropdown Links Security & Risk Analysis

wordpress.org/plugins/blogroll-dropdown-links

Place your blogroll as a dropdown list in a widget area

30 active installs v1.0 PHP + WP 4.0+ Updated Oct 27, 2024
blogrollblogroll-dropdowndropdownlinkslinks-manager
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Blogroll Dropdown Links Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The blogroll-dropdown-links v1.0 plugin exhibits a mixed security posture. On the positive side, it has no known CVEs and a clean vulnerability history, suggesting a generally well-maintained codebase. Furthermore, all SQL queries utilize prepared statements, and there are no file operations or external HTTP requests, which are positive indicators. However, significant concerns arise from the static analysis. The presence of a dangerous `create_function` call, a deprecated and often exploited PHP construct, poses a potential remote code execution risk if not handled with extreme care or if its usage is not strictly controlled. Additionally, a very low percentage of output is properly escaped (10%), indicating a high risk of Cross-Site Scripting (XSS) vulnerabilities, allowing attackers to inject malicious scripts into pages viewed by other users. The lack of nonce and capability checks across all entry points, although the attack surface is reported as zero, is a red flag that could become a significant weakness if any entry points are added or if the initial assessment is incomplete. The absence of any taint flows being analyzed is also a concern, as it means potential data manipulation vulnerabilities might have been overlooked.

In conclusion, while the plugin benefits from a lack of historical vulnerabilities and secure SQL handling, the critical `create_function` usage and pervasive unescaped output present substantial immediate risks. The absence of nonce and capability checks, coupled with the limited taint analysis, further contributes to an overall security posture that requires significant attention to mitigate potential XSS and code execution vulnerabilities. Developers should prioritize addressing these specific issues.

Key Concerns

  • Presence of dangerous create_function()
  • Low output escaping (10%)
  • No nonce checks
  • No capability checks
  • No taint analysis performed
Vulnerabilities
None known

Blogroll Dropdown Links Security Vulnerabilities

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

Blogroll Dropdown Links Release Timeline

v1.0Current
Code Analysis
Analyzed Apr 16, 2026

Blogroll Dropdown Links Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
27
3 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("Blogroll_Dropdown_Widget");' ) );plugin.php:113

Output Escaping

10% escaped30 total outputs
Attack Surface

Blogroll Dropdown Links Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
filterpre_option_link_manager_enabledplugin.php:20
actionwp_enqueue_scriptsplugin.php:31
actionwidgets_initplugin.php:113
Maintenance & Trust

Blogroll Dropdown Links Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedOct 27, 2024
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs30
Developer Profile

Blogroll Dropdown Links Developer Profile

TheFreeWindows

1 plugin · 30 total installs

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

How We Detect Blogroll Dropdown Links

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

Asset Fingerprints

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

HTML / DOM Fingerprints

CSS Classes
blogroll-dropdown-widget
FAQ

Frequently Asked Questions about Blogroll Dropdown Links