Resize Image Before Upload Security & Risk Analysis

wordpress.org/plugins/resize-image-before-upload

A WordPress plugin for client-side uploaded images resize (to do it client-side instead of backend-side and minimize the backend performance hit).

60 active installs v1.0.4 PHP 7.4+ WP + Updated Sep 9, 2023
image-resizeimagesoptimizationresize
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Resize Image Before Upload Safe to Use in 2026?

Generally Safe

Score 85/100

Resize Image Before Upload has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 2yr ago
Risk Assessment

The "resize-image-before-upload" plugin version 1.0.4 demonstrates a generally strong security posture based on the provided static analysis. It exhibits good practices by having no identifiable attack surface points like AJAX handlers, REST API routes, or shortcodes. Furthermore, all SQL queries are prepared, all output is properly escaped, and there are no file operations or external HTTP requests, significantly reducing common attack vectors. The presence of nonce checks is also a positive indicator.

However, the taint analysis reveals two flows with unsanitized paths. While categorized as not critical or high severity, unsanitized paths are a potential concern as they can lead to unexpected behavior or vulnerabilities if not properly handled by the application logic. The plugin also has no capability checks, which, combined with the lack of an explicit attack surface, suggests that its functionality might be limited to administrative areas or triggered by events that already have built-in authorization. This is not inherently a weakness but means its security relies on the surrounding WordPress environment.

The vulnerability history is completely clear, with no recorded CVEs. This, coupled with the clean code signals, suggests a well-maintained and secure plugin. In conclusion, the plugin is largely secure, with the primary area of minor concern being the two identified unsanitized path flows, which should be investigated further despite their current lack of severity.

Key Concerns

  • Flows with unsanitized paths found
Vulnerabilities
None known

Resize Image Before Upload Security Vulnerabilities

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

Resize Image Before Upload Code Analysis

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

Output Escaping

100% escaped4 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
save (src\class-ajax.php:43)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Resize Image Before Upload Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionplugins_loadedresize-image-before-upload.php:63
actioninitresize-image-before-upload.php:79
actionadmin_menusrc\class-admin-menu.php:21
Maintenance & Trust

Resize Image Before Upload Maintenance & Trust

Maintenance Signals

WordPress version tested6.3.8
Last updatedSep 9, 2023
PHP min version7.4
Downloads1K

Community Trust

Rating100/100
Number of ratings1
Active installs60
Developer Profile

Resize Image Before Upload Developer Profile

TMM Technology

2 plugins · 1K total installs

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

How We Detect Resize Image Before Upload

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/resize-image-before-upload/assets/dist/css/main.css/wp-content/plugins/resize-image-before-upload/assets/dist/js/main.js
Script Paths
/wp-content/plugins/resize-image-before-upload/assets/dist/js/main.js
Version Parameters
resize-image-before-upload/assets/dist/css/main.css?ver=resize-image-before-upload/assets/dist/js/main.js?ver=

HTML / DOM Fingerprints

CSS Classes
ribu-upload-wrapperribu-controls-wrapperribu-resize-optionribu-quality-optionribu-reset-buttonribu-upload-success-messageribu-upload-error-message
HTML Comments
<!-- RIbU -->
Data Attributes
data-ribu-actiondata-ribu-qualitydata-ribu-widthdata-ribu-height
JS Globals
ribu_resize_options
FAQ

Frequently Asked Questions about Resize Image Before Upload