Custom Post Types Bubbles Security & Risk Analysis

wordpress.org/plugins/custom-post-types-bubbles

Easily add notifications bubble with counters in Post Types to display either pending or draft posts.

50 active installs v2.0 PHP + WP 4+ Updated Oct 9, 2018
bubblebubblescptcpt-countercustom-post-types-bubble
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Custom Post Types Bubbles Safe to Use in 2026?

Generally Safe

Score 85/100

Custom Post Types Bubbles 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 "custom-post-types-bubbles" v2.0 plugin exhibits a mixed security posture. On the positive side, it has no known vulnerabilities in its history and boasts a minimal attack surface with all entry points appearing to be protected by authorization checks. The use of prepared statements for all SQL queries is also a strong indicator of good security practices in database interactions.

However, significant concerns arise from the static analysis. The presence of the `unserialize` function, particularly without clear sanitization or input validation context provided in the data, is a notable risk. Furthermore, the complete lack of output escaping across all identified output points is a critical vulnerability that could lead to cross-site scripting (XSS) attacks if user-supplied data is ever rendered without proper sanitization. The absence of capability checks on its single AJAX handler, despite a nonce check, leaves a potential gap for privilege escalation or unauthorized actions if the nonce can be bypassed or reused.

Given the absence of historical vulnerabilities, it's difficult to draw conclusions about long-term security trends. However, the current code analysis reveals a critical weakness in output handling and a potentially exploitable use of `unserialize`. While the protected attack surface is commendable, the identified code signals represent immediate and serious risks that must be addressed.

Key Concerns

  • Unescaped output found in all instances
  • Dangerous function 'unserialize' present
  • AJAX handler without capability check
Vulnerabilities
None known

Custom Post Types Bubbles Security Vulnerabilities

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

Custom Post Types Bubbles Code Analysis

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

Dangerous Functions Found

unserialize$options = unserialize($options);cpt-bubbles.php:77
unserialize$options = unserialize($options);cpt-bubbles.php:159

Output Escaping

0% escaped10 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
save_cptb_options (cpt-bubbles.php:207)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Custom Post Types Bubbles Attack Surface

Entry Points1
Unprotected0

AJAX Handlers 1

authwp_ajax_save_cptb_optionscpt-bubbles.php:29
WordPress Hooks 4
actionadmin_enqueue_scriptscpt-bubbles.php:21
actionplugins_loadedcpt-bubbles.php:23
actionadmin_menucpt-bubbles.php:25
filteradd_menu_classescpt-bubbles.php:27
Maintenance & Trust

Custom Post Types Bubbles Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedOct 9, 2018
PHP min version
Downloads3K

Community Trust

Rating96/100
Number of ratings4
Active installs50
Developer Profile

Custom Post Types Bubbles Developer Profile

Andreas Sofantzis

2 plugins · 450 total installs

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

How We Detect Custom Post Types Bubbles

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/custom-post-types-bubbles/assets/css/cptb.min.css/wp-content/plugins/custom-post-types-bubbles/assets/js/cptb.min.js
Script Paths
/wp-content/plugins/custom-post-types-bubbles/assets/js/cptb.min.js

HTML / DOM Fingerprints

CSS Classes
cpt-itemis-activejs-toggle-cpttoggle-cptpost-status-list-wrapperpost-status-listpost-status-itemjs-toggle-status+8 more
Data Attributes
data-cptdata-post-statusdata-colorcptb-noncenonce
FAQ

Frequently Asked Questions about Custom Post Types Bubbles