Category Wise Post Listing Shortcode Security & Risk Analysis

wordpress.org/plugins/category-wise-post-listing-shortcode

Important Note:

0 active installs v1.3 PHP + WP + Updated Nov 13, 2019
categorycategory-wise-listingpostpost-listing
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Category Wise Post Listing Shortcode Safe to Use in 2026?

Generally Safe

Score 85/100

Category Wise Post Listing Shortcode 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 "category-wise-post-listing-shortcode" plugin v1.3 exhibits a mixed security posture. On the positive side, the plugin demonstrates good practices by utilizing prepared statements for all SQL queries and not making external HTTP requests or performing file operations. The lack of known CVEs and a clean vulnerability history further suggest a generally secure development approach. However, a significant concern arises from the complete absence of output escaping for all identified output points. This means that any data displayed by the shortcode is not being sanitized, leaving it vulnerable to cross-site scripting (XSS) attacks if user-supplied data is ever incorporated into the output. Additionally, the plugin has zero nonce and capability checks, which, while not directly leading to exploitable vulnerabilities in this specific analysis (due to a lack of apparent user-controlled input reaching sensitive functions or external interaction points), represent a significant gap in secure coding practices that could be exploited if the plugin were to evolve or interact differently with user input in the future. The limited attack surface, consisting solely of a single shortcode with no apparent unprotected entry points or dangerous functions, mitigates some of the immediate risk, but the unescaped output remains a notable weakness.

Key Concerns

  • Output not properly escaped
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Category Wise Post Listing Shortcode Security Vulnerabilities

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

Category Wise Post Listing Shortcode Code Analysis

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

Output Escaping

0% escaped1 total outputs
Attack Surface

Category Wise Post Listing Shortcode Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[cat_listing] category-wise-post-listing-shortcode.php:12
Maintenance & Trust

Category Wise Post Listing Shortcode Maintenance & Trust

Maintenance Signals

WordPress version tested5.1.22
Last updatedNov 13, 2019
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Category Wise Post Listing Shortcode Developer Profile

Chintan Acharya

1 plugin · 0 total installs

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

How We Detect Category Wise Post Listing Shortcode

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/category-wise-post-listing-shortcode/template/category_listing.php

HTML / DOM Fingerprints

CSS Classes
entrycomments-linkpostmetadata
Shortcode Output
<h2><a<small><div class="entry"><?php the_excerpt(); ?>
FAQ

Frequently Asked Questions about Category Wise Post Listing Shortcode