WP Blog Posts Security & Risk Analysis

wordpress.org/plugins/wp-blog-posts

WP Blog Posts plugin ability to display blog posts with title, short description, date, etc... to our website.

0 active installs v1.0.2 PHP 5.6+ WP 4.7+ Updated Aug 1, 2021
blog-sectionlatest-postpost-by-categorywordpress-blogwp-blog-post
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Blog Posts Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 4yr ago
Risk Assessment

The "wp-blog-posts" v1.0.2 plugin exhibits a generally strong security posture based on the provided static analysis. The absence of known CVEs and a clean vulnerability history indicate a commitment to security or a lack of past issues. The plugin also adheres to good practices by not utilizing dangerous functions, performing file operations, or making external HTTP requests. Crucially, all identified SQL queries are prepared statements, mitigating SQL injection risks. However, a significant concern is the low percentage of properly escaped output (38%). This indicates a potential for Cross-Site Scripting (XSS) vulnerabilities, particularly if user-supplied data is being displayed without adequate sanitization. Furthermore, the complete absence of nonce checks and capability checks across all entry points is a notable weakness. While the static analysis reports no unprotected entry points, the lack of these security measures leaves the plugin vulnerable to CSRF attacks and unauthorized actions if the single shortcode can be exploited to perform sensitive operations. The plugin's limited attack surface is a positive factor, but the unescaped output and missing authorization checks are the primary areas of concern.

Key Concerns

  • Low output escaping coverage
  • Missing nonce checks on entry points
  • Missing capability checks on entry points
Vulnerabilities
None known

WP Blog Posts Security Vulnerabilities

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

WP Blog Posts Code Analysis

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

Output Escaping

38% escaped21 total outputs
Attack Surface

WP Blog Posts Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[wp_blog_posts] wp-blog-posts.php:43
WordPress Hooks 5
actionactivated_pluginwp-blog-posts.php:31
actionadmin_enqueue_scriptswp-blog-posts.php:34
actionwp_enqueue_scriptswp-blog-posts.php:35
actionadmin_menuwp-blog-posts.php:38
actionadmin_initwp-blog-posts.php:40
Maintenance & Trust

WP Blog Posts Maintenance & Trust

Maintenance Signals

WordPress version tested5.8.13
Last updatedAug 1, 2021
PHP min version5.6
Downloads1K

Community Trust

Rating100/100
Number of ratings2
Active installs0
Developer Profile

WP Blog Posts Developer Profile

Laxman Prajapati

2 plugins · 500 total installs

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

How We Detect WP Blog Posts

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-blog-posts/assets/css/wpbp-backend.css/wp-content/plugins/wp-blog-posts/assets/css/wpbp-front.css
Version Parameters
wp-blog-posts/assets/css/wpbp-backend.css?ver=wp-blog-posts/assets/css/wpbp-front.css?ver=

HTML / DOM Fingerprints

CSS Classes
wpbp_blog_listingwpbp_columnwpbp-article-contentwpbp_image_container
Data Attributes
wpbp-switchwpbp-shortcodewpbp-descriptionwpbp-logo-areawpbp_logowpbp-title-area+2 more
Shortcode Output
[wp_blog_posts limit="5" column="3" cat="5"]
FAQ

Frequently Asked Questions about WP Blog Posts