TEmbeds Security & Risk Analysis

wordpress.org/plugins/tembeds

Embed Tweets without compromising your users' privacy and your site's performance.

0 active installs v1.2.2 PHP 5.6+ WP 5.0+ Updated Aug 10, 2022
embedtweetstwitter
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is TEmbeds Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 3yr ago
Risk Assessment

The 'tembeds' plugin v1.2.2 exhibits a concerning security posture primarily due to its unprotected entry points. All identified AJAX handlers and REST API routes lack proper authentication and permission checks, creating a significant attack surface that could be exploited by unauthenticated users. While the code signals do not immediately point to critical vulnerabilities like dangerous functions or direct SQL injection risks from unsanitized paths in the taint analysis (which is limited in scope), the high percentage of improperly escaped output (82%) suggests a strong possibility of cross-site scripting (XSS) vulnerabilities. The absence of nonce checks on AJAX handlers further exacerbates the risk of CSRF attacks.

The plugin's vulnerability history is notably clean, with no recorded CVEs. This might indicate a low profile for the plugin or diligent security practices in its past development. However, the current static analysis findings, particularly the unprotected entry points and poor output escaping, are substantial weaknesses that could be exploited despite a lack of past incidents. The plugin's strengths lie in its lack of dangerous functions and a moderate use of prepared statements for its SQL queries. Overall, while the plugin doesn't appear to have known critical vulnerabilities, the unprotected attack surface and output escaping issues present significant risks that require immediate attention.

Key Concerns

  • AJAX handlers without auth checks
  • REST API routes without permission callbacks
  • Output escaping: 82% improperly escaped
  • Nonce checks: 0 on AJAX handlers
  • Capability checks: 0
  • Unsanitized paths in taint analysis
Vulnerabilities
None known

TEmbeds Security Vulnerabilities

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

TEmbeds Code Analysis

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

SQL Query Safety

60% prepared5 total queries

Output Escaping

18% escaped17 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
get_site_info (index.php:247)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
6 unprotected

TEmbeds Attack Surface

Entry Points6
Unprotected6

AJAX Handlers 5

authwp_ajax_ftf_embed_tweetindex.php:23
noprivwp_ajax_ftf_embed_tweetindex.php:24
authwp_ajax_ftf_get_site_infoindex.php:25
noprivwp_ajax_ftf_get_site_infoindex.php:26
noprivwp_ajax_ftf_media_proxyindex.php:28

REST API Routes 1

GET/wp-json/ftfproxy-mediaindex.php:643
WordPress Hooks 7
actionwp_enqueue_scriptsindex.php:22
actionrest_api_initindex.php:27
actionadmin_initindex.php:29
actionadmin_menuindex.php:30
actionrender_blockindex.php:31
filterthe_contentindex.php:32
filterplugin_action_links_tembeds/index.phpindex.php:33
Maintenance & Trust

TEmbeds Maintenance & Trust

Maintenance Signals

WordPress version tested6.0.11
Last updatedAug 10, 2022
PHP min version5.6
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

TEmbeds Developer Profile

Stefan Bohacek

3 plugins · 150 total installs

90
trust score
Avg Security Score
94/100
Avg Patch Time
8 days
View full developer profile
Detection Fingerprints

How We Detect TEmbeds

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/tembeds/dist/js/scripts.min.js/wp-content/plugins/tembeds/dist/css/styles-bs.min.css/wp-content/plugins/tembeds/dist/css/styles.min.css
Script Paths
dist/js/scripts.min.js
Version Parameters
tembeds/dist/js/scripts.min.js?ver=tembeds/dist/css/styles-bs.min.css?ver=tembeds/dist/css/styles.min.css?ver=

HTML / DOM Fingerprints

Data Attributes
ftf_aet
JS Globals
ftf_aet
REST Endpoints
/wp-json/tembeds/v1/media-proxy
FAQ

Frequently Asked Questions about TEmbeds