Level system Security & Risk Analysis

wordpress.org/plugins/level-system

Requires PHP: 5.2.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html The one and only level system for wordpress.

0 active installs v1.0.2 PHP 5.2.4+ WP 4.6+ Updated Unknown
customizablelevel-systemresponsivewidget
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Level system Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The "level-system" plugin v1.0.2 exhibits a concerning security posture despite the absence of known vulnerabilities and a seemingly small attack surface. The static analysis reveals critical weaknesses, particularly the presence of the `create_function` construct, which is widely deprecated due to its potential for arbitrary code execution. Furthermore, all SQL queries are executed without prepared statements, leaving them vulnerable to SQL injection attacks. The low percentage of properly escaped output (31%) indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities across various output points. The taint analysis showing flows with unsanitized paths, even without critical or high severity, is a strong indicator that user-supplied data is not being adequately validated or sanitized before use, which can lead to exploitable conditions if combined with other weaknesses. While the plugin has no recorded CVEs, this is likely due to the fundamental flaws in its code rather than its inherent security. The lack of capability checks and nonce checks further exacerbates these risks, allowing unauthenticated or unauthorized users to potentially interact with sensitive functionalities if an attack vector is discovered. In conclusion, the plugin has significant security flaws that outweigh its perceived small attack surface and lack of vulnerability history. Immediate attention is required to address the insecure coding practices identified.

Key Concerns

  • Dangerous function: create_function used
  • Raw SQL without prepared statements (2/2)
  • Low output escaping (31%)
  • Taint flows with unsanitized paths (2/2)
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Level system Security Vulnerabilities

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

Level system Code Analysis

Dangerous Functions
1
Raw SQL Queries
2
0 prepared
Unescaped Output
34
15 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('', 'return register_widget("Level_system_Widgets");'));includes\class-level_system-widgets.php:151

SQL Query Safety

0% prepared2 total queries

Output Escaping

31% escaped49 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
widget (includes\class-level_system-widgets.php:36)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Level system Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 12
actionwp_insert_commentincludes\class-level_system-loader.php:127
actiondelete_commentincludes\class-level_system-loader.php:148
actionwp_headincludes\class-level_system-loader.php:203
actionwidgets_initincludes\class-level_system-widgets.php:151
actionplugins_loadedincludes\class-level_system.php:142
actionadmin_enqueue_scriptsincludes\class-level_system.php:157
actionadmin_enqueue_scriptsincludes\class-level_system.php:158
actionadmin_menuincludes\class-level_system.php:161
actionadmin_initincludes\class-level_system.php:166
actionlogin_enqueue_scriptsincludes\class-level_system.php:167
actionwp_enqueue_scriptsincludes\class-level_system.php:187
actionwp_enqueue_scriptsincludes\class-level_system.php:188
Maintenance & Trust

Level system Maintenance & Trust

Maintenance Signals

WordPress version tested5.0.25
Last updatedUnknown
PHP min version5.2.4
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Level system Developer Profile

Simon

1 plugin · 0 total installs

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

How We Detect Level system

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/level-system/css/level_system-admin.css/wp-content/plugins/level-system/js/level_system-admin.js
Script Paths
/wp-content/plugins/level-system/js/level_system-admin.js
Version Parameters
level_system-admin.css?ver=level_system-admin.js?ver=

HTML / DOM Fingerprints

CSS Classes
progress-bar
Data Attributes
data-plugin-name="Level_system"data-plugin-version="1.0.2"
JS Globals
window.level_system_admin_params
FAQ

Frequently Asked Questions about Level system