Awesome Random Post Security & Risk Analysis

wordpress.org/plugins/awesome-random-post

Here is a short description of the plugin. This should be no more than 150 characters. No markup here.

0 active installs v1.0.0 PHP 5.2.4+ WP 4.6+ Updated Jun 16, 2019
commentsspam
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Awesome Random Post Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The "awesome-random-post" v1.0.0 plugin presents a mixed security posture. On the positive side, it boasts zero known CVEs, a clean vulnerability history, and appears to have a very limited attack surface with no observed AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, all SQL queries utilize prepared statements, and there are no file operations or external HTTP requests, which are generally good security indicators. However, the static analysis reveals significant concerns. The use of the `create_function` is a critical vulnerability that can lead to remote code execution if inputs are not rigorously sanitized. Compounding this, a remarkably low percentage (3%) of its 34 output operations are properly escaped, indicating a high risk of cross-site scripting (XSS) vulnerabilities. The complete absence of nonce and capability checks for its entry points, though currently small, means that if any entry points were to be introduced or discovered in future updates, they would be inherently unprotected. The lack of any taint analysis flows is also a concern, as it suggests the analysis might be incomplete or that the plugin's structure prevented such analysis, leaving potential unsanitized paths undetected. The plugin's strengths lie in its lack of external dependencies and its secure handling of database interactions. Conversely, the presence of `create_function` and widespread output escaping deficiencies are critical weaknesses that significantly elevate its risk profile.

Key Concerns

  • Use of dangerous function create_function
  • Low percentage of properly escaped output
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

Awesome Random Post Security Vulnerabilities

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

Awesome Random Post Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("awesome_random_article");'))Awesome_Random_Post.php:433

Output Escaping

3% escaped34 total outputs
Attack Surface

Awesome Random Post Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionwp_enqueue_scriptsAwesome_Random_Post.php:20
actionwidgets_initAwesome_Random_Post.php:433
Maintenance & Trust

Awesome Random Post Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.32
Last updatedJun 16, 2019
PHP min version5.2.4
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Awesome Random Post Developer Profile

Raihanul Islam

13 plugins · 370 total installs

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

How We Detect Awesome Random Post

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/awesome-random-post/awesome_rand_front_end.php
Version Parameters
awesome_random_post/style.css?ver=awesome-random-post/script.js?ver=

HTML / DOM Fingerprints

CSS Classes
awesome_random_article
Data Attributes
id="randarticle_.*"
JS Globals
autoUpdatestyleajax_for_postUpdate
FAQ

Frequently Asked Questions about Awesome Random Post