ImageCare Security & Risk Analysis

wordpress.org/plugins/imagecare

This plugin let the user scale the original images to a useful but not extralarge resolution in order to save space.

10 active installs v1.0 PHP + WP 4.0+ Updated Aug 23, 2016
imagesrescale
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is ImageCare Safe to Use in 2026?

Generally Safe

Score 85/100

ImageCare 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 imagecare v1.0 plugin exhibits a mixed security posture. On the positive side, it demonstrates good practices by exclusively using prepared statements for SQL queries and has a clean vulnerability history with no recorded CVEs. The absence of external HTTP requests and bundled libraries also reduces potential attack vectors. However, significant concerns arise from the static analysis. The presence of 3 AJAX handlers without authentication checks creates a substantial attack surface that is entirely unprotected. Furthermore, the use of the `unserialize` function, even if not directly exploitable in this specific version due to lack of taint, represents a potentially dangerous function that can lead to critical vulnerabilities if data is not strictly controlled. The taint analysis, while reporting no critical or high severity flows, does indicate 3 flows with unsanitized paths, which warrants caution. The plugin's strengths lie in its SQL and external request handling, but the unprotected AJAX endpoints and the presence of `unserialize` are critical weaknesses that significantly elevate the risk.

Key Concerns

  • Unprotected AJAX handlers
  • Presence of unserialize function
  • Unsanitized paths in taint flows
  • Low output escaping percentage
Vulnerabilities
None known

ImageCare Security Vulnerabilities

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

ImageCare Code Analysis

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

Dangerous Functions Found

unserialize$info = unserialize($rec->meta_value);imagecare.php:130
unserialize$rec = unserialize($rec->meta_value);inc-func-backup.php:18

SQL Query Safety

100% prepared5 total queries

Output Escaping

44% escaped32 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
<inc-iface-common> (inc-iface-common.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
3 unprotected

ImageCare Attack Surface

Entry Points3
Unprotected3

AJAX Handlers 3

authwp_ajax_imagecare_maxresimagecare.php:34
authwp_ajax_imagecare_cleanregenimagecare.php:35
authwp_ajax_imagecare_regensizesimagecare.php:36
WordPress Hooks 3
actionadmin_menuimagecare.php:31
actionadmin_enqueue_scriptsimagecare.php:32
actioninitimagecare.php:242
Maintenance & Trust

ImageCare Maintenance & Trust

Maintenance Signals

WordPress version tested4.5.33
Last updatedAug 23, 2016
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

ImageCare Developer Profile

Albin

2 plugins · 30 total installs

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

How We Detect ImageCare

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/imagecare/jquery-ui/jquery.ui.progressbar.min.js/wp-content/plugins/imagecare/jquery-ui/jquery.ui.progressbar.min.1.7.2.js/wp-content/plugins/imagecare/jquery-ui/redmond/jquery-ui-1.7.2.custom.css
Version Parameters
imagecare/jquery-ui/jquery.ui.progressbar.min.js?ver=imagecare/jquery-ui/jquery.ui.progressbar.min.1.7.2.js?ver=imagecare/jquery-ui/redmond/jquery-ui-1.7.2.custom.css?ver=

HTML / DOM Fingerprints

REST Endpoints
/wp-json/imagecare/
FAQ

Frequently Asked Questions about ImageCare