Custom Pricing Tables Security & Risk Analysis

wordpress.org/plugins/custom-pricing-tables

A simple plugin to display pricing tables using shortcodes with an admin interface.

0 active installs v1.0 PHP + WP 5.0+ Updated Apr 9, 2025
admin-interfacepricingpricing-tablesshortcodetables
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Custom Pricing Tables Safe to Use in 2026?

Generally Safe

Score 100/100

Custom Pricing Tables has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 11mo ago
Risk Assessment

The "custom-pricing-tables" plugin version 1.0 exhibits a generally good security posture with several positive indicators. The absence of known CVEs and vulnerabilities in its history suggests a well-maintained and relatively secure codebase. Static analysis reveals a small attack surface with only one shortcode and no unprotected entry points. Furthermore, the plugin demonstrates good practices in its handling of SQL queries, with 93% using prepared statements, and a reasonable proportion of output escaping being properly handled. The lack of dangerous functions, file operations, and external HTTP requests also contributes to its strength.

However, there are areas for improvement. The plugin has a concerningly low rate of proper output escaping, with only 61% of outputs being correctly handled. This could leave the plugin vulnerable to cross-site scripting (XSS) attacks if user-supplied data is not properly sanitized before being displayed. Additionally, the complete absence of capability checks is a significant weakness, as it means any authenticated user, regardless of their role or permissions, can potentially interact with the shortcode. While the taint analysis showed no critical or high severity issues, the limited number of flows analyzed (2) means this aspect of the security assessment might be incomplete.

Overall, while the plugin's history and its handling of critical areas like SQL are commendable, the insufficient output escaping and the complete lack of capability checks represent notable risks. The absence of any reported vulnerabilities historically is a positive sign, but it does not negate the inherent risks identified in the current code. Addressing the output escaping and implementing capability checks would significantly enhance the plugin's security.

Key Concerns

  • Missing capability checks
  • Insufficient output escaping
Vulnerabilities
None known

Custom Pricing Tables Security Vulnerabilities

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

Custom Pricing Tables Code Analysis

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

SQL Query Safety

93% prepared15 total queries

Output Escaping

61% escaped76 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
cptables_pricing_admin_page (includes\admin-page.php:22)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Custom Pricing Tables Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[cptables_pricing_table] includes\shortcode-handler.php:93
WordPress Hooks 3
actionwp_enqueue_scriptscustom-pricing-tables.php:86
actionadmin_enqueue_scriptscustom-pricing-tables.php:96
actionadmin_menuincludes\admin-page.php:19
Maintenance & Trust

Custom Pricing Tables Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedApr 9, 2025
PHP min version
Downloads313

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Custom Pricing Tables Developer Profile

Ashraful Islam

1 plugin · 0 total installs

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

How We Detect Custom Pricing Tables

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/custom-pricing-tables/css/style.css
Version Parameters
custom-pricing-tables/css/style.css?ver=1.0

HTML / DOM Fingerprints

CSS Classes
pricing-tablepricing-headerplan-namepricecurrencyamountperiodpricing-features+3 more
Shortcode Output
<div class="pricing-table"><div class="pricing-header"><h3 class="plan-name"><div class="price">
FAQ

Frequently Asked Questions about Custom Pricing Tables