Admin Notebook Security & Risk Analysis

wordpress.org/plugins/admin-notebook

New Admin Notebook is simply allow wordpress site admin to add notes.

0 active installs v2.1 PHP + WP 3.0+ Updated Jan 31, 2021
admin-notebooknotebooknotesremindersticky-note
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Admin Notebook Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 5yr ago
Risk Assessment

The admin-notebook v2.1 plugin exhibits a concerning security posture primarily due to its unprotected entry points. While the plugin demonstrates good practices by avoiding dangerous functions, raw SQL queries, file operations, and external HTTP requests, the presence of two AJAX handlers without any authentication or capability checks represents a significant risk. This directly exposes functionalities to unauthorized users, potentially leading to unintended actions or information disclosure.

The taint analysis reveals two flows with unsanitized paths, which, while not flagged as critical or high severity, warrant attention. These flows, combined with the unprotected AJAX handlers, suggest a potential for attackers to manipulate input in ways that could lead to unexpected behavior or vulnerabilities, even if not immediately exploitable in a critical manner. The absence of any recorded vulnerability history might suggest a lack of past exploitation or discovery, but it does not mitigate the inherent risks present in the current codebase.

In conclusion, the admin-notebook plugin has some positive security attributes, but the critical flaw of unprotected AJAX handlers overshadows them. The lack of nonces and capability checks on these entry points makes it highly susceptible to unauthorized access and potential exploitation. This needs to be addressed immediately to improve the plugin's security.

Key Concerns

  • AJAX handlers without auth checks
  • Taint flows with unsanitized paths
  • AJAX handlers without nonce checks
  • Unprotected AJAX entry points
  • 67% of outputs properly escaped
Vulnerabilities
None known

Admin Notebook Security Vulnerabilities

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

Admin Notebook Release Timeline

v1.1
v1.0
Code Analysis
Analyzed Mar 17, 2026

Admin Notebook Code Analysis

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

Output Escaping

67% escaped3 total outputs
Data Flows · Security
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
anwp_NotebookAction (admin-notebook.php:44)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

Admin Notebook Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_notebook_actionadmin-notebook.php:14
noprivwp_ajax_notebook_actionadmin-notebook.php:15
WordPress Hooks 4
actionadmin_headadmin-notebook.php:10
actionwp_headadmin-notebook.php:11
actionwp_enqueue_scriptsadmin-notebook.php:12
actionadmin_initadmin-notebook.php:13
Maintenance & Trust

Admin Notebook Maintenance & Trust

Maintenance Signals

WordPress version tested5.6.17
Last updatedJan 31, 2021
PHP min version
Downloads2K

Community Trust

Rating20/100
Number of ratings1
Active installs0
Developer Profile

Admin Notebook Developer Profile

Pratik Panchal

2 plugins · 0 total installs

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

How We Detect Admin Notebook

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/admin-notebook/css/notebook_style.css/wp-content/plugins/admin-notebook/js/notebook_script.js
Script Paths
/wp-content/plugins/admin-notebook/js/notebook_script.js
Version Parameters
admin-notebook/js/notebook_script.js?ver=1.0

HTML / DOM Fingerprints

CSS Classes
notebook_entry
Data Attributes
id="notebook"id="notebookheader"id="notebook_entry"name="notebook_entry"id="notebook_entry"class="notebook_entry"
JS Globals
script_url
REST Endpoints
/wp-json/admin-notebook
FAQ

Frequently Asked Questions about Admin Notebook