Assets Manager Security & Risk Analysis

wordpress.org/plugins/assets-manager

Assets Manager for WordPress is a self hosted file sharing tool, enable / disable links, set expiration and make files you share password protected.

80 active installs v1.0.2 PHP + WP 3.7+ Updated Nov 29, 2016
asset-managementassetsfile-managementfile-sharinguploads
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Assets Manager Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 9yr ago
Risk Assessment

The "assets-manager" v1.0.2 plugin exhibits a concerning security posture primarily due to a large number of unprotected AJAX handlers. While the plugin demonstrates good practices in its handling of SQL queries, by exclusively using prepared statements, and has no recorded vulnerability history, the presence of five AJAX entry points without any authentication or capability checks presents a significant attack surface. The taint analysis revealed four flows with unsanitized paths, though these were not flagged as critical or high severity, suggesting potential for issues that might not be exploitable in all scenarios. The low percentage of properly escaped output (33%) further exacerbates the risk, as it increases the likelihood of cross-site scripting (XSS) vulnerabilities. The absence of nonce checks on these unprotected AJAX handlers is a critical oversight. In conclusion, despite some positive aspects like secure SQL usage and a clean vulnerability history, the plugin's security is severely compromised by its numerous unprotected entry points and potential for unsanitized data handling.

Key Concerns

  • 5 AJAX handlers without auth checks
  • 4 flows with unsanitized paths
  • 33% properly escaped output
  • 1 nonce check for 5 unprotected entry points
Vulnerabilities
None known

Assets Manager Security Vulnerabilities

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

Assets Manager Code Analysis

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

SQL Query Safety

100% prepared4 total queries

Output Escaping

33% escaped18 total outputs
Data Flows
4 unsanitized

Data Flow Analysis

4 flows4 with unsanitized paths
update_asset_action_func (inc\Update_Assets.php:32)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
5 unprotected

Assets Manager Attack Surface

Entry Points5
Unprotected5

AJAX Handlers 5

authwp_ajax_attach_assetinc\Update_Assets.php:22
authwp_ajax_update_assetinc\Update_Assets.php:23
authwp_ajax_trash_assetinc\Update_Assets.php:24
authwp_ajax_order_assetsinc\Update_Assets.php:25
authwp_ajax_parent_assetinc\Update_Assets.php:26
WordPress Hooks 8
actionadd_meta_boxesinc\Admin.php:24
actionadmin_enqueue_scriptsinc\Admin.php:25
actioninitinc\Asset_Post_Type.php:13
actionpre_asset_serveinc\Check_Asset_Restrictions.php:21
actionpre_asset_serveinc\Log_Assets_Access.php:41
filterthe_contentinc\Public.php:21
actionsave_postinc\Save_AssetSet.php:18
actionwpinc\Serve_Attachment.php:26
Maintenance & Trust

Assets Manager Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.32
Last updatedNov 29, 2016
PHP min version
Downloads8K

Community Trust

Rating100/100
Number of ratings4
Active installs80
Developer Profile

Assets Manager Developer Profile

Jack Reichert

6 plugins · 180 total installs

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

How We Detect Assets Manager

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/assets-manager/css/admin.css/wp-content/plugins/assets-manager/css/public.css/wp-content/plugins/assets-manager/js/admin.js/wp-content/plugins/assets-manager/js/public.js/wp-content/plugins/assets-manager/js/vendor/plupload.full.min.js/wp-content/plugins/assets-manager/js/vendor/moxie.js
Script Paths
/wp-content/plugins/assets-manager/js/admin.js/wp-content/plugins/assets-manager/js/public.js/wp-content/plugins/assets-manager/js/vendor/plupload.full.min.js/wp-content/plugins/assets-manager/js/vendor/moxie.js
Version Parameters
assets-manager/css/admin.css?ver=assets-manager/css/public.css?ver=assets-manager/js/admin.js?ver=assets-manager/js/public.js?ver=assets-manager/js/vendor/plupload.full.min.js?ver=assets-manager/js/vendor/moxie.js?ver=

HTML / DOM Fingerprints

CSS Classes
asset-buttonassetsassetniceNameassetValfileExtassetMetaexpires+11 more
Data Attributes
id="asset_select_button"id="filelist"id="asset_attach_button"class="asset-button"style="display: none;"class="assets"+19 more
JS Globals
window.assets_manager_upload_handler
FAQ

Frequently Asked Questions about Assets Manager