Simple Statistics for Feeds Security & Risk Analysis

wordpress.org/plugins/simple-feed-stats

Tracks your feeds and displays your feed count via shortcode.

900 active installs v20260202 PHP 5.6.20+ WP 4.7+ Updated Feb 2, 2026
feedrssstatisticsstatssubscribers
99
A · Safe
CVEs total1
Unpatched0
Last CVEAug 22, 2025
Safety Verdict

Is Simple Statistics for Feeds Safe to Use in 2026?

Generally Safe

Score 99/100

Simple Statistics for Feeds has a strong security track record. Known vulnerabilities have been patched promptly.

1 known CVELast CVE: Aug 22, 2025Updated 1mo ago
Risk Assessment

The "simple-feed-stats" plugin v20260202 exhibits a mixed security posture. On the positive side, it demonstrates good practices by having no unauthenticated AJAX handlers or REST API routes, and it includes a reasonable number of nonce and capability checks. The absence of file operations and external HTTP requests further reduces its attack surface. However, there are areas of concern, particularly in its handling of SQL queries and output escaping. While the majority of SQL queries use prepared statements, a significant percentage do not, posing a potential risk for SQL injection vulnerabilities. Similarly, the 74% proper output escaping rate means that a notable portion of outputs are not adequately sanitized, potentially leading to Cross-Site Scripting (XSS) vulnerabilities.

The taint analysis reveals one flow with an unsanitized path, which is flagged as high severity. This is a critical indicator of a potential vulnerability that could be exploited if an attacker can control input leading to this unsanitized path. The vulnerability history shows one medium severity CVE for Cross-Site Request Forgery (CSRF) in the past, which, while currently patched, suggests a pattern of past security weaknesses that require ongoing vigilance. The plugin is currently free of unpatched CVEs, which is a positive sign, but the past medium severity CSRF vulnerability combined with the high-severity taint flow warrants careful consideration.

In conclusion, while "simple-feed-stats" has strengths in its limited external interactions and its efforts to secure entry points, the presence of unsanitized paths in taint analysis and a history of past vulnerabilities, coupled with less than ideal SQL and output sanitization, indicate that this plugin is not entirely without risk. Continued monitoring and development focusing on hardening the sanitization of SQL queries and all output will be crucial for maintaining a secure environment.

Key Concerns

  • High severity taint flow with unsanitized path
  • SQL queries not using prepared statements (42%)
  • Output escaping not properly handled (26%)
  • Past medium severity CVE (CSRF)
Vulnerabilities
1

Simple Statistics for Feeds Security Vulnerabilities

CVEs by Year

1 CVE in 2025
2025
Patched Has unpatched

Severity Breakdown

Medium
1

1 total CVE

CVE-2025-57892medium · 4.3Cross-Site Request Forgery (CSRF)

Simple Statistics for Feeds <= 20250322 - Cross-Site Request Forgery

Aug 22, 2025 Patched in 20250820 (5d)
Code Analysis
Analyzed Mar 16, 2026

Simple Statistics for Feeds Code Analysis

Dangerous Functions
0
Raw SQL Queries
10
14 prepared
Unescaped Output
39
109 escaped
Nonce Checks
3
Capability Checks
4
File Operations
0
External Requests
0
Bundled Libraries
0

SQL Query Safety

58% prepared24 total queries

Output Escaping

74% escaped148 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

2 flows1 with unsanitized paths
<sfs-admin> (sfs-admin.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Simple Statistics for Feeds Attack Surface

Entry Points5
Unprotected0

Shortcodes 5

[sfs_subscriber_count] sfs-shortcodes.php:25
[sfs_count_badge] sfs-shortcodes.php:55
[sfs_count_simple] sfs-shortcodes.php:109
[sfs_rss2_count] sfs-shortcodes.php:125
[sfs_comments_count] sfs-shortcodes.php:141
WordPress Hooks 28
actioninitsfs-admin.php:11
actionadmin_initsfs-admin.php:21
actionadmin_menusfs-admin.php:31
filteradmin_footer_textsfs-admin.php:99
actionwpmu_new_blogsfs-admin.php:219
filterwpmu_drop_tablessfs-admin.php:230
actioncurrent_screensfs-admin.php:266
actionwp_dashboard_setupsfs-admin.php:431
filterplugin_action_linkssimple-feed-stats.php:51
filterplugin_row_metasimple-feed-stats.php:52
actionadmin_initsimple-feed-stats.php:53
filterthe_contentsimple-feed-stats.php:60
filterwidget_textsimple-feed-stats.php:61
actionwp_headsimple-feed-stats.php:122
filterthe_contentsimple-feed-stats.php:147
filterthe_excerptsimple-feed-stats.php:148
actionwpsimple-feed-stats.php:340
filterthe_excerpt_rsssimple-feed-stats.php:404
filtercomment_text_rsssimple-feed-stats.php:405
filtercomment_textsimple-feed-stats.php:406
actionrdf_headersimple-feed-stats.php:444
actionrss2_headsimple-feed-stats.php:478
actionatom_headsimple-feed-stats.php:506
actioncommentsrss2_headsimple-feed-stats.php:540
actioncomments_atom_headsimple-feed-stats.php:568
actionadmin_initsimple-feed-stats.php:682
actionadmin_initsimple-feed-stats.php:728
actionsfs_create_transientssimple-feed-stats.php:949

Scheduled Events 2

sfs_create_transients
sfs_create_transients
Maintenance & Trust

Simple Statistics for Feeds Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedFeb 2, 2026
PHP min version5.6.20
Downloads94K

Community Trust

Rating96/100
Number of ratings58
Active installs900
Developer Profile

Simple Statistics for Feeds Developer Profile

Jeff Starr

30 plugins · 1.2M total installs

78
trust score
Avg Security Score
98/100
Avg Patch Time
345 days
View full developer profile
Detection Fingerprints

How We Detect Simple Statistics for Feeds

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-feed-stats/

HTML / DOM Fingerprints

CSS Classes
sfs-widgetsfs-feed-stats
Data Attributes
data-sfs-feeddata-sfs-id
JS Globals
sfs_feed_data
Shortcode Output
[simple_feed_stats[sfs_stats
FAQ

Frequently Asked Questions about Simple Statistics for Feeds