Broadcast to Telegram Security & Risk Analysis

wordpress.org/plugins/broadcast-to-telegram

Allows WordPress sites to send notifications to a Telegram channel. It's possible send notification to multiple channels.

10 active installs v1.2.0 PHP + WP 4.4+ Updated Feb 4, 2017
bot-apichannelmessengernotificationtelegram
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Broadcast to Telegram Safe to Use in 2026?

Generally Safe

Score 85/100

Broadcast to Telegram has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 9yr ago
Risk Assessment

The broadcast-to-telegram plugin v1.2.0 exhibits a mixed security posture. While it impressively reports zero AJAX handlers, REST API routes, shortcodes, or cron events, indicating a minimal direct attack surface, this is overshadowed by significant concerns within its code analysis. The absence of capability checks is particularly alarming, suggesting that all functionalities could potentially be accessed by any user. Furthermore, the critical finding of 100% of SQL queries being unescaped, coupled with 100% of output not being properly escaped, points to a high risk of SQL injection and Cross-Site Scripting (XSS) vulnerabilities. The taint analysis revealing unsanitized paths, while not reaching critical or high severity in this report, is a red flag that warrants attention.

Its vulnerability history is clean, with no recorded CVEs, which is a positive sign. This suggests a history of responsible development or limited exposure. However, the absence of past vulnerabilities does not negate the risks identified in the current static analysis. The plugin demonstrates a strength in not using bundled libraries and performing external HTTP requests securely (implied by absence of specific concerns). The presence of one nonce check is a positive, though its effectiveness is undermined by the lack of capability checks. The overall risk is moderate to high due to the easily exploitable code-level weaknesses, despite the lack of a public vulnerability record.

Key Concerns

  • 100% SQL queries not using prepared statements
  • 100% output not properly escaped
  • 0 Capability checks present
  • 2 Flows with unsanitized paths
Vulnerabilities
None known

Broadcast to Telegram Security Vulnerabilities

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

Broadcast to Telegram Code Analysis

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

SQL Query Safety

0% prepared1 total queries

Output Escaping

0% escaped16 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
brtg_update_options_form (admin-page.php:34)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Broadcast to Telegram Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionadmin_menuadmin-page.php:156
actionadd_meta_boxesbroadcast-to-telegram.php:170
actionpublish_postbroadcast-to-telegram.php:240
Maintenance & Trust

Broadcast to Telegram Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.32
Last updatedFeb 4, 2017
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Broadcast to Telegram Developer Profile

EnzoCostantini55

1 plugin · 10 total installs

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

How We Detect Broadcast to Telegram

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/broadcast-to-telegram/images/telegram-icon.png

HTML / DOM Fingerprints

HTML Comments
<!-- Notify to Telegram -->
Data Attributes
name="brtg_wasSent"id="brtg_wasSent"name="brtg_channels[]"id="
FAQ

Frequently Asked Questions about Broadcast to Telegram