Forum REST API Security & Risk Analysis

wordpress.org/plugins/forum-rest-api

A simple REST API to retrieve forum-related data, including forums, topics, and replies.

0 active installs v1.0.0 PHP 7.2+ WP 5.2+ Updated Oct 31, 2024
apiforumsrest-api
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Forum REST API Safe to Use in 2026?

Generally Safe

Score 92/100

Forum REST API has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1yr ago
Risk Assessment

The "forum-rest-api" plugin version 1.0.0 exhibits a significant security risk due to its unprotected REST API routes. While the plugin demonstrates good practices in other areas, such as the absence of dangerous functions, proper SQL statement preparation, and output escaping, the direct exposure of three REST API routes without any permission callbacks is a major concern. This creates an easily accessible attack surface for unauthenticated users.

Static analysis revealed no critical taint flows, dangerous functions, or vulnerability history, which are positive indicators. However, the lack of nonce checks and capability checks, coupled with the unprotected REST API routes, means that any functionality exposed through these routes could be exploited by malicious actors without proper authorization. The plugin's current security posture is therefore compromised by this oversight, leaving it vulnerable to potential unauthorized data manipulation or access.

Key Concerns

  • REST API routes without permission callbacks
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

Forum REST API Security Vulnerabilities

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

Forum REST API Code Analysis

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

Forum REST API Attack Surface

Entry Points3
Unprotected3

REST API Routes 3

GET/wp-json/bbpress/v1/forumsforum-rest-api.php:24
GET/wp-json/bbpress/v1/topicsforum-rest-api.php:31
GET/wp-json/bbpress/v1/repliesforum-rest-api.php:38
WordPress Hooks 1
actionfra_rest_api_initforum-rest-api.php:21
Maintenance & Trust

Forum REST API Maintenance & Trust

Maintenance Signals

WordPress version tested6.6.5
Last updatedOct 31, 2024
PHP min version7.2
Downloads724

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Forum REST API Developer Profile

Drew Winkles

1 plugin · 0 total installs

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

How We Detect Forum REST API

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

Asset Fingerprints

HTML / DOM Fingerprints

REST Endpoints
/wp-json/bbpress/v1/forums/wp-json/bbpress/v1/topics/wp-json/bbpress/v1/replies
FAQ

Frequently Asked Questions about Forum REST API