Upload Media by Zip Security & Risk Analysis

wordpress.org/plugins/upload-media-by-zip

Upload a zip archive and let WP unzip it and attach everything to a page/post (or not).

200 active installs v0.9.1 PHP + WP 2.8+ Updated Sep 18, 2016
media-libraryuploadzip
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Upload Media by Zip Safe to Use in 2026?

Generally Safe

Score 85/100

Upload Media by Zip 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 'upload-media-by-zip' plugin, version 0.9.1, exhibits a concerning security posture primarily due to its unprotected AJAX handler. While the plugin demonstrates good practices in SQL query handling by exclusively using prepared statements and has no recorded vulnerability history, the presence of an unprotected entry point significantly increases its risk profile. The static analysis reveals a single AJAX handler that lacks any authentication or capability checks, making it a direct target for unauthorized actions. Furthermore, the taint analysis identified a flow with unsanitized paths, which, when combined with the unprotected AJAX handler, presents a potential pathway for directory traversal or other file-related attacks, even though the taint analysis did not classify this as critical or high severity. The low percentage of properly escaped output also adds to the risk, as it could lead to cross-site scripting (XSS) vulnerabilities if user-supplied data is not handled carefully. The absence of nonce checks on this critical AJAX entry point is a major oversight. In conclusion, while the plugin avoids common pitfalls like raw SQL queries and has a clean vulnerability history, the significant attack surface exposed by an unauthenticated AJAX handler, coupled with unsanitized path flows and insufficient output escaping, creates a high-risk environment. Robust security practices, particularly around input validation and access control for all entry points, are critically needed.

Key Concerns

  • Unprotected AJAX handler
  • Flow with unsanitized paths
  • Low output escaping percentage
  • Missing nonce checks on AJAX
  • Missing capability checks
Vulnerabilities
None known

Upload Media by Zip Security Vulnerabilities

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

Upload Media by Zip Code Analysis

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

Output Escaping

13% escaped15 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<upload-media-by-zip> (upload-media-by-zip.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
1 unprotected

Upload Media by Zip Attack Surface

Entry Points1
Unprotected1

AJAX Handlers 1

authwp_ajax_umbz_get_titleupload-media-by-zip.php:50
WordPress Hooks 4
actionadmin_menuupload-media-by-zip.php:45
filtermedia_upload_tabsupload-media-by-zip.php:46
actionmedia_buttonsupload-media-by-zip.php:47
filtermedia_upload_uploadzipupload-media-by-zip.php:48
Maintenance & Trust

Upload Media by Zip Maintenance & Trust

Maintenance Signals

WordPress version tested4.6.30
Last updatedSep 18, 2016
PHP min version
Downloads20K

Community Trust

Rating60/100
Number of ratings4
Active installs200
Developer Profile

Upload Media by Zip Developer Profile

Kailey (trepmal)

12 plugins · 2K total installs

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

How We Detect Upload Media by Zip

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/upload-media-by-zip/media-upload-zip.gif

HTML / DOM Fingerprints

Data Attributes
title="Upload and Extract a Zip Archive"
JS Globals
window.wp.ajax.send
REST Endpoints
wp-json/umbz_get_title
FAQ

Frequently Asked Questions about Upload Media by Zip