Display Site Numbers Security & Risk Analysis

wordpress.org/plugins/display-site-numbers

Widget and shortcode to display all relevant site content numbers

20 active installs v1.1 PHP + WP 4.0.1+ Updated Mar 13, 2024
count-categoriescount-postscounterswidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Display Site Numbers Safe to Use in 2026?

Generally Safe

Score 85/100

Display Site Numbers has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 2yr ago
Risk Assessment

The "display-site-numbers" v1.1 plugin presents a mixed security picture. On the positive side, it has a very small attack surface with only one shortcode and no recorded vulnerabilities or CVEs in its history, suggesting a relatively stable and potentially well-maintained codebase. The absence of dangerous functions, file operations, and external HTTP requests is also reassuring.

However, there are significant concerns stemming from the code analysis. The most critical issue is the presence of a SQL query that does not use prepared statements, which, combined with the lack of any nonce or capability checks on its entry points, creates a notable risk. Furthermore, the very low percentage of properly escaped output (9%) indicates a high probability of cross-site scripting (XSS) vulnerabilities, as user-supplied data could be directly rendered in the browser without proper sanitization.

While the lack of known vulnerabilities is a strength, it should not be seen as a guarantee of security, especially given the identified weaknesses in data handling and output sanitization. The plugin would significantly benefit from implementing prepared statements for all SQL queries and robust output escaping for all dynamic content to mitigate the identified risks.

Key Concerns

  • Raw SQL query without prepared statements
  • Low percentage of properly escaped output
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

Display Site Numbers Security Vulnerabilities

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

Display Site Numbers Code Analysis

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

SQL Query Safety

0% prepared1 total queries

Output Escaping

9% escaped23 total outputs
Attack Surface

Display Site Numbers Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[DSN-list] display-site-numbers.php:269
WordPress Hooks 3
actionwp_enqueue_scriptsdisplay-site-numbers.php:44
actionwidgets_initdisplay-site-numbers.php:207
actionplugins_loadeddisplay-site-numbers.php:214
Maintenance & Trust

Display Site Numbers Maintenance & Trust

Maintenance Signals

WordPress version tested6.4.8
Last updatedMar 13, 2024
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings2
Active installs20
Developer Profile

Display Site Numbers Developer Profile

fmarzocca

2 plugins · 720 total installs

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

How We Detect Display Site Numbers

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/display-site-numbers/DSN.css

HTML / DOM Fingerprints

CSS Classes
DSN-wrapperchoice
Data Attributes
id="display-site-numbers"for="display-site-numbers"id="display-site-numbers-title"name="display-site-numbers-title"id="display-site-numbers-ck_posts"name="display-site-numbers-ck_posts"+12 more
Shortcode Output
<div class="DSN-wrapper"><ul>
FAQ

Frequently Asked Questions about Display Site Numbers