Simple WordPress Gallery PRO Security & Risk Analysis

wordpress.org/plugins/simple-wp-gallery-pro

Overrides the standard WordPress gallery with a film-strip style one.

10 active installs v1.1 PHP + WP 3.0+ Updated Apr 5, 2013
galleryimageslightboxpost
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple WordPress Gallery PRO Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The static analysis of 'simple-wp-gallery-pro' v1.1 reveals an exceptionally small attack surface, with no identified AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, the plugin shows no direct use of dangerous functions, file operations, external HTTP requests, or bundled libraries. SQL queries are exclusively handled via prepared statements, which is a strong positive security practice. However, a significant concern arises from the low rate of output escaping, with only 13% of 16 identified outputs being properly escaped. This indicates a high potential for cross-site scripting (XSS) vulnerabilities if user-supplied data is rendered directly in the front-end.

The taint analysis, while limited in scope (2 flows analyzed), identified 2 flows with unsanitized paths. Although no critical or high severity issues were flagged in this specific analysis, the presence of unsanitized paths is a red flag, especially when coupled with the poor output escaping. The plugin's vulnerability history is clean, with no known CVEs. This, combined with the absence of capability checks and nonce checks, suggests that the plugin may rely heavily on WordPress's core security features or that its functionality is very limited and does not expose critical attack vectors through its current implementation. The lack of capability and nonce checks on any potential entry points (though none are identified) is a notable weakness that could become a risk if functionality expands or is introduced later.

In conclusion, 'simple-wp-gallery-pro' v1.1 exhibits excellent practices in minimizing its attack surface and securing database interactions. However, the high proportion of unescaped output and the presence of unsanitized paths in taint analysis are significant weaknesses that warrant attention, particularly regarding potential XSS vulnerabilities. The clean vulnerability history is positive but should not lead to complacency, especially given the identified areas of concern in the code.

Key Concerns

  • Unescaped output (87% of outputs)
  • Unsanitized paths in taint analysis
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Simple WordPress Gallery PRO Security Vulnerabilities

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

Simple WordPress Gallery PRO Code Analysis

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

Output Escaping

13% escaped16 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
admin (sp-gallery.php:247)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Simple WordPress Gallery PRO Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 7
actionadmin_initsp-gallery.php:56
actionwp_headsp-gallery.php:57
actiontemplate_redirectsp-gallery.php:58
actionadmin_menusp-gallery.php:59
filterattachment_fields_to_editsp-gallery.php:63
filterattachment_fields_to_savesp-gallery.php:64
filterpost_gallerysp-gallery.php:65
Maintenance & Trust

Simple WordPress Gallery PRO Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedApr 5, 2013
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Simple WordPress Gallery PRO Developer Profile

atomixstar

2 plugins · 20 total installs

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

How We Detect Simple WordPress Gallery PRO

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-wp-gallery-pro/resources/sp-gallery-admin.css/wp-content/plugins/simple-wp-gallery-pro/resources/ie7.css/wp-content/plugins/simple-wp-gallery-pro/resources/ie8.css/wp-content/plugins/simple-wp-gallery-pro/resources/jquery.cycle.min.js/wp-content/plugins/simple-wp-gallery-pro/resources/sp-gallery.js/wp-content/plugins/simple-wp-gallery-pro/resources/sp-gallery.css
Script Paths
/wp-content/plugins/simple-wp-gallery-pro/resources/jquery.cycle.min.js/wp-content/plugins/simple-wp-gallery-pro/resources/sp-gallery.js
Version Parameters
simple-wp-gallery-pro/resources/sp-gallery-admin.css?ver=simple-wp-gallery-pro/resources/ie7.css?ver=simple-wp-gallery-pro/resources/ie8.css?ver=simple-wp-gallery-pro/resources/jquery.cycle.min.js?ver=simple-wp-gallery-pro/resources/sp-gallery.js?ver=simple-wp-gallery-pro/resources/sp-gallery.css?ver=

HTML / DOM Fingerprints

CSS Classes
sp-gallery-loadingcaption
HTML Comments
<!--[if lt IE 8]><link rel="stylesheet" href="" type="text/css" media="screen"><![endif]--><!--[if IE 8]><link rel="stylesheet" href="" type="text/css" media="screen"><![endif]-->+1 more
Data Attributes
data-imagesdata-id
JS Globals
spGalleryData
Shortcode Output
<div class="sp-gallery-loading"><span>Loading</span></div>
FAQ

Frequently Asked Questions about Simple WordPress Gallery PRO