WP Sequential Page Number Security & Risk Analysis

wordpress.org/plugins/wp-sequential-page-number

WP Sequential Page Number is a WordPress plugin to generate a sequential page number.

0 active installs v1.3 PHP 7.0+ WP 6.5+ Updated Jan 20, 2025
numberingpagepagessequential
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Sequential Page Number Safe to Use in 2026?

Generally Safe

Score 92/100

WP Sequential Page Number has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1yr ago
Risk Assessment

The 'wp-sequential-page-number' v1.3 plugin exhibits a generally strong security posture based on the provided static analysis and vulnerability history. The plugin has no recorded CVEs, indicating a history of security awareness or lack of exploitable issues found so far. Furthermore, the static analysis reveals a remarkably small attack surface, with no AJAX handlers, REST API routes, shortcodes, or cron events exposed, and importantly, none of these are found without proper authorization checks. This lack of accessible entry points significantly reduces the potential avenues for attack.

However, the analysis does flag a concerning lack of security best practices within the code itself. The presence of one SQL query that does not utilize prepared statements is a significant risk, as it opens the door to SQL injection vulnerabilities if not handled with extreme care in sanitization. Similarly, the fact that 100% of output is not properly escaped is a critical concern, suggesting a high likelihood of cross-site scripting (XSS) vulnerabilities. The absence of any nonce checks or capability checks across the plugin further amplifies these risks, as there are no built-in mechanisms to verify user intent or permissions for sensitive operations.

In conclusion, while the plugin's limited attack surface and clean vulnerability history are positive indicators, the critical flaws identified in SQL query handling and output escaping, coupled with a complete lack of nonces and capability checks, present substantial security weaknesses. These internal code deficiencies must be addressed to mitigate the risk of SQL injection and XSS attacks.

Key Concerns

  • SQL query without prepared statements
  • 100% of outputs not properly escaped
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

WP Sequential Page Number Security Vulnerabilities

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

WP Sequential Page Number Release Timeline

v1.3Current
v1.2
v1.1
v1.0
Code Analysis
Analyzed Mar 17, 2026

WP Sequential Page Number Code Analysis

Dangerous Functions
0
Raw SQL Queries
1
0 prepared
Unescaped Output
1
0 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

0% escaped1 total outputs
Attack Surface

WP Sequential Page Number Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actioninitwp-sequential-page-number.php:22
filtermanage_page_posts_columnswp-sequential-page-number.php:24
filtermanage_edit-page_sortable_columnswp-sequential-page-number.php:25
actionmanage_page_posts_custom_columnwp-sequential-page-number.php:26
actionwp_insert_postwp-sequential-page-number.php:27
Maintenance & Trust

WP Sequential Page Number Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedJan 20, 2025
PHP min version7.0
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

WP Sequential Page Number Developer Profile

Abdul Manaf M

4 plugins · 0 total installs

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

How We Detect WP Sequential Page Number

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

Asset Fingerprints

HTML / DOM Fingerprints

HTML Comments
Add new Column header for page.Add sorting feature.Define the content into new column added.Get the meta value of created page number, if not exist will return the actual id also will update page number.+1 more
FAQ

Frequently Asked Questions about WP Sequential Page Number