WP Footer Menu Security & Risk Analysis

wordpress.org/plugins/wp-footer-menu

WP Footer Menu is a very simple plugin that adds a settings page to wp-admin, which allows you to customize a footer menu.

50 active installs v2.0 PHP + WP + Updated Jul 14, 2012
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Footer Menu Safe to Use in 2026?

Generally Safe

Score 85/100

WP Footer Menu has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 13yr ago
Risk Assessment

The wp-footer-menu v2.0 plugin exhibits a mixed security posture. On the positive side, it demonstrates excellent practices by having no known CVEs, no unpatched vulnerabilities, and all SQL queries utilizing prepared statements. The absence of AJAX handlers and REST API routes without permission callbacks, along with the presence of nonce and capability checks (though the latter are not explicitly tied to entry points in this data), suggests a conscious effort to secure its entry points. However, a significant concern arises from the static analysis of its code. The fact that 100% of its 30 output operations are not properly escaped presents a clear risk of Cross-Site Scripting (XSS) vulnerabilities, which can be exploited by attackers to inject malicious scripts into the website.

Furthermore, the taint analysis reveals that all 4 analyzed flows have unsanitized paths, and while they are not classified as critical or high severity, this indicates potential pathways for data to be manipulated in unintended ways. The presence of a shortcode as the sole entry point, while appearing protected by nonce checks, doesn't negate the output escaping issue. The lack of documented vulnerability history is a strength, but it does not compensate for the immediate risks identified in the code analysis. Therefore, while the plugin has a clean record of past vulnerabilities and uses prepared statements, the unescaped output and unsanitized taint flows represent actionable security concerns that require attention.

Key Concerns

  • Unescaped output detected
  • Unsanitized paths in taint analysis
Vulnerabilities
None known

WP Footer Menu Security Vulnerabilities

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

WP Footer Menu Code Analysis

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

Output Escaping

0% escaped30 total outputs
Data Flows
4 unsanitized

Data Flow Analysis

4 flows4 with unsanitized paths
wp_footer_menu_process (admin_main.php:107)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP Footer Menu Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[print_wp_footer] main.php:13
WordPress Hooks 5
actionadmin_menuadmin_main.php:3
actionwp_footerfront_main.php:3
actionadmin_menumain.php:11
actionwp_footermain.php:12
actionwp_enqueue_scriptsmain.php:14
Maintenance & Trust

WP Footer Menu Maintenance & Trust

Maintenance Signals

WordPress version tested
Last updatedJul 14, 2012
PHP min version
Downloads8K

Community Trust

Rating100/100
Number of ratings1
Active installs50
Alternatives

WP Footer Menu Alternatives

No alternatives data available yet.

Developer Profile

WP Footer Menu Developer Profile

graemeboy

4 plugins · 80 total installs

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

How We Detect WP Footer Menu

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-footer-menu/waypoints.min.js
Script Paths
/wp-content/plugins/wp-footer-menu/waypoints.min.js

HTML / DOM Fingerprints

CSS Classes
wp_footer_stickywp_footer_info
JS Globals
jQuery
Shortcode Output
[print_wp_footer]
FAQ

Frequently Asked Questions about WP Footer Menu