Embed Post Security & Risk Analysis

wordpress.org/plugins/embed-post

Embed a Post within another Post or Page using [embed_post] shortcode.

100 active installs v1.1 PHP + WP 2.6+ Updated Feb 28, 2020
contentembedexcerptpagepost
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Embed Post Safe to Use in 2026?

Generally Safe

Score 85/100

Embed Post 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 "embed-post" plugin v1.1 demonstrates a generally strong security posture based on the provided static analysis. The code exhibits excellent practices by utilizing prepared statements for all SQL queries and ensuring proper output escaping, with no identified dangerous functions or file operations. The attack surface is minimal, consisting solely of one shortcode, and crucially, there are no unprotected entry points. The absence of external HTTP requests and the lack of bundled libraries further reduce potential vulnerabilities.

However, a significant concern arises from the complete absence of nonce checks and capability checks. While the current analysis shows no direct vulnerabilities, the lack of these fundamental security measures means that the shortcode, even if it doesn't directly execute sensitive operations now, could become a vector for CSRF attacks or privilege escalation if any future modifications introduce such risks or if the shortcode's functionality is extended. The vulnerability history is clean, indicating a low likelihood of existing known issues, but the lack of protective checks remains a latent risk.

In conclusion, the plugin is well-coded with good basic security hygiene. The primary weakness lies in the omission of authorization and anti-CSRF mechanisms, which, while not currently exploited, represents a significant oversight in robust WordPress security. Addressing these checks would elevate the plugin's security to a more resilient level against potential future threats.

Key Concerns

  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Embed Post Security Vulnerabilities

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

Embed Post 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

Embed Post Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[embed_post] embed-post.php:85
Maintenance & Trust

Embed Post Maintenance & Trust

Maintenance Signals

WordPress version tested5.3.21
Last updatedFeb 28, 2020
PHP min version
Downloads5K

Community Trust

Rating86/100
Number of ratings3
Active installs100
Developer Profile

Embed Post Developer Profile

Ghanshyam Khanal

1 plugin · 100 total installs

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

How We Detect Embed Post

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
embed_postembed_post_more
Shortcode Output
<div class="embed_post"><a href="" title="Read More" class="embed_post_more">Read More...</a><a href="
FAQ

Frequently Asked Questions about Embed Post