WP Makerboard Security & Risk Analysis

wordpress.org/plugins/wp-markerboard

Provides a "Marker board" widget for visitors to play with.

10 active installs v1 PHP + WP 2.8+ Updated Jun 10, 2011
canvasgraffitihtml5markerwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Makerboard Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 14yr ago
Risk Assessment

The "wp-markerboard" v1 plugin exhibits a mixed security posture. On one hand, it boasts a remarkably small attack surface with no discernible entry points like AJAX handlers, REST API routes, or shortcodes, and importantly, no unprotected ones. The absence of external HTTP requests and file operations also reduces potential vectors. Furthermore, all SQL queries are correctly implemented using prepared statements, which is a significant strength. However, there are notable concerns within the code. The use of `create_function` is a critical security anti-pattern that can lead to code injection vulnerabilities if user input is ever indirectly passed to it, though the static analysis did not find direct taint flows. A major weakness is that 100% of the output is not properly escaped, meaning any dynamic content displayed to users could be susceptible to Cross-Site Scripting (XSS) attacks. The plugin's vulnerability history is clean, with no recorded CVEs, which is positive but doesn't negate the risks identified in the code analysis. In conclusion, while the plugin has a limited attack surface and good SQL practices, the lack of output escaping and the presence of `create_function` introduce significant risks that need to be addressed.

Key Concerns

  • 100% of output not properly escaped
  • Use of dangerous function: create_function
  • 0 nonce checks found
  • 0 capability checks found
Vulnerabilities
None known

WP Makerboard Security Vulnerabilities

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

WP Makerboard Release Timeline

v1Current
Code Analysis
Analyzed Apr 16, 2026

WP Makerboard Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
22
0 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("wpMarkerboard");') );wp_markerboard.php:71

Output Escaping

0% escaped22 total outputs
Attack Surface

WP Makerboard Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initwp_markerboard.php:71
Maintenance & Trust

WP Makerboard Maintenance & Trust

Maintenance Signals

WordPress version tested3.2.1
Last updatedJun 10, 2011
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP Makerboard Developer Profile

Daniel

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 WP Makerboard

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-markerboard/jquery.markerboard.js
Script Paths
/wp-content/plugins/wp-markerboard/jquery.markerboard.js

HTML / DOM Fingerprints

CSS Classes
wp_markerboard
JS Globals
jQuery
FAQ

Frequently Asked Questions about WP Makerboard