User Notepad Security & Risk Analysis

wordpress.org/plugins/user-notepad

Allows logged-in users to take notes on your website's frontend, enhancing their experience on blogs, LMS, e-commerce, and more.

10 active installs v1.1.0 PHP 7.0+ WP 5.9+ Updated Jan 12, 2025
educationlearninglmsnotepadnotes
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is User Notepad Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The user-notepad v1.1.0 plugin exhibits a generally strong security posture based on the provided static analysis. The plugin demonstrates excellent practices by ensuring all identified entry points (AJAX handlers, shortcodes) are protected, with no unprotected attack surfaces. Furthermore, the code showcases responsible development through 100% proper output escaping and the use of prepared statements for 80% of its SQL queries. The absence of dangerous functions, file operations, and external HTTP requests further contributes to its secure design. The vulnerability history is also a significant strength, showing no recorded CVEs, which suggests a well-maintained and secure codebase over time.

However, a notable concern arises from the complete lack of capability checks across its entry points. While nonce checks are present on AJAX handlers, the absence of capability checks means that any authenticated user, regardless of their role or permissions, could potentially interact with these AJAX actions. This presents a potential for privilege escalation or unauthorized data manipulation if the functionality of these AJAX handlers is sensitive. The taint analysis showing zero unsanitized paths is positive, indicating no immediate risks of code injection or similar vulnerabilities through tainted input. Despite this, the missing capability checks are a critical oversight that should be addressed to fully secure the plugin.

Key Concerns

  • Missing capability checks on AJAX handlers
Vulnerabilities
None known

User Notepad Security Vulnerabilities

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

User Notepad Code Analysis

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

SQL Query Safety

80% prepared10 total queries

Output Escaping

100% escaped87 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
download_user_note (includes\controllers\note\USNPTD_Notes.php:193)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

User Notepad Attack Surface

Entry Points3
Unprotected0

AJAX Handlers 2

authwp_ajax_usnptd_action_save_noteincludes\controllers\note\USNPTD_Notes.php:26
authwp_ajax_usnptd_action_delete_noteincludes\controllers\note\USNPTD_Notes.php:30

Shortcodes 1

[usnptd_print_all_notes] includes\controllers\note\USNPTD_Notes.php:23
WordPress Hooks 5
actionwp_enqueue_scriptsincludes\controllers\base\USNPTD_Enqueue.php:18
actionadmin_menuincludes\controllers\helper\USNPTD_Admin.php:16
actionadmin_initincludes\controllers\helper\USNPTD_Admin.php:17
actionwp_footerincludes\controllers\note\USNPTD_Notes.php:21
actionadmin_post_usnptd_action_download_noteincludes\controllers\note\USNPTD_Notes.php:28
Maintenance & Trust

User Notepad Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedJan 12, 2025
PHP min version7.0
Downloads780

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

User Notepad Developer Profile

Cybrok Solutions

1 plugin · 10 total installs

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

How We Detect User Notepad

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/user-notepad/assets/css/USNPTD_main.css/wp-content/plugins/user-notepad/assets/js/USNPTD_functions.js/wp-content/plugins/user-notepad/assets/js/USNPTD_main.js
Script Paths
USNPTD_functions.jsUSNPTD_main.js
Version Parameters
user-notepad/assets/css/USNPTD_main.css?ver=user-notepad/assets/js/USNPTD_functions.js?ver=user-notepad/assets/js/USNPTD_main.js?ver=

HTML / DOM Fingerprints

CSS Classes
usnptd_note_openerusnptd_form_headerusnptd_form_footerusnptd_submit_buttonusnptd_noticeusnptd_notice_delete
Data Attributes
data-usnptd-action
JS Globals
USNPTD_FunctionsUSNPTD_Main
REST Endpoints
/wp-json/usnptd/v1/notes
Shortcode Output
[usnptd_print_all_notes]
FAQ

Frequently Asked Questions about User Notepad