Bake Posts Security & Risk Analysis

wordpress.org/plugins/bake-posts

Bake Post can be used to display recent posts and posts from particular category and tags. (Not compatible for Multisites)

30 active installs v2.2 PHP + WP 3.0.1+ Updated Jun 11, 2019
category-postidrecent-postslugtag-post
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Bake Posts Safe to Use in 2026?

Generally Safe

Score 85/100

Bake Posts 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 "bake-posts" v2.2 plugin exhibits a generally good security posture based on the provided static analysis. It demonstrates strong adherence to secure coding practices by not using dangerous functions, exclusively employing prepared statements for SQL queries, and avoiding file operations and external HTTP requests. The absence of identified taint flows, critical or high severity, further strengthens this positive assessment. The vulnerability history is also clear, with no known CVEs recorded, indicating a likely history of stable and secure development.

However, there are notable areas for improvement. The plugin has a significant weakness in its output escaping, with only 50% of outputs being properly escaped, posing a potential risk of cross-site scripting (XSS) vulnerabilities if untrusted data is not handled meticulously before rendering. Furthermore, the complete absence of nonce checks and capability checks across all entry points is a critical oversight. While the static analysis reports zero unprotected entry points, the lack of these fundamental WordPress security mechanisms leaves the shortcodes vulnerable to potential unauthorized actions or data manipulation if they interact with sensitive backend operations.

In conclusion, "bake-posts" v2.2 shows promising signs of secure development, particularly in its handling of database interactions and avoidance of risky code patterns. Its clean vulnerability history is a strong indicator of developer diligence. Nevertheless, the unescaped output and the complete lack of nonce and capability checks on its shortcodes are significant security concerns that require immediate attention to prevent potential exploitation and ensure the overall robustness of the plugin.

Key Concerns

  • 50% of output not properly escaped
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

Bake Posts Security Vulnerabilities

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

Bake Posts Code Analysis

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

Output Escaping

50% escaped4 total outputs
Attack Surface

Bake Posts Attack Surface

Entry Points3
Unprotected0

Shortcodes 3

[bake-post-category] bake-posts.php:119
[bake-post-tags] bake-posts.php:120
[bake-post-recent] bake-posts.php:121
WordPress Hooks 4
filterexcerpt_morebake-posts.php:45
filterwidget_textbake-posts.php:123
actionadmin_menusettings.php:2
actionadmin_initsettings.php:129
Maintenance & Trust

Bake Posts Maintenance & Trust

Maintenance Signals

WordPress version tested5.2.24
Last updatedJun 11, 2019
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings3
Active installs30
Developer Profile

Bake Posts Developer Profile

wpnaga

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 Bake Posts

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/bake-posts/images/author.png/wp-content/plugins/bake-posts/images/time.png/wp-content/plugins/bake-posts/images/category.png

HTML / DOM Fingerprints

CSS Classes
hide
Data Attributes
id="bake_post_recent"id="bakeposts-form"id="baketype"id="type-reflex"id="category_list"id="tags_list"+6 more
Shortcode Output
<ul style="list-style-type:none;line-height:24px;" id="bake_post_recent"><li<small><img src="plugins_url('images/author.png', __FILE__)
FAQ

Frequently Asked Questions about Bake Posts