Music Management Pro Security & Risk Analysis

wordpress.org/plugins/music-management-pro

Easily manage your site music using MMP.

10 active installs v1.0.4 PHP 7.3.12+ WP 4.7+ Updated Nov 24, 2020
audiommpmusicmusic-management-pro
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Music Management Pro Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 5yr ago
Risk Assessment

The "music-management-pro" plugin v1.0.4 presents a significant security risk primarily due to a large, unprotected attack surface. All 28 identified AJAX handlers lack authentication checks, meaning any unauthenticated user could potentially interact with these endpoints. This is a critical oversight that dramatically increases the plugin's vulnerability to exploitation.

The taint analysis further exacerbates these concerns, indicating 14 flows with unsanitized paths, all of which are classified as high severity. This suggests that user-supplied data is being processed in a way that could lead to injection attacks or other malicious actions. While the plugin has no known CVEs and demonstrates good practices in terms of SQL prepared statements and output escaping percentages, these strengths are overshadowed by the fundamental flaws in its authentication and input sanitization for its AJAX endpoints.

Given the absence of past vulnerabilities, it's possible this is an early version or the plugin has been fortunate. However, the current code analysis reveals immediate and severe risks. The lack of capability checks and a single nonce check across all AJAX handlers, combined with the high-severity unsanitized taint flows, necessitates immediate attention to secure these entry points and ensure proper data handling.

Key Concerns

  • AJAX handlers without authentication checks
  • High severity taint flows with unsanitized paths
  • Lack of capability checks on AJAX handlers
  • SQL queries with low prepared statement usage (84% not prepared)
  • Unescaped output (15% of outputs)
Vulnerabilities
None known

Music Management Pro Security Vulnerabilities

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

Music Management Pro Code Analysis

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

SQL Query Safety

16% prepared25 total queries

Output Escaping

85% escaped277 total outputs
Data Flows
14 unsanitized

Data Flow Analysis

14 flows14 with unsanitized paths
MMP_Follow (include\admin\ajax\MMP_Ajax_Follow.php:15)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
28 unprotected

Music Management Pro Attack Surface

Entry Points28
Unprotected28

AJAX Handlers 28

authwp_ajax_Delete_Datainclude\admin\ajax\MMP_Ajax_Delete.php:10
noprivwp_ajax_Delete_Datainclude\admin\ajax\MMP_Ajax_Delete.php:11
authwp_ajax_MMP_Followinclude\admin\ajax\MMP_Ajax_Follow.php:10
noprivwp_ajax_MMP_Followinclude\admin\ajax\MMP_Ajax_Follow.php:11
authwp_ajax_Load_Forminclude\admin\ajax\MMP_Ajax_Form_Load.php:10
noprivwp_ajax_Load_Forminclude\admin\ajax\MMP_Ajax_Form_Load.php:11
authwp_ajax_Save_Forminclude\admin\ajax\MMP_Ajax_Form_Save.php:10
noprivwp_ajax_Save_Forminclude\admin\ajax\MMP_Ajax_Form_Save.php:11
authwp_ajax_MMP_Likeinclude\admin\ajax\MMP_Ajax_Like.php:10
noprivwp_ajax_MMP_Likeinclude\admin\ajax\MMP_Ajax_Like.php:11
authwp_ajax_Ajax_Multi_select_Artistsinclude\admin\ajax\MMP_Ajax_Multi_Select_Artists.php:10
noprivwp_ajax_Ajax_Multi_select_Artistsinclude\admin\ajax\MMP_Ajax_Multi_Select_Artists.php:11
authwp_ajax_Ajax_Multi_select_Genresinclude\admin\ajax\MMP_Ajax_Multi_Select_Genres.php:10
noprivwp_ajax_Ajax_Multi_select_Genresinclude\admin\ajax\MMP_Ajax_Multi_Select_Genres.php:11
authwp_ajax_Music_Previewinclude\admin\ajax\MMP_Ajax_Music_Preview.php:10
noprivwp_ajax_Music_Previewinclude\admin\ajax\MMP_Ajax_Music_Preview.php:11
authwp_ajax_MMP_Playinclude\admin\ajax\MMP_Ajax_Play.php:10
noprivwp_ajax_MMP_Playinclude\admin\ajax\MMP_Ajax_Play.php:11
authwp_ajax_MMP_Remove_Likeinclude\admin\ajax\MMP_Ajax_Remove_Like.php:10
noprivwp_ajax_MMP_Remove_Likeinclude\admin\ajax\MMP_Ajax_Remove_Like.php:11
authwp_ajax_Searchinclude\admin\ajax\MMP_Ajax_Search.php:10
noprivwp_ajax_Searchinclude\admin\ajax\MMP_Ajax_Search.php:11
authwp_ajax_MMP_Search2include\admin\ajax\MMP_Ajax_Search2.php:10
noprivwp_ajax_MMP_Search2include\admin\ajax\MMP_Ajax_Search2.php:11
authwp_ajax_Artist_See_Followerinclude\admin\ajax\MMP_Ajax_See_Follower.php:10
noprivwp_ajax_Artist_See_Followerinclude\admin\ajax\MMP_Ajax_See_Follower.php:11
authwp_ajax_Music_See_Likeinclude\admin\ajax\MMP_Ajax_See_Like.php:10
noprivwp_ajax_Music_See_Likeinclude\admin\ajax\MMP_Ajax_See_Like.php:11
WordPress Hooks 18
actionmmp_admin_headerinclude\admin\MMP_Admin.php:18
actionadmin_menuinclude\admin\MMP_Admin_Menu.php:69
actionmmp_save_form_artistsinclude\admin\page\MMP_Artist.php:14
actionmmp_artists_forminclude\admin\page\MMP_Artist.php:15
actionmmp_artists_deleteinclude\admin\page\MMP_Artist.php:16
actionmmp_admin_headerinclude\admin\page\MMP_Artist.php:19
actionmmp_save_form_genresinclude\admin\page\MMP_Genres.php:14
actionmmp_genres_forminclude\admin\page\MMP_Genres.php:15
actionmmp_genres_deleteinclude\admin\page\MMP_Genres.php:16
actionmmp_admin_headerinclude\admin\page\MMP_Genres.php:19
actionmmp_music_forminclude\admin\page\MMP_Music.php:14
actionmmp_save_form_musicinclude\admin\page\MMP_Music.php:15
actionmmp_music_deleteinclude\admin\page\MMP_Music.php:16
actionmmp_admin_headerinclude\admin\page\MMP_Music.php:19
actionactivated_plugininclude\MMP_Register_Plugin.php:11
actiondeactivated_plugininclude\MMP_Register_Plugin.php:12
actionelementor/frontend/after_register_scriptsinclude\widgets\MMP_Register_Widget.php:24
actionelementor/widgets/widgets_registeredinclude\widgets\MMP_Register_Widget.php:27
Maintenance & Trust

Music Management Pro Maintenance & Trust

Maintenance Signals

WordPress version tested5.6.17
Last updatedNov 24, 2020
PHP min version7.3.12
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Music Management Pro Developer Profile

Idea Land

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 Music Management Pro

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/music-management-pro/css/mmp_style.css/wp-content/plugins/music-management-pro/css/mmp_admin_style.css/wp-content/plugins/music-management-pro/css/mmp_base_font.css/wp-content/plugins/music-management-pro/css/mmp_font_icon.css/wp-content/plugins/music-management-pro/css/mmp_multi_select.css/wp-content/plugins/music-management-pro/js/mmp_object.js/wp-content/plugins/music-management-pro/js/mmp_admin_script.js/wp-content/plugins/music-management-pro/js/mmp_multi_select.js+3 more
Script Paths
/wp-content/plugins/music-management-pro/js/mmp_object.js/wp-content/plugins/music-management-pro/js/mmp_admin_script.js/wp-content/plugins/music-management-pro/js/mmp_multi_select.js/wp-content/plugins/music-management-pro/js/mmp_player_beta.js/wp-content/plugins/music-management-pro/js/mmp_front_script.js
Version Parameters
mmp_stylemmp_admin_stylemmp_base_fontmmp_font_iconmmp_multi_selectmmp_objectmmp_admin_scriptmmp_multi_selectmmp_front_widgetmmp_base_fontmmp_font_iconmmp_playermmp_front_script

HTML / DOM Fingerprints

CSS Classes
mmp_admin_header
Data Attributes
data-elementor-iddata-elementor-typedata-settings
JS Globals
MMPmmp_localize
FAQ

Frequently Asked Questions about Music Management Pro