LinkedList Security & Risk Analysis

wordpress.org/plugins/linkedlist

LinkedList was a simple WordPress plugin for sorting your blogroll in the order by which the sites on the blogroll were last updated.

10 active installs v1.1.1 PHP + WP 2.3+ Updated May 26, 2012
blogrolllinkssidebar
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is LinkedList Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The 'linkedlist' plugin v1.1.1 exhibits a mixed security posture. On the positive side, the plugin has no known CVEs and no recorded vulnerabilities, suggesting a history of good security practices or a lack of targeted research. Furthermore, it lacks external HTTP requests, file operations, and dangerous function usage, which are common vectors for exploitation. All SQL queries are properly prepared, indicating a good defense against SQL injection. However, the static analysis reveals significant concerns regarding output escaping and a complete absence of authorization checks (nonce and capability checks). With 100% of outputs not properly escaped, there is a high risk of cross-site scripting (XSS) vulnerabilities. The lack of any authorization checks, despite having 28 outputs, means that any user, regardless of their role or permissions, could potentially trigger or exploit these unescaped outputs. The taint analysis showing unsanitized paths, while not critical or high severity in this instance, also points to potential areas where user input could be manipulated to affect program flow. In conclusion, while the plugin has a clean vulnerability history and avoids some common risky practices, the severe lack of output escaping and authorization checks presents a substantial risk of XSS and other injection-like vulnerabilities.

Key Concerns

  • 0% of outputs properly escaped
  • 0 nonce checks
  • 0 capability checks
  • 2 flows with unsanitized paths
Vulnerabilities
None known

LinkedList Security Vulnerabilities

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

LinkedList Release Timeline

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

LinkedList Code Analysis

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

Output Escaping

0% escaped28 total outputs
Data Flows · Security
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
linkedlist_menu (linkedlist.php:110)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

LinkedList Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionadmin_headlinkedlist.php:50
actionadmin_menulinkedlist.php:212
actionadmin_footerlinkedlist.php:235
actionplugins_loadedlinkedlist.php:323
actionwp_headlinkedlist.php:363
Maintenance & Trust

LinkedList Maintenance & Trust

Maintenance Signals

WordPress version tested2.7.1
Last updatedMay 26, 2012
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

LinkedList Developer Profile

rungta

1 plugin · 10 total installs

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

How We Detect LinkedList

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
updatedfade-ff0000
HTML Comments
Custom JS for LinkedList WarningEnd of custom JS for LinkedList WarningCustom CSS for the LinkedList Config pageEnd of custom CSS for the LinkedList Config page
Data Attributes
id="linkedlist_warning"id="linkedlist_title"class="tlinked"class="tlist"
JS Globals
linkedlist_warn
FAQ

Frequently Asked Questions about LinkedList