MySQList Security & Risk Analysis

wordpress.org/plugins/mysqlist

Mit MySQList kann man ganz einfach Listen mit Ablaufdatum und Verlinkungen erstellen.

10 active installs v1.2.2 PHP + WP 3.0.1+ Updated Sep 8, 2015
easylistmysql
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is MySQList Safe to Use in 2026?

Generally Safe

Score 85/100

MySQList 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 "mysqlist" plugin version 1.2.2 presents a mixed security posture. On the positive side, it has a relatively small attack surface with only one shortcode and no AJAX handlers or REST API routes that are exposed without proper authorization checks. Furthermore, there are no known vulnerabilities (CVEs) associated with this plugin, and it does not engage in file operations or external HTTP requests, which generally contribute to a safer profile. However, significant concerns arise from the static analysis. The presence of two high-severity taint flows with unsanitized paths is a critical red flag, indicating potential for serious security issues if these flows are ever exposed to user-controlled input. Additionally, while a good portion of SQL queries use prepared statements, a substantial number do not, and the complete absence of nonce checks and capability checks for its entry points means that any vulnerabilities within the plugin's logic could be easily exploited by unauthenticated or unauthorized users. The lack of a vulnerability history might suggest it has been overlooked or is relatively new, but it doesn't negate the immediate risks identified in the code itself.

In conclusion, while "mysqlist" v1.2.2 benefits from a limited attack surface and no known CVEs, the identified high-severity taint flows and the absence of essential security checks like nonces and capability checks represent considerable weaknesses. The plugin is not inherently secure due to these critical code-level findings, and it should not be considered safe for production environments without further review and remediation of the identified taint flows and authorization mechanisms. The fact that 3 out of 4 analyzed taint flows have unsanitized paths, with 2 being high severity, is a particularly worrying indicator of potential vulnerabilities that could lead to data breaches or unauthorized actions.

Key Concerns

  • High severity taint flows with unsanitized paths
  • Unsanitized paths in taint flows
  • SQL queries not using prepared statements
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

MySQList Security Vulnerabilities

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

MySQList Code Analysis

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

SQL Query Safety

48% prepared21 total queries

Output Escaping

80% escaped35 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

4 flows3 with unsanitized paths
mysqlist_loeschenBest (default.php:69)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

MySQList Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[mysqlist] default.php:264
WordPress Hooks 4
actionadmin_menumysqlist.php:26
actionwpmysqlist.php:27
actioninitmysqlist.php:28
actionadmin_initmysqlist.php:29

Scheduled Events 2

mysqlist_checkdbHook
mysqlist_checkdb
Maintenance & Trust

MySQList Maintenance & Trust

Maintenance Signals

WordPress version tested4.3.34
Last updatedSep 8, 2015
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

MySQList Developer Profile

asdasdsadsasasd

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 MySQList

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/mysqlist/icons/captcha.jpg

HTML / DOM Fingerprints

Shortcode Output
[mysqlist]
FAQ

Frequently Asked Questions about MySQList