Extension Access Manager Security & Risk Analysis

wordpress.org/plugins/extension-access-manager

Securely connect your Chrome extension to WordPress for uploading images and posting content via custom REST API.

0 active installs v1.1 PHP 7.4+ WP 5.0+ Updated Oct 2, 2025
apichrome-extensionimage-uploadrest-apiwordpress-integration
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Extension Access Manager Safe to Use in 2026?

Generally Safe

Score 100/100

Extension Access Manager has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 6mo ago
Risk Assessment

The "extension-access-manager" v1.1 plugin exhibits a mixed security posture. On the positive side, it demonstrates good practices regarding SQL queries, utilizing prepared statements exclusively, and all output is properly escaped. There are no recorded historical vulnerabilities, suggesting a potentially well-maintained or less targeted plugin. Furthermore, the absence of dangerous functions, file operations, and critical taint flows is a strong indicator of a secure codebase in these areas.

However, a significant concern arises from the presence of one unprotected REST API route. With a total of three REST API routes and only one lacking permission callbacks, this unprotected endpoint represents a direct attack vector. While the total attack surface is relatively small, this single unauthenticated entry point is a critical vulnerability. The absence of nonce checks and capability checks across all entry points further exacerbates this risk, as it allows for potential exploitation without proper authorization or request validation.

In conclusion, while the plugin has several strengths like secure SQL handling and output escaping, the unprotected REST API route is a critical flaw. The lack of comprehensive authorization checks on its entry points, despite a low historical vulnerability count, makes this plugin a moderate to high risk. Recommendations should focus on securing the identified REST API endpoint.

Key Concerns

  • Unprotected REST API route
  • Missing capability checks
  • Missing nonce checks
Vulnerabilities
None known

Extension Access Manager Security Vulnerabilities

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

Extension Access Manager Code Analysis

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

Output Escaping

100% escaped14 total outputs
Attack Surface
1 unprotected

Extension Access Manager Attack Surface

Entry Points3
Unprotected1

REST API Routes 3

POST/wp-json/exteacma/v1/verify-authextension-access-manager.php:86
POST/wp-json/exteacma/v1/post-articleextension-access-manager.php:92
POST/wp-json/exteacma/v1/upload-imageextension-access-manager.php:98
WordPress Hooks 5
actionadmin_menuextension-access-manager.php:15
actionadmin_initextension-access-manager.php:25
actionadmin_enqueue_scriptsextension-access-manager.php:66
actioninitextension-access-manager.php:74
actionrest_api_initextension-access-manager.php:85
Maintenance & Trust

Extension Access Manager Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedOct 2, 2025
PHP min version7.4
Downloads338

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Extension Access Manager Developer Profile

Haider Mirza

1 plugin · 0 total installs

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

How We Detect Extension Access Manager

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/extension-access-manager/assets/style.css/wp-content/plugins/extension-access-manager/assets/script.js
Script Paths
/wp-content/plugins/extension-access-manager/assets/script.js
Version Parameters
extension-access-manager/assets/style.css?ver=extension-access-manager/assets/script.js?ver=

HTML / DOM Fingerprints

CSS Classes
custom-api-settings
Data Attributes
id="generate-uuid"id="exteacma_api_token"id="exteacma_api_username"id="exteacma_api_uuid"
JS Globals
window.exteacma_download_image
REST Endpoints
/exteacma/v1/verify-auth/exteacma/v1/post-article/exteacma/v1/upload-image
FAQ

Frequently Asked Questions about Extension Access Manager