Filtered Blogs with Ajax Pagination Security & Risk Analysis

wordpress.org/plugins/filtered-blogs-with-ajax-pagination

Display blog posts with AJAX pagination, filters, and custom styles using shortcodes. Create multiple post blocks easily from the admin panel.

0 active installs v1.0.1 PHP 7.2+ WP 5.0+ Updated Dec 6, 2025
ajax-pagination-blogsajax-posts-blockrandom-postsrecent-posts-filter
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Filtered Blogs with Ajax Pagination Safe to Use in 2026?

Generally Safe

Score 100/100

Filtered Blogs with Ajax Pagination has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 3mo ago
Risk Assessment

The plugin "filtered-blogs-with-ajax-pagination" version 1.0.1 exhibits a generally strong security posture based on the provided static analysis. It demonstrates excellent practices by properly escaping all output, utilizing prepared statements for the majority of its SQL queries, and having no file operations or external HTTP requests. The absence of any recorded vulnerabilities, including CVEs, further reinforces its current perceived safety.

However, a significant concern arises from the complete lack of capability checks. While nonce checks are present, relying solely on nonces for authentication without verifying user capabilities can leave the plugin vulnerable if an attacker can bypass or forge nonces, especially in conjunction with the single shortcode entry point which could potentially be manipulated. The absence of any taint analysis flows is noted, but this may be due to the limited scope of the analysis or the simple nature of the code, rather than a guarantee of no vulnerabilities.

In conclusion, the plugin is well-coded in terms of preventing common vulnerabilities like XSS and SQL injection through proper sanitization and escaping. Its clean vulnerability history is a positive indicator. The primary weakness is the absence of robust authorization checks (capability checks) on its entry points, which represents a potential attack vector, albeit one that is not immediately exploitable without further context or attacker-driven manipulation. The lack of AJAX handlers and REST API routes without auth checks is a positive mitigation.

Key Concerns

  • Missing capability checks on entry points
Vulnerabilities
None known

Filtered Blogs with Ajax Pagination Security Vulnerabilities

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

Filtered Blogs with Ajax Pagination Code Analysis

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

SQL Query Safety

67% prepared3 total queries

Output Escaping

100% escaped29 total outputs
Attack Surface

Filtered Blogs with Ajax Pagination Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[cfbp_shortcode] public\class-cfbp-shortcode.php:89
WordPress Hooks 2
actionadmin_menuplugin-filtered-blogs-with-ajax-pagination.php:37
actionwp_enqueue_scriptspublic\class-cfbp-shortcode.php:88
Maintenance & Trust

Filtered Blogs with Ajax Pagination Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedDec 6, 2025
PHP min version7.2
Downloads249

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Filtered Blogs with Ajax Pagination Developer Profile

Shubham Sharma

1 plugin · 0 total installs

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

How We Detect Filtered Blogs with Ajax Pagination

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/filtered-blogs-with-ajax-pagination/assets/css/cfbp-style.css/wp-content/plugins/filtered-blogs-with-ajax-pagination/assets/js/cfbp-ajax.js
Script Paths
/wp-content/plugins/filtered-blogs-with-ajax-pagination/assets/js/cfbp-ajax.js
Version Parameters
filtered-blogs-with-ajax-pagination/assets/css/cfbp-style.css?ver=filtered-blogs-with-ajax-pagination/assets/js/cfbp-ajax.js?ver=

HTML / DOM Fingerprints

CSS Classes
cfbp-grid-wrappercfbp-gridcfbp-postcfbp-paginationcfbp-prevcfbp-next
Data Attributes
data-shortcode-id
JS Globals
cfbp_ajax_obj
Shortcode Output
<div class="cfbp-grid-wrapper"<div class="cfbp-grid<div class="cfbp-post"<div class="cfbp-pagination"
FAQ

Frequently Asked Questions about Filtered Blogs with Ajax Pagination