KNR Player Security & Risk Analysis

wordpress.org/plugins/knr-player

Create awesome audio player that is compatible with all major browsers and devices (Android, iPhone, iPad)

10 active installs v1.0.1 PHP + WP 3.0.1+ Updated Dec 5, 2019
audioaudio-playerembedmediamedia-player
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is KNR Player Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The knr-player plugin v1.0.1 presents a mixed security posture. While the plugin has no recorded vulnerability history and a high percentage of properly escaped outputs, several concerning aspects emerge from the static analysis. The presence of unprotected AJAX handlers significantly expands the attack surface, making it easier for unauthenticated users to interact with potentially sensitive functionalities. Furthermore, the complete absence of prepared statements for SQL queries is a critical weakness that could lead to SQL injection vulnerabilities, especially when combined with the unsanitized path identified in the taint analysis, which could potentially lead to directory traversal or other file system vulnerabilities if user input is not properly validated before being used in file operations (though file operations themselves are reported as 0, the flow indicates potential for this). The lack of capability checks on AJAX handlers further exacerbates the risk by allowing any user to trigger these actions without proper authorization. The plugin demonstrates good practice in avoiding external HTTP requests and file operations, which are common vectors for attacks, but this is overshadowed by the critical flaws in its handling of user input and access control for its entry points.

Key Concerns

  • AJAX handlers without auth checks
  • SQL queries without prepared statements
  • Taint flow with unsanitized paths
  • AJAX handlers without capability checks
Vulnerabilities
None known

KNR Player Security Vulnerabilities

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

KNR Player Release Timeline

v1.0.1Current
v1.0
Code Analysis
Analyzed Mar 17, 2026

KNR Player Code Analysis

Dangerous Functions
0
Raw SQL Queries
10
0 prepared
Unescaped Output
4
95 escaped
Nonce Checks
1
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
0

SQL Query Safety

0% prepared10 total queries

Output Escaping

96% escaped99 total outputs
Data Flows · Security
1 unsanitized

Data Flow Analysis

3 flows1 with unsanitized paths
knrAudioAdd (admin\class-knr-player-admin.php:424)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

KNR Player Attack Surface

Entry Points3
Unprotected2

AJAX Handlers 2

authwp_ajax_knr_player_ajax_formincludes\class-knr-player.php:180
noprivwp_ajax_knr_player_ajax_formincludes\class-knr-player.php:181

Shortcodes 1

[KNR_Player] includes\class-knr-player.php:83
WordPress Hooks 7
filterwidget_textincludes\class-knr-player.php:82
actionplugins_loadedincludes\class-knr-player.php:146
actionadmin_enqueue_scriptsincludes\class-knr-player.php:162
actionadmin_enqueue_scriptsincludes\class-knr-player.php:163
actionadmin_menuincludes\class-knr-player.php:172
actionwp_enqueue_scriptsincludes\class-knr-player.php:195
actionwp_enqueue_scriptsincludes\class-knr-player.php:196
Maintenance & Trust

KNR Player Maintenance & Trust

Maintenance Signals

WordPress version tested5.3.21
Last updatedDec 5, 2019
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

KNR Player Developer Profile

Rakib Hossain

2 plugins · 20 total installs

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

How We Detect KNR Player

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/knr-player/css/knr-player-admin.css/wp-content/plugins/knr-player/js/knr-player-admin.js
Version Parameters
knr-player-admin.css?ver=knr-player-admin.js?ver=

HTML / DOM Fingerprints

HTML Comments
This function is provided for demonstration purposes only.An instance of this class should be passed to the run() functiondefined in Knr_Player_Loader as all of the hooks are definedin that particular class.+3 more
Data Attributes
data-iddata-namedata-skindata-audios
JS Globals
knr_player
FAQ

Frequently Asked Questions about KNR Player