Topic Like Button for bbPress Security & Risk Analysis

wordpress.org/plugins/bbp-topic-like-button

Defines two functions: bbp_topic_like_button() and get_bbp_topic_like_button(). Use these in your bbPress topic template file to add an ajax powered l …

10 active installs v1.0 PHP 5.6+ WP 4.7+ Updated Oct 25, 2018
bbpresslikelike-buttontopic
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Topic Like Button for bbPress Safe to Use in 2026?

Generally Safe

Score 85/100

Topic Like Button for bbPress 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 bbp-topic-like-button v1.0 plugin exhibits a mixed security posture. On the positive side, the code analysis reveals no dangerous functions, all SQL queries are properly prepared, and there are no file operations or external HTTP requests, which are excellent security practices. The absence of known vulnerabilities in its history further suggests a relatively clean track record.

However, the plugin presents significant security concerns due to its unprotected entry points. It exposes two AJAX handlers that lack any authentication or capability checks. This means that any user, regardless of their logged-in status or permissions, could potentially trigger these actions, opening the door for various attacks if the functionality behind these handlers is not inherently safe or is susceptible to manipulation.

While the lack of critical taint flows and dangerous functions is reassuring, the unprotected AJAX endpoints represent a direct and exploitable attack surface. The absence of nonces on these handlers, combined with the lack of capability checks, means an attacker could easily send crafted requests to these endpoints. Therefore, despite its strengths in other areas, the unprotected AJAX handlers significantly elevate the risk associated with this plugin.

Key Concerns

  • AJAX handlers without auth checks
  • AJAX handlers without nonce checks
  • Outputs not properly escaped
Vulnerabilities
None known

Topic Like Button for bbPress Security Vulnerabilities

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

Topic Like Button for bbPress Code Analysis

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

Output Escaping

75% escaped4 total outputs
Attack Surface
2 unprotected

Topic Like Button for bbPress Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_bbpress_topic_like_button_get_buttoninc\bbPtlbLikeButton.php:21
authwp_ajax_bbpress_topic_like_button_clickinc\bbPtlbLikeButton.php:22
WordPress Hooks 2
actionadmin_initinc\bbPtlbLikeButton.php:17
actionwp_enqueue_scriptsinc\bbPtlbLikeButton.php:20
Maintenance & Trust

Topic Like Button for bbPress Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedOct 25, 2018
PHP min version5.6
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Topic Like Button for bbPress Developer Profile

dahousecatz

2 plugins · 1K total installs

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

How We Detect Topic Like Button for bbPress

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/bbp-topic-like-button/js/bbpress-topic-like-button.js
Script Paths
/wp-content/plugins/bbp-topic-like-button/js/bbpress-topic-like-button.js
Version Parameters
bbp-topic-like-button/js/bbpress-topic-like-button.js?ver=

HTML / DOM Fingerprints

CSS Classes
bbpress-topic-like-button
Data Attributes
bbptlp_object
JS Globals
bbptlp_object
Shortcode Output
<span class="bbpress-topic-like-button"></span>
FAQ

Frequently Asked Questions about Topic Like Button for bbPress