Private User Notes Security & Risk Analysis

wordpress.org/plugins/private-user-notes

User-private frontend notes: save, edit, print. Restrict by role/user.

100 active installs v1.0.4 PHP 7.3+ WP 5.0+ Updated Apr 12, 2025
frontend-notemember-noteprivate-note-tabprivate-user-notesuser-note
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Private User Notes Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 11mo ago
Risk Assessment

The 'private-user-notes' plugin v1.0.4 exhibits a generally strong security posture based on the provided static analysis and vulnerability history. The absence of dangerous functions, file operations, and external HTTP requests is a positive indicator. Importantly, all SQL queries utilize prepared statements, mitigating SQL injection risks. The plugin also demonstrates good practice with the presence of nonce checks.

However, there are areas for improvement. While the attack surface is minimal with only one shortcode entry point, the fact that 100% of SQL queries use prepared statements is noted, but the absence of capability checks on any entry points is a significant concern. The output escaping is also not fully robust, with only 67% of outputs properly escaped, leaving potential room for cross-site scripting (XSS) vulnerabilities if the unescaped outputs handle user-controlled data. The complete lack of reported vulnerabilities suggests a potentially low-risk plugin, but this could also be due to a lack of rigorous security auditing or a small user base.

Overall, the plugin has some strengths in secure coding practices for database interactions and basic authentication mechanisms. However, the lack of capability checks on the shortcode and incomplete output escaping represent notable weaknesses that could be exploited. The clean vulnerability history is reassuring, but it's crucial to address the identified code-level concerns to maintain a secure plugin.

Key Concerns

  • Missing capability checks on entry points
  • Incomplete output escaping
Vulnerabilities
None known

Private User Notes Security Vulnerabilities

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

Private User Notes Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
9
18 escaped
Nonce Checks
3
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
0

Output Escaping

67% escaped27 total outputs
Attack Surface

Private User Notes Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[private-user-notes] private_notes.php:30
WordPress Hooks 2
actionwp_enqueue_scriptsprivate_notes.php:28
actionadmin_menuprivate_notes.php:29
Maintenance & Trust

Private User Notes Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedApr 12, 2025
PHP min version7.3
Downloads3K

Community Trust

Rating86/100
Number of ratings3
Active installs100
Developer Profile

Private User Notes Developer Profile

mansurahamed

4 plugins · 290 total installs

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

How We Detect Private User Notes

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/private-user-notes/assets/js/private-user-notes.js
Script Paths
/assets/js/private-user-notes.js

HTML / DOM Fingerprints

Data Attributes
id="private-user-notes"name="private_user_note_nonce_field"id="roles"name="roles[]"id="include_only"name="include_only"+2 more
FAQ

Frequently Asked Questions about Private User Notes