Post Slideshow Gallery Security & Risk Analysis

wordpress.org/plugins/post-slideshow-gallery

A simple plugin that displays post's pictures on a slideshow. Use the shortcode [postslideshow] to insert galleries on your posts.

10 active installs v0.1 PHP + WP 3.0+ Updated Sep 14, 2011
galleriagalleryjqueryslideshow
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Post Slideshow Gallery Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 14yr ago
Risk Assessment

The plugin "post-slideshow-gallery" v0.1 exhibits a mixed security posture. On the positive side, it has a very small attack surface with only one shortcode entry point and no AJAX handlers, REST API routes, or cron events. Furthermore, all detected SQL queries utilize prepared statements, and there are no file operations or external HTTP requests, which are good security practices. The absence of known vulnerabilities in its history also suggests a relatively stable codebase.

However, the code analysis reveals significant security concerns. A critical weakness is that 0% of the 11 detected output operations are properly escaped. This means that any data rendered by the plugin, especially if it originates from user input or external sources, is vulnerable to Cross-Site Scripting (XSS) attacks. The lack of any nonce checks or capability checks is also a serious oversight, as it fails to implement fundamental WordPress security mechanisms for verifying user permissions and preventing CSRF attacks, particularly concerning the shortcode's potential execution context.

Despite the limited attack surface and absence of known CVEs, the high likelihood of XSS vulnerabilities due to unescaped output, combined with the lack of essential security checks like nonces and capability checks, presents a notable risk. While the current version might not have publicly disclosed vulnerabilities, the code's inherent weaknesses make it a prime target for malicious actors seeking to exploit these unaddressed issues. Developers should prioritize addressing the output escaping and implementing proper authentication and authorization checks.

Key Concerns

  • 0% of outputs properly escaped
  • 0 Nonce checks
  • 0 Capability checks
Vulnerabilities
None known

Post Slideshow Gallery Security Vulnerabilities

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

Post Slideshow Gallery Code Analysis

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

Output Escaping

0% escaped11 total outputs
Attack Surface

Post Slideshow Gallery Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[postslideshow] main.php:31
WordPress Hooks 3
actionwp_headmain.php:30
actionadmin_menumain.php:98
actionadmin_initmain.php:118
Maintenance & Trust

Post Slideshow Gallery Maintenance & Trust

Maintenance Signals

WordPress version tested3.2.1
Last updatedSep 14, 2011
PHP min version
Downloads5K

Community Trust

Rating20/100
Number of ratings1
Active installs10
Developer Profile

Post Slideshow Gallery Developer Profile

plainas

1 plugin · 10 total installs

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

How We Detect Post Slideshow Gallery

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/post-slideshow-gallery/psgoverlay.css/wp-content/plugins/post-slideshow-gallery/galleria/galleria-1.2.5.min.js/wp-content/plugins/post-slideshow-gallery/galleria/themes/classic/galleria.classic.js/wp-content/plugins/post-slideshow-gallery/galleria/themes/classic/galleria.classic.css
Script Paths
galleria/galleria-1.2.5.min.jsgalleria/themes/classic/galleria.classic.js

HTML / DOM Fingerprints

CSS Classes
psgwrapperpsgtitlepsgdescription
Shortcode Output
[postslideshow]
FAQ

Frequently Asked Questions about Post Slideshow Gallery