UB Ultimate Post List Security & Risk Analysis

wordpress.org/plugins/ub-ultimate-post-list

This plugin registers a block named "Ultimate Post List" which can be used for dynamic listing of selected posts of all custom post types and default post type "Post".

10 active installs v1.0.0 PHP + WP 5.0.1+ Updated Jun 8, 2020
custom-post-listcustom-post-typedynamic-post-listgutenberglist
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is UB Ultimate Post List Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 5yr ago
Risk Assessment

The plugin 'ub-ultimate-post-list' v1.0.0 presents a mixed security posture. On the positive side, the absence of dangerous functions, file operations, external HTTP requests, and the use of prepared statements for all SQL queries indicate good security practices in those areas. The plugin also boasts a clean vulnerability history with no recorded CVEs.

However, significant concerns arise from the attack surface analysis. The plugin exposes two REST API routes without any permission callbacks, meaning these endpoints are accessible and executable by unauthenticated users. This represents a substantial risk, as attackers could potentially interact with these routes to trigger unintended actions or expose sensitive information.

Furthermore, the output escaping is only partially implemented, with 36% of outputs properly escaped. This leaves a significant portion of the plugin's output vulnerable to cross-site scripting (XSS) attacks, especially when combined with the unprotected REST API endpoints. The lack of nonce checks and capability checks on the identified entry points exacerbates these risks.

Key Concerns

  • REST API routes without permission callbacks
  • Low percentage of properly escaped output
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

UB Ultimate Post List Security Vulnerabilities

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

UB Ultimate Post List Code Analysis

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

Output Escaping

36% escaped11 total outputs
Attack Surface
2 unprotected

UB Ultimate Post List Attack Surface

Entry Points2
Unprotected2

REST API Routes 2

GET/wp-json/post_type/v1/post_data/admin\class-ub-ultimate-post-list-admin.php:105
GET/wp-json/post_type/v1/post_list/admin\class-ub-ultimate-post-list-admin.php:109
WordPress Hooks 7
actionplugins_loadedincludes\class-ub-ultimate-post-list.php:142
actionadmin_enqueue_scriptsincludes\class-ub-ultimate-post-list.php:157
actionadmin_enqueue_scriptsincludes\class-ub-ultimate-post-list.php:158
actionrest_api_initincludes\class-ub-ultimate-post-list.php:159
actioninitincludes\class-ub-ultimate-post-list.php:160
actionwp_enqueue_scriptsincludes\class-ub-ultimate-post-list.php:174
actionwp_enqueue_scriptsincludes\class-ub-ultimate-post-list.php:175
Maintenance & Trust

UB Ultimate Post List Maintenance & Trust

Maintenance Signals

WordPress version tested5.4.19
Last updatedJun 8, 2020
PHP min version
Downloads942

Community Trust

Rating100/100
Number of ratings2
Active installs10
Developer Profile

UB Ultimate Post List Developer Profile

Umang Bhanvadia

3 plugins · 120 total installs

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

How We Detect UB Ultimate Post List

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/ub-ultimate-post-list/css/style.css/wp-content/plugins/ub-ultimate-post-list/css/ultimate-post-list-admin.css/wp-content/plugins/ub-ultimate-post-list/js/block.js/wp-content/plugins/ub-ultimate-post-list/js/editor.js/wp-content/plugins/ub-ultimate-post-list/js/script.js/wp-content/plugins/ub-ultimate-post-list/build/index.js
Script Paths
/wp-content/plugins/ub-ultimate-post-list/js/block.js/wp-content/plugins/ub-ultimate-post-list/js/editor.js/wp-content/plugins/ub-ultimate-post-list/js/script.js/wp-content/plugins/ub-ultimate-post-list/build/index.js
Version Parameters
ub-ultimate-post-list/css/style.css?ver=ub-ultimate-post-list/css/ultimate-post-list-admin.css?ver=ub-ultimate-post-list/js/block.js?ver=ub-ultimate-post-list/js/editor.js?ver=ub-ultimate-post-list/js/script.js?ver=ub-ultimate-post-list/build/index.js?ver=

HTML / DOM Fingerprints

CSS Classes
post-<?php echo $postLayout; ?>col-thumbnailpost-itempost-featured-imgpost-detailsdate-detailsdate-time-arearead-more+1 more
Data Attributes
data-post-typedata-post-iddata-post-layoutdata-post-per-pagedata-display-post-thumbnaildata-display-post-excerpt+6 more
REST Endpoints
/wp-json/ub-ultimate-post-list/v1/post-types/wp-json/ub-ultimate-post-list/v1/posts
Shortcode Output
<div class="post-<?php echo $postLayout; ?> col-thumbnail <?php echo $attributes['className'];?>">
FAQ

Frequently Asked Questions about UB Ultimate Post List