ImageDrop Security & Risk Analysis

wordpress.org/plugins/imagedrop

Add images to your posts or pages with a more user friendly drag and drop interface.

30 active installs v1.1.3 PHP + WP 3.3+ Updated Aug 16, 2013
drag-n-dropeditimagespagepost
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is ImageDrop Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 12yr ago
Risk Assessment

The imagedrop v1.1.3 plugin presents a significant security risk primarily due to its exposed attack surface. All four identified AJAX handlers lack any authentication or capability checks. This means any authenticated WordPress user, regardless of their role, can potentially trigger these handlers, opening the door to various attacks if the handler's functionality is vulnerable. Furthermore, the plugin exhibits a concerning lack of output escaping, with 0% of outputs being properly escaped. This is a common vector for Cross-Site Scripting (XSS) vulnerabilities, allowing attackers to inject malicious scripts into the website. While the plugin has no recorded vulnerability history, this does not mitigate the immediate risks identified in the static analysis. The presence of the `create_function` dangerous function, though only one instance, also raises a red flag as it can be exploited in certain scenarios. The plugin's strength lies in its use of prepared statements for SQL queries and the absence of file operations or external HTTP requests, which reduces certain types of risks. However, the lack of nonces and capability checks on AJAX actions, combined with unescaped output, creates a high-risk environment that requires immediate attention.

Key Concerns

  • AJAX handlers without auth checks
  • Output escaping: 0% properly escaped
  • Dangerous function: create_function
  • Nonce checks: 0
  • Capability checks: 0
Vulnerabilities
None known

ImageDrop Security Vulnerabilities

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

ImageDrop Code Analysis

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

Dangerous Functions Found

create_functionadd_action("init", create_function('', 'new ImageDrop();'));ImageDrop.php:480

SQL Query Safety

100% prepared4 total queries

Output Escaping

0% escaped42 total outputs
Attack Surface
4 unprotected

ImageDrop Attack Surface

Entry Points4
Unprotected4

AJAX Handlers 4

authwp_ajax_id_load_imagesImageDrop.php:91
authwp_ajax_id_image_countImageDrop.php:92
authwp_ajax_id_search_imagesImageDrop.php:93
authwp_ajax_id_load_meta_boxImageDrop.php:94
WordPress Hooks 4
actionadmin_initImageDrop.php:90
actionadmin_initImageDrop.php:95
filterplugin_action_linksImageDrop.php:97
actioninitImageDrop.php:480
Maintenance & Trust

ImageDrop Maintenance & Trust

Maintenance Signals

WordPress version tested3.6.1
Last updatedAug 16, 2013
PHP min version
Downloads10K

Community Trust

Rating0/100
Number of ratings0
Active installs30
Developer Profile

ImageDrop Developer Profile

montania

1 plugin · 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 ImageDrop

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/imagedrop/css/imagedrop.css/wp-content/plugins/imagedrop/js/imagedrop.js/wp-content/plugins/imagedrop/js/jquery.dragsort.js/wp-content/plugins/imagedrop/js/jquery.min.js
Script Paths
/wp-content/plugins/imagedrop/js/imagedrop.js/wp-content/plugins/imagedrop/js/jquery.dragsort.js/wp-content/plugins/imagedrop/js/jquery.min.js
Version Parameters
imagedrop/css/imagedrop.css?ver=imagedrop/js/imagedrop.js?ver=imagedrop/js/jquery.dragsort.js?ver=imagedrop/js/jquery.min.js?ver=

HTML / DOM Fingerprints

CSS Classes
imagedrop-meta-boximagedrop-search-fieldimagedrop-drop-areaimagedrop-thumbimagedrop-thumb-grid
HTML Comments
<!-- Meta box loaded --><!-- ImageDrop settings section -->
Data Attributes
data-idrop-load-imagesdata-idrop-image-countdata-idrop-search-imagesdata-idrop-grid-sizedata-idrop-thumb-widthdata-idrop-thumb-height
JS Globals
ImageDropimagedrop_ajax_object
REST Endpoints
/wp-json/imagedrop/v1/images/wp-json/imagedrop/v1/search/wp-json/imagedrop/v1/count
FAQ

Frequently Asked Questions about ImageDrop