Dropbox Photo Sideloader Security & Risk Analysis

wordpress.org/plugins/dropbox-photo-sideloader

Adds a new tab to the Add media screen, allowing you to pull images from Dropbox into WordPress.

200 active installs v0.6 PHP + WP 4.0+ Updated Sep 8, 2014
dropboximagemediaphotosideload
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Dropbox Photo Sideloader Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The plugin 'dropbox-photo-sideloader' v0.6 presents a mixed security posture. While it demonstrates good practices by avoiding dangerous functions and using prepared statements for all SQL queries, and has no recorded vulnerability history, there are significant concerns regarding its attack surface. The plugin exposes two AJAX handlers, both of which lack authentication checks, creating a direct entry point for unauthenticated users. Furthermore, the taint analysis reveals a flow with unsanitized paths, which, while not flagged as critical or high severity in this static analysis, represents a potential risk for directory traversal or local file inclusion vulnerabilities if not handled carefully. The limited output escaping (36%) is also a concern, potentially leading to cross-site scripting vulnerabilities if user-supplied data is not properly sanitized before being displayed.

Key Concerns

  • Unprotected AJAX handlers
  • Unsanitized path taint flow
  • Low percentage of properly escaped output
Vulnerabilities
None known

Dropbox Photo Sideloader Security Vulnerabilities

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

Dropbox Photo Sideloader Code Analysis

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

Output Escaping

36% escaped14 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

3 flows1 with unsanitized paths
dbsideload_ajax_get_thumb (dropbox-photo-sideloader.php:419)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

Dropbox Photo Sideloader Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_dbsideload_get_dirdropbox-photo-sideloader.php:347
authwp_ajax_dbsideload_get_thumbdropbox-photo-sideloader.php:417
WordPress Hooks 5
actioninitdropbox-photo-sideloader.php:20
filtermedia_upload_tabsdropbox-photo-sideloader.php:43
actionmedia_upload_dbsideloadphotosdropbox-photo-sideloader.php:49
filterhttps_ssl_verifydropbox-photo-sideloader.php:210
actiontemplate_redirectdropbox-photo-sideloader.php:236
Maintenance & Trust

Dropbox Photo Sideloader Maintenance & Trust

Maintenance Signals

WordPress version tested4.0.38
Last updatedSep 8, 2014
PHP min version
Downloads20K

Community Trust

Rating60/100
Number of ratings5
Active installs200
Developer Profile

Dropbox Photo Sideloader Developer Profile

Samuel Wood (Otto)

9 plugins · 167K total installs

70
trust score
Avg Security Score
87/100
Avg Patch Time
3759 days
View full developer profile
Detection Fingerprints

How We Detect Dropbox Photo Sideloader

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/dropbox-photo-sideloader/css/style.css
Script Paths
/wp-content/plugins/dropbox-photo-sideloader/js/dbsideload.js
Version Parameters
dropbox-photo-sideloader/css/style.css?ver=dropbox-photo-sideloader/js/dbsideload.js?ver=

HTML / DOM Fingerprints

HTML Comments
<!-- These aren't needed anymore, but you can use them in your wp-config.php if you want to skip the configuration steps in the plugin screen. -->
Data Attributes
name="dbsideload[key]"name="dbsideload[secret]"name="dbsideloadfiles"
JS Globals
dbsideload_poptastic
FAQ

Frequently Asked Questions about Dropbox Photo Sideloader