Random Images Security & Risk Analysis

wordpress.org/plugins/random-images

The [random_images] shortcode displays random attached images.

40 active installs v1.0 PHP + WP 2.8+ Updated Dec 2, 2018
imagesrandom-imagesshortcode
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Random Images Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 7yr ago
Risk Assessment

The "random-images" v1.0 plugin exhibits a generally strong security posture based on the provided static analysis. The absence of dangerous functions, raw SQL queries, file operations, external HTTP requests, and a complete lack of taint flows with unsanitized paths are significant strengths. The fact that all identified SQL queries use prepared statements and all outputs are properly escaped further bolsters this assessment, indicating good developer practices in handling potentially sensitive data and preventing common vulnerabilities like SQL injection and cross-site scripting.

However, there are notable areas for concern. The plugin relies on a single shortcode as its sole entry point, which currently has no explicit capability checks or nonce verification. While the attack surface is small (1 total, 0 unprotected), this unprotected entry point could be a potential target if the shortcode's functionality involves any sensitive operations or user interaction. The lack of nonce checks, in particular, could expose the shortcode to cross-site request forgery (CSRF) if it performs any actions that modify data or settings.

The plugin's vulnerability history is pristine, with no recorded CVEs. This, combined with the lack of critical or high-severity issues in the static analysis, suggests that the plugin, in its current form and version, has not historically been a significant security risk. The strengths in code hygiene are commendable. Nevertheless, the lack of authorization checks on the shortcode represents a weakness that should be addressed to ensure robust security, even in the absence of past vulnerabilities.

Key Concerns

  • Shortcode lacks capability checks
  • Shortcode lacks nonce checks
Vulnerabilities
None known

Random Images Security Vulnerabilities

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

Random Images Code Analysis

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

SQL Query Safety

100% prepared1 total queries
Attack Surface

Random Images Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[random_images] random-images.php:14
Maintenance & Trust

Random Images Maintenance & Trust

Maintenance Signals

WordPress version tested5.0.25
Last updatedDec 2, 2018
PHP min version
Downloads5K

Community Trust

Rating50/100
Number of ratings6
Active installs40
Developer Profile

Random Images Developer Profile

Sheri Grey

1 plugin · 40 total installs

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

How We Detect Random Images

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/random-images/style.css

HTML / DOM Fingerprints

CSS Classes
random-images
HTML Comments
<!-- #random-images -->
Shortcode Output
<div class="random-images">
FAQ

Frequently Asked Questions about Random Images