Cn Custom Tabs Security & Risk Analysis

wordpress.org/plugins/cn-custom-tabs

This plugin extends WooCommerce by allowing a custom product tab to be created with any content. This plugin extends WooCommerce to allow multiple cu …

0 active installs v1.2.0 PHP + WP 4.2+ Updated Mar 25, 2022
multiple-custom-tabproduct-tabswoo-commerce-tabwoocommerce
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Cn Custom Tabs Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 4yr ago
Risk Assessment

The 'cn-custom-tabs' plugin version 1.2.0 exhibits a generally good security posture based on the provided static analysis and vulnerability history. The absence of known CVEs and a clean vulnerability history suggest a history of secure development or diligent patching. The plugin also correctly utilizes prepared statements for all SQL queries and has no file operations or external HTTP requests, which are positive indicators. However, there are notable concerns. The presence of the `create_function` calls is a significant red flag, as this function is deprecated and can be a source of remote code execution vulnerabilities if not handled with extreme care, especially when user input is involved. Furthermore, only 25% of output is properly escaped, indicating a high risk of Cross-Site Scripting (XSS) vulnerabilities, particularly if the data being displayed originates from user input and isn't adequately sanitized before output.

The lack of any AJAX handlers, REST API routes, shortcodes, or cron events in the attack surface analysis is unusual for a plugin, and while this can reduce the potential entry points, it might also indicate a very limited functionality or an incomplete analysis. The complete absence of nonce and capability checks across all identified potential entry points is a critical oversight. This means that any functionality within the plugin, even if not explicitly listed in the attack surface, could be triggered by unauthenticated or unauthorized users. While the taint analysis shows no flows, this could be due to the limited attack surface or the nature of the code. The combination of unescaped output and missing authorization checks presents a tangible risk of XSS and potential unauthorized actions.

Key Concerns

  • Use of dangerous function: create_function
  • Low output escaping coverage (25%)
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Cn Custom Tabs Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Cn Custom Tabs Release Timeline

v1.0
Code Analysis
Analyzed Mar 17, 2026

Cn Custom Tabs Code Analysis

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

Dangerous Functions Found

create_function$this->loader->add_filter( 'wp_default_editor', create_function('', 'return "tinymce";'));includes\class-cn-custom-woo-tabs.php:173

SQL Query Safety

100% prepared4 total queries

Output Escaping

25% escaped16 total outputs
Attack Surface

Cn Custom Tabs Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 11
actionplugins_loadedincludes\class-cn-custom-woo-tabs.php:148
actionadmin_enqueue_scriptsincludes\class-cn-custom-woo-tabs.php:163
actionadmin_enqueue_scriptsincludes\class-cn-custom-woo-tabs.php:164
actionwoocommerce_product_write_panel_tabsincludes\class-cn-custom-woo-tabs.php:167
actionwoocommerce_product_data_panelsincludes\class-cn-custom-woo-tabs.php:168
actionwoocommerce_process_product_metaincludes\class-cn-custom-woo-tabs.php:169
filterwp_default_editorincludes\class-cn-custom-woo-tabs.php:173
filtermce_buttons_2includes\class-cn-custom-woo-tabs.php:174
actionwp_enqueue_scriptsincludes\class-cn-custom-woo-tabs.php:191
actionwp_enqueue_scriptsincludes\class-cn-custom-woo-tabs.php:192
filterwoocommerce_product_tabsincludes\class-cn-custom-woo-tabs.php:194
Maintenance & Trust

Cn Custom Tabs Maintenance & Trust

Maintenance Signals

WordPress version tested5.9.13
Last updatedMar 25, 2022
PHP min version
Downloads1K

Community Trust

Rating100/100
Number of ratings1
Active installs0
Developer Profile

Cn Custom Tabs Developer Profile

shivam2

1 plugin · 0 total installs

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

How We Detect Cn Custom Tabs

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/cn-custom-tabs/assets/tabs/custom-tabs.css/wp-content/plugins/cn-custom-tabs/assets/tabs/custom-tabs.js/wp-content/plugins/cn-custom-tabs/admin/css/cn-custom-woo-tabs-admin.css/wp-content/plugins/cn-custom-tabs/admin/js/cn-custom-woo-tabs-admin.js
Script Paths
/wp-content/plugins/cn-custom-tabs/assets/tabs/custom-tabs.js/wp-content/plugins/cn-custom-tabs/admin/js/cn-custom-woo-tabs-admin.js
Version Parameters
cn-custom-woo-tabs-admin.css?ver=cn-custom-woo-tabs-admin.js?ver=custom-tabs.css?ver=custom-tabs.js?ver=

HTML / DOM Fingerprints

CSS Classes
wc_product_tabs_tabcn-woo-custom-tab-dividercntab_
Data Attributes
id="woocommerce_custom_product_tabs"id="cn_options_group"id="cn_delete_tabs_"id="cn_delete_tabs_"name="cn_woo_products_tabs"name="cn_woo_products_tabs_content"
JS Globals
cn_tabs_editor_settings
Shortcode Output
<a href="#woocommerce_custom_product_tabs"><span>Cn Custom Tabs</span></a>
FAQ

Frequently Asked Questions about Cn Custom Tabs