Post and Comment Growth Security & Risk Analysis

wordpress.org/plugins/post-and-comments-growth

Generates a graph to display population growth for posts and comments.

10 active installs v1.0.1 PHP + WP + Updated Apr 6, 2009
ajaxcommentspostsstatisticswpmu
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Post and Comment Growth Safe to Use in 2026?

Generally Safe

Score 85/100

Post and Comment Growth has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 17yr ago
Risk Assessment

The 'post-and-comments-growth' plugin v1.0.1 presents a mixed security picture. On one hand, the plugin has a remarkably small attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events. This significantly reduces the potential for external exploitation vectors. Furthermore, the plugin demonstrates good practices by predominantly using prepared statements for its 31 SQL queries and by avoiding external HTTP requests and file operations, which are common sources of vulnerabilities.

However, several concerning aspects are present. The most significant is the complete lack of output escaping for the 5 identified output points, indicating a high risk of Cross-Site Scripting (XSS) vulnerabilities. The absence of nonce checks and capability checks on any entry points, though the attack surface is zero, implies that if any new entry points were added without these safeguards, they would be immediately vulnerable. The use of `set_time_limit` is also a potential concern, as it can be abused in certain contexts to extend script execution time, potentially leading to denial-of-service or resource exhaustion.

The plugin's vulnerability history is clean, with no recorded CVEs. This, combined with the static analysis findings, suggests that while the current code has significant flaws (especially regarding output escaping), it has not historically been a source of exploitable vulnerabilities. Overall, the plugin has a strong foundation in terms of limiting attack vectors and handling database interactions securely, but critical weaknesses in output sanitization and authentication checks present a notable risk that needs immediate attention.

Key Concerns

  • 0% output escaping
  • 0 nonce checks
  • 0 capability checks
  • Dangerous function set_time_limit used
Vulnerabilities
None known

Post and Comment Growth Security Vulnerabilities

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

Post and Comment Growth Release Timeline

No version history available.
Code Analysis
Analyzed Apr 16, 2026

Post and Comment Growth Code Analysis

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

Dangerous Functions Found

set_time_limitset_time_limit(0);setting.php:29

SQL Query Safety

94% prepared31 total queries

Output Escaping

0% escaped5 total outputs
Attack Surface

Post and Comment Growth Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionadmin_menusetting.php:12
Maintenance & Trust

Post and Comment Growth Maintenance & Trust

Maintenance Signals

WordPress version tested2.7
Last updatedApr 6, 2009
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Post and Comment Growth Developer Profile

ctltwp

18 plugins · 6K total installs

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

How We Detect Post and Comment Growth

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/post-and-comments-growth/functions.php/wp-content/plugins/post-and-comments-growth/startup.php
Script Paths
http://www.google.com/jsapi

HTML / DOM Fingerprints

CSS Classes
wrap
Data Attributes
id='post_div'
JS Globals
google
FAQ

Frequently Asked Questions about Post and Comment Growth