Image Browser Security & Risk Analysis

wordpress.org/plugins/image-browser

Allows you to browse all images on your blog by date and/or category, with the ability to also search image captions for keywords.

10 active installs v0.3 PHP + WP 2.8+ Updated Apr 3, 2012
imageimagesmetasearchshortcode
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Image Browser Safe to Use in 2026?

Generally Safe

Score 85/100

Image Browser 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 "image-browser" plugin v0.3 demonstrates some good security practices, such as using prepared statements for all SQL queries and having a very small attack surface. There are no identified CVEs in its vulnerability history, suggesting a history of relative stability or limited scrutiny. However, the code analysis reveals a significant concern: 100% of output is not properly escaped. This indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities, where malicious scripts could be injected and executed in the user's browser. Additionally, the absence of nonce checks and capability checks on the identified shortcode entry point means that any user, regardless of their role or permissions, could potentially trigger the shortcode's functionality. Taint analysis and dangerous function checks show no immediate critical risks, but the lack of proper output escaping and authorization checks presents a substantial security gap.

Key Concerns

  • All outputs unescaped
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

Image Browser Security Vulnerabilities

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

Image Browser Code Analysis

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

SQL Query Safety

100% prepared3 total queries

Output Escaping

0% escaped6 total outputs
Attack Surface

Image Browser Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[imagebrowser] image-browser.php:355
WordPress Hooks 2
actionadmin_menuimage-browser.php:356
actionadmin_initimage-browser.php:357
Maintenance & Trust

Image Browser Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.2
Last updatedApr 3, 2012
PHP min version
Downloads5K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Image Browser Developer Profile

robfelty

7 plugins · 7K total installs

92
trust score
Avg Security Score
89/100
Avg Patch Time
6 days
View full developer profile
Detection Fingerprints

How We Detect Image Browser

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/image-browser/image-browser.css/wp-content/plugins/image-browser/image-browser.js
Script Paths
/wp-content/plugins/image-browser/image-browser.js
Version Parameters
image-browser/image-browser.css?ver=image-browser/image-browser.js?ver=

HTML / DOM Fingerprints

CSS Classes
image-browser-gallerygallery-itemgallery-icongallery-caption
Data Attributes
name='imagebrowser'id='year'id='month'name='img_year'name='img_month'name='img_cat'+1 more
Shortcode Output
<form name='imagebrowser'><select id='year' name='img_year'><select id='month' name='img_month'><div id='image-browser-gallery' class='gallery'>
FAQ

Frequently Asked Questions about Image Browser