Fast BlockControl Security & Risk Analysis

wordpress.org/plugins/fast-blockcontrol

Easily Control The Visibility Of Your Gutenberg Blocks With Tags

10 active installs v1.2.2 PHP 7.4+ WP 4.0+ Updated Aug 9, 2023
block-conditionsconditional-contentfast-block-controlfast-blockcontrolgutenberg-blocks
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Fast BlockControl Safe to Use in 2026?

Generally Safe

Score 85/100

Fast BlockControl has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 2yr ago
Risk Assessment

The "fast-blockcontrol" v1.2.2 plugin exhibits a mixed security posture. On the positive side, there are no recorded vulnerabilities (CVEs) in its history, and the static analysis shows no dangerous functions, file operations, external HTTP requests, or critical taint analysis findings. Furthermore, all output appears to be properly escaped, and there are no bundled libraries that could introduce outdated components. This suggests a degree of care in its development regarding common vulnerability vectors.

However, significant concerns arise from the identified attack surface. The plugin exposes one REST API route that lacks permission callbacks, meaning it's accessible without proper authentication. This is a critical oversight, as an attacker could potentially interact with this endpoint in unintended ways, leading to various security issues depending on its functionality. The absence of nonce checks and capability checks on this entry point exacerbates the risk. The presence of a SQL query that does not use prepared statements is another weakness, potentially opening the door to SQL injection vulnerabilities if user input is not meticulously sanitized before being used in the query.

While the lack of historical vulnerabilities is reassuring, it doesn't negate the risks identified in the current code. The high number of unprotected entry points, particularly the REST API route, coupled with the raw SQL query, represents the most immediate threats. The plugin has strengths in output sanitization and avoiding common pitfalls like dangerous functions, but the identified unauthenticated REST API endpoint and the un-prepared SQL query are significant security weaknesses that need immediate attention.

Key Concerns

  • REST API route without permission callbacks
  • SQL query without prepared statements
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Fast BlockControl Security Vulnerabilities

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

Fast BlockControl Code Analysis

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

SQL Query Safety

0% prepared1 total queries
Attack Surface
1 unprotected

Fast BlockControl Attack Surface

Entry Points1
Unprotected1

REST API Routes 1

GET/wp-json/fasttag-gutenberg/v1/get-fast-tagsblock.php:4
WordPress Hooks 6
actionrest_api_initblock.php:12
actioninitblock.php:41
filterthe_contentblock.php:45
actionwp_loadedblock.php:268
filterrender_blockblock.php:291
actionenqueue_block_editor_assetsfast-block-control.php:45
Maintenance & Trust

Fast BlockControl Maintenance & Trust

Maintenance Signals

WordPress version tested6.3.8
Last updatedAug 9, 2023
PHP min version7.4
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Fast BlockControl Developer Profile

fastflow

14 plugins · 940 total installs

70
trust score
Avg Security Score
87/100
Avg Patch Time
432 days
View full developer profile
Detection Fingerprints

How We Detect Fast BlockControl

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/fast-blockcontrol/dist/block.js/wp-content/plugins/fast-blockcontrol/dist/block.css
Script Paths
/wp-content/plugins/fast-blockcontrol/dist/block.js
Version Parameters
fast-blockcontrol/dist/block.js?ver=fast-blockcontrol/dist/block.css?ver=

HTML / DOM Fingerprints

HTML Comments
wp:/wp:
Data Attributes
data-showtagsdata-hidetags
REST Endpoints
/wp-json/fasttag-gutenberg/v1/get-fast-tags
FAQ

Frequently Asked Questions about Fast BlockControl