Posts in Posts Security & Risk Analysis

wordpress.org/plugins/posts-in-posts

Posts in Posts grabs posts based on tag, category or just recent, and display them inline with a post

40 active installs v0.6 PHP + WP 3.1+ Updated Sep 30, 2011
categorypostsrecenttag
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Posts in Posts Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 14yr ago
Risk Assessment

The 'posts-in-posts' plugin version 0.6 exhibits a strong security posture based on the provided static analysis. The absence of dangerous functions, reliance on prepared statements for all SQL queries, and 100% output escaping indicate good development practices. Furthermore, the plugin has no recorded vulnerabilities or CVEs, suggesting a history of stable and secure code.

However, there are areas for improvement. The complete lack of nonce checks and capability checks across all entry points (shortcodes in this case) presents a potential risk. While the attack surface is small and there are no unprotected entry points noted in the initial scan, relying solely on WordPress's default context for shortcodes might expose it to certain types of attacks if not handled carefully within the shortcode's callback function. The taint analysis showing zero flows is positive, but the overall lack of security checks on entry points remains a concern for more complex implementations.

In conclusion, 'posts-in-posts' v0.6 is currently a low-risk plugin due to its clean code and vulnerability-free history. The developers have implemented fundamental security measures correctly. The primary concern lies in the absence of explicit security checks (nonces and capabilities) on its shortcodes, which, while not directly exploited in the static analysis, represent a weakness that could be leveraged in conjunction with other factors or future code changes.

Key Concerns

  • Missing nonce checks on shortcodes
  • Missing capability checks on shortcodes
Vulnerabilities
None known

Posts in Posts Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Posts in Posts Release Timeline

v0.6Current
Code Analysis
Analyzed Mar 16, 2026

Posts in Posts Code Analysis

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

SQL Query Safety

100% prepared1 total queries
Attack Surface

Posts in Posts Attack Surface

Entry Points2
Unprotected0

Shortcodes 2

[posts] posts-n-posts.php:32
[showposts] posts-n-posts.php:33
Maintenance & Trust

Posts in Posts Maintenance & Trust

Maintenance Signals

WordPress version tested3.1.4
Last updatedSep 30, 2011
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs40
Developer Profile

Posts in Posts Developer Profile

WolfieZero

2 plugins · 50 total installs

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

How We Detect Posts in Posts

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/posts-in-posts/

HTML / DOM Fingerprints

Shortcode Output
<ul><li><a href=</a> - </li></ul>
FAQ

Frequently Asked Questions about Posts in Posts