Plugin Notes Label Security & Risk Analysis

wordpress.org/plugins/plugin-notes-label

Add your Notes to each plugin.

40 active installs v5.21 PHP 5.4+ WP 4.1+ Updated Jan 30, 2026
custom-notelabelmemoplugin-notes
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Plugin Notes Label Safe to Use in 2026?

Generally Safe

Score 100/100

Plugin Notes Label has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 3mo ago
Risk Assessment

This plugin, plugin-notes-label v5.21, exhibits a mixed security posture. On the positive side, it demonstrates good practices with 100% of SQL queries using prepared statements and a very high percentage (98%) of properly escaped outputs. The absence of known CVEs and the lack of recorded vulnerabilities in its history are also strong indicators of a generally secure development process. Furthermore, the plugin avoids external HTTP requests and does not bundle external libraries, reducing potential attack vectors from third-party code.

However, there are significant concerns, primarily stemming from the attack surface analysis. The plugin exposes a single AJAX handler that lacks any authentication or capability checks. This unprotected entry point is a critical weakness that could be exploited by an unauthenticated user to potentially trigger unintended actions within the plugin. Additionally, the presence of the `unserialize` function, while not currently flagged by taint analysis, always carries an inherent risk if the data being unserialized is not strictly controlled and validated, as it can lead to code execution vulnerabilities.

While the vulnerability history is clean, the single unprotected AJAX handler represents a tangible and immediate risk. The developer has demonstrated good coding practices in other areas, but this oversight regarding the AJAX handler is a significant flaw. The presence of `unserialize` warrants attention, though its immediate threat is lessened by the absence of flagged taint flows. Overall, plugin-notes-label v5.21 has strengths in its SQL and output handling, but the unprotected AJAX endpoint and the use of `unserialize` introduce notable risks that need to be addressed.

Key Concerns

  • Unprotected AJAX handler
  • Dangerous function unserialize used
Vulnerabilities
None known

Plugin Notes Label Security Vulnerabilities

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

Plugin Notes Label Release Timeline

No version history available.
Code Analysis
Analyzed Mar 16, 2026

Plugin Notes Label Code Analysis

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

Dangerous Functions Found

unserialize$PluginNotesLabel_NoteContentArray = unserialize( trim( $PluginNotesLabel_OptionValue ) );includes\ajax_note.php:67

SQL Query Safety

100% prepared6 total queries

Output Escaping

98% escaped106 total outputs
Data Flows · Security
All sanitized

Data Flow Analysis

1 flows
<options> (includes\admin\options.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
1 unprotected

Plugin Notes Label Attack Surface

Entry Points1
Unprotected1

AJAX Handlers 1

authwp_ajax_plugin_note_labelplugin-notes-label.php:36
WordPress Hooks 4
actionadmin_menuincludes\admin\admin.php:12
actionadmin_enqueue_scriptsincludes\admin\admin.php:25
actionafter_plugin_rowincludes\admin\admin.php:94
actioninitplugin-notes-label.php:43
Maintenance & Trust

Plugin Notes Label Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedJan 30, 2026
PHP min version5.4
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs40
Developer Profile

Plugin Notes Label Developer Profile

wpgear

18 plugins · 2K total installs

92
trust score
Avg Security Score
97/100
Avg Patch Time
21 days
View full developer profile
Detection Fingerprints

How We Detect Plugin Notes Label

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/plugin-notes-label/includes/admin/admin-style.css/wp-content/plugins/plugin-notes-label/includes/plugin_note_label.js/wp-content/plugins/plugin-notes-label/includes/admin/option-style.css/wp-content/plugins/plugin-notes-label/includes/plugin_note_label_updatecore.js
Script Paths
/wp-content/plugins/plugin-notes-label/includes/plugin_note_label.js/wp-content/plugins/plugin-notes-label/includes/plugin_note_label_updatecore.js
Version Parameters
plugin-notes-label/includes/admin/admin-style.css?ver=plugin-notes-label/includes/plugin_note_label.js?ver=plugin-notes-label/includes/admin/option-style.css?ver=plugin-notes-label/includes/plugin_note_label_updatecore.js?ver=

HTML / DOM Fingerprints

CSS Classes
pluginnotelabel-box-activepluginnotelabel-box-inactivepluginnotelabel-boxpluginnotelabel-label
Data Attributes
id='pluginnotelabel-box_id='pluginnotelabel_control_id='pluginnotelabel_onclick='plugin_note_label_edit(
JS Globals
PluginNotesLabel_VarObjectplugin_note_label_edit
FAQ

Frequently Asked Questions about Plugin Notes Label