bbPress Topic and Reply Author Override Security & Risk Analysis

wordpress.org/plugins/bbp-topic-and-reply-author-override

bbPress Topic and Reply Author Override

10 active installs v1.2 PHP + WP 4.3+ Updated Mar 7, 2020
bbpresschange-post-author
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is bbPress Topic and Reply Author Override Safe to Use in 2026?

Generally Safe

Score 85/100

bbPress Topic and Reply Author Override has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 6yr ago
Risk Assessment

The "bbp-topic-and-reply-author-override" plugin v1.2 exhibits a strong security posture based on the provided static analysis. The plugin demonstrates excellent practices by avoiding dangerous functions, using prepared statements for all SQL queries, and correctly implementing nonce and capability checks. Furthermore, the absence of external HTTP requests and file operations reduces potential attack vectors.

However, a significant concern arises from the output escaping analysis, where 100% of observed outputs are not properly escaped. This indicates a potential for Cross-Site Scripting (XSS) vulnerabilities, especially if user-supplied data is directly outputted without sanitization. The taint analysis shows no unsanitized flows, which is positive, but the lack of output escaping means that even without direct taint, improperly handled user input could still lead to XSS.

The vulnerability history is completely clean, with no recorded CVEs. This suggests a history of secure development or a lack of public scrutiny. While this is a strength, it doesn't negate the identified output escaping weakness. In conclusion, the plugin has a solid foundation with secure data handling for SQL and authentication, but the unescaped output is a critical flaw that needs immediate attention.

Key Concerns

  • All outputs are unescaped
Vulnerabilities
None known

bbPress Topic and Reply Author Override Security Vulnerabilities

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

bbPress Topic and Reply Author Override Code Analysis

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

SQL Query Safety

100% prepared2 total queries

Output Escaping

0% escaped1 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
save_metabox (bbp-topic-and-reply-author-override.php:113)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

bbPress Topic and Reply Author Override Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionload-post.phpbbp-topic-and-reply-author-override.php:40
actionload-post-new.phpbbp-topic-and-reply-author-override.php:41
actionadd_meta_boxesbbp-topic-and-reply-author-override.php:50
actionsave_postbbp-topic-and-reply-author-override.php:51
Maintenance & Trust

bbPress Topic and Reply Author Override Maintenance & Trust

Maintenance Signals

WordPress version tested5.4.19
Last updatedMar 7, 2020
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

bbPress Topic and Reply Author Override Developer Profile

P Roy

6 plugins · 12K total installs

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

How We Detect bbPress Topic and Reply Author Override

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
bbp_author_override_metabox
Data Attributes
id="bbp_author_override_metabox"name="post_author_override"
FAQ

Frequently Asked Questions about bbPress Topic and Reply Author Override