Frontend Dashboard Pages Security & Risk Analysis

wordpress.org/plugins/frontend-dashboard-pages

Frontend Dashboard Pages is a plugin to show pages inside the Frontend Dashboard menu. The assigning page may contain content, images and even shortco …

200 active installs v1.5.5 PHP + WP 4.3+ Updated Jul 11, 2020
custom-pagesdashboardfrontend-dashboard-pagespages-in-dashboard
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Frontend Dashboard Pages Safe to Use in 2026?

Generally Safe

Score 85/100

Frontend Dashboard Pages 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 frontend-dashboard-pages plugin v1.5.5 exhibits several significant security concerns, primarily stemming from its unprotected entry points and lack of proper security checks. With two AJAX handlers identified and neither protected by authentication or capability checks, there's a substantial risk of unauthorized actions being performed if an attacker can trigger these handlers. Additionally, the presence of the `unserialize` function, a known vector for remote code execution if used with untrusted input, further elevates the risk, especially in conjunction with the unprotected AJAX endpoints. The complete absence of nonce checks on these entry points makes them vulnerable to Cross-Site Request Forgery (CSRF) attacks. While the plugin has no recorded vulnerability history, this is not indicative of inherent security, but rather a lack of past public exploits or discoveries for this specific version and configuration. The extremely low percentage of properly escaped output is another critical weakness, opening the door for Cross-Site Scripting (XSS) vulnerabilities.

In summary, the plugin's overall security posture is poor due to multiple critical vulnerabilities in its handling of user input and access control. The lack of authentication and nonce checks on AJAX endpoints, combined with the use of `unserialize` and inadequate output escaping, presents a high risk of exploitation. While there are no known CVEs, this is a transient state and does not mitigate the immediate dangers posed by the current code. The plugin requires immediate attention to address these fundamental security flaws.

Key Concerns

  • Unprotected AJAX handlers
  • Use of unserialize()
  • Raw SQL queries
  • Poor output escaping
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Frontend Dashboard Pages Security Vulnerabilities

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

Frontend Dashboard Pages Release Timeline

v1.5.5Current
v1.5.4
v1.5.3
v1.5.2
v1.5.1
v1.5
v1.4
v1.3
Code Analysis
Analyzed Mar 16, 2026

Frontend Dashboard Pages Code Analysis

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

Dangerous Functions Found

unserialize$menu_value = unserialize( $menu['menu_value'] );main_menu\FEDP_MainMenu.php:126
unserialize$link = isset( $menu['menu_value'], $menu['menu_key'] ) && $menu['menu_key'] === 'url' ? unserializemain_menu\FEDP_MainMenu.php:314

SQL Query Safety

0% prepared2 total queries

Output Escaping

13% escaped16 total outputs
Attack Surface
2 unprotected

Frontend Dashboard Pages Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_fedp_save_elementor_settingsmain_menu\FEDP_MainMenu.php:34
noprivwp_ajax_fedp_save_elementor_settingsmain_menu\FEDP_MainMenu.php:35
WordPress Hooks 14
actionadmin_noticesfrontend-dashboard-pages.php:67
filterfed_plugin_versionsfunctions.php:10
actionadmin_initinstall.php:7
actionfed_pages_upgrade_actioninstall.php:20
actionwp_enqueue_scriptsmain_menu\class-fedp-elementor.php:23
actionfed_add_main_menu_item_bottommain_menu\FEDP_MainMenu.php:19
actionfed_edit_main_menu_item_bottommain_menu\FEDP_MainMenu.php:20
actionfed_enqueue_script_style_adminmain_menu\FEDP_MainMenu.php:21
actionfed_override_default_pagemain_menu\FEDP_MainMenu.php:22
filterfed_customize_admin_user_profile_layout_optionsmain_menu\FEDP_MainMenu.php:23
filterfed_process_menumain_menu\FEDP_MainMenu.php:25
filterfed_convert_dashboard_menu_urlmain_menu\FEDP_MainMenu.php:26
filterfed_menu_titlemain_menu\FEDP_MainMenu.php:31
filterfed_menu_default_pagemain_menu\FEDP_MainMenu.php:32
Maintenance & Trust

Frontend Dashboard Pages Maintenance & Trust

Maintenance Signals

WordPress version tested5.4.19
Last updatedJul 11, 2020
PHP min version
Downloads91K

Community Trust

Rating90/100
Number of ratings2
Active installs200
Developer Profile

Frontend Dashboard Pages Developer Profile

M A Vinoth Kumar

21 plugins · 4K total installs

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

How We Detect Frontend Dashboard Pages

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/frontend-dashboard-pages/admin/css/admin.css/wp-content/plugins/frontend-dashboard-pages/admin/js/admin.js/wp-content/plugins/frontend-dashboard-pages/assets/css/frontend-dashboard-pages.css/wp-content/plugins/frontend-dashboard-pages/assets/js/frontend-dashboard-pages.js
Script Paths
/wp-content/plugins/frontend-dashboard-pages/admin/js/admin.js/wp-content/plugins/frontend-dashboard-pages/assets/js/frontend-dashboard-pages.js
Version Parameters
frontend-dashboard-pages/admin/css/admin.css?ver=frontend-dashboard-pages/admin/js/admin.js?ver=frontend-dashboard-pages/assets/css/frontend-dashboard-pages.css?ver=frontend-dashboard-pages/assets/js/frontend-dashboard-pages.js?ver=

HTML / DOM Fingerprints

CSS Classes
fedp-elementor-settings-sectionfed_admin_menufed_ajax
Data Attributes
data-fedp-elementor-settings
JS Globals
fedp_save_elementor_settings_ajax_object
REST Endpoints
/wp-json/fedp/v1/save-elementor-settings
FAQ

Frequently Asked Questions about Frontend Dashboard Pages