WP-Paginate Security & Risk Analysis

wordpress.org/plugins/wp-paginate

WP-Paginate is a simple and flexible pagination plugin which provides users with better navigation on your WordPress site.

20K active installs v2.2.4 PHP + WP + Updated Feb 19, 2025
navigationpagepaginatepaginationwp-paginate
91
A · Safe
CVEs total2
Unpatched0
Last CVEJun 16, 2022
Safety Verdict

Is WP-Paginate Safe to Use in 2026?

Generally Safe

Score 91/100

WP-Paginate has a strong security track record. Known vulnerabilities have been patched promptly. It's a solid choice for most WordPress installations.

2 known CVEsLast CVE: Jun 16, 2022Updated 1yr ago
Risk Assessment

The wp-paginate plugin, version 2.2.4, demonstrates a generally good security posture, with strong adherence to secure coding practices such as the use of prepared statements for all SQL queries, robust nonce checks on its AJAX handlers, and a high percentage of properly escaped output. The absence of any detected taint flows, critical or high severity vulnerabilities, or external HTTP requests further contributes to its positive security profile. However, the plugin's history reveals two known medium-severity Cross-Site Scripting (XSS) vulnerabilities, with the last one being patched in mid-2022. While no unpatched vulnerabilities are currently listed, this history suggests a potential for XSS issues if input sanitization is not rigorously maintained in future development.

The static analysis indicates a relatively small attack surface limited to four AJAX handlers, all of which appear to have proper authentication checks. The absence of REST API routes and shortcodes also reduces potential entry points. Despite the positive indicators, the past XSS vulnerabilities warrant vigilance. The plugin's strengths lie in its technical implementation of security measures, but its vulnerability history is a reminder that even well-coded plugins can be susceptible to input-related vulnerabilities if not actively maintained and tested against evolving threat vectors.

Key Concerns

  • Medium severity XSS vulnerabilities in history
  • Older patch date for last vulnerability (2022-06-16)
Vulnerabilities
2 published

WP-Paginate Security Vulnerabilities

CVEs by Year

1 CVE in 2021
2021
1 CVE in 2022
2022
Patched Has unpatched

Severity Breakdown

Medium
2

2 total CVEs

CVE-2022-2050medium · 5.5Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

WP-Paginate <= 2.1.8 - Authenticated (Admin+) Stored Cross-Site Scripting

Jun 16, 2022 Patched in 2.1.9 (586d)
CVE-2021-4222medium · 4.8Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

WP Paginate <= 2.1.3 - Admin+ Stored Cross-Site Scripting

Jan 5, 2021 Patched in 2.1.4 (1113d)
Version History

WP-Paginate Release Timeline

v2.2.4Current
v2.2.3
v2.2.2
v2.2.1
v2.2.0
v2.1.9
v2.1.81 CVE
v2.1.71 CVE
v2.1.61 CVE
v2.1.51 CVE
v2.1.41 CVE
Code Analysis
Analyzed Mar 16, 2026

WP-Paginate Code Analysis

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

Output Escaping

88% escaped128 total outputs
Attack Surface

WP-Paginate Attack Surface

Entry Points4
Unprotected0

AJAX Handlers 4

noprivwp_ajax_wpp_dismiss_noticewp-paginate.php:123
authwp_ajax_wpp_dismiss_noticewp-paginate.php:124
noprivwp_ajax_wpp_set_review_laterwp-paginate.php:126
authwp_ajax_wpp_set_review_laterwp-paginate.php:127
WordPress Hooks 11
actioninitwp-paginate.php:112
actionadmin_menuwp-paginate.php:113
actionadmin_enqueue_scriptswp-paginate.php:114
actionwp_enqueue_scriptswp-paginate.php:115
actionplugins_loadedwp-paginate.php:119
actionadmin_noticeswp-paginate.php:121
actionwp_print_styleswp-paginate.php:155
filterloop_startwp-paginate.php:193
filterloop_endwp-paginate.php:196
filterwp_link_pageswp-paginate.php:199
filterwp_link_pageswp-paginate.php:202
Maintenance & Trust

WP-Paginate Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedFeb 19, 2025
PHP min version
Downloads1.0M

Community Trust

Rating92/100
Number of ratings107
Active installs20K
Developer Profile

WP-Paginate Developer Profile

maxfoundry

5 plugins · 103K total installs

75
trust score
Avg Security Score
94/100
Avg Patch Time
423 days
View full developer profile
Detection Fingerprints

How We Detect WP-Paginate

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-paginate/css/admin.css/wp-content/plugins/wp-paginate/css/wpp-paginate.css/wp-content/plugins/wp-paginate/js/wpp-paginate.js
Script Paths
/wp-content/plugins/wp-paginate/js/wpp-paginate.js
Version Parameters
wp-paginate/css/wpp-paginate.css?ver=wp-paginate/js/wpp-paginate.js?ver=

HTML / DOM Fingerprints

CSS Classes
wpp-pagination
HTML Comments
<!-- WP-Paginate --><!-- WP-Paginate End -->
Data Attributes
data-wpp-noncedata-wpp-ajax-urldata-wpp-iddata-wpp-type
JS Globals
wpp_paginate
Shortcode Output
[wp_paginate]
FAQ

Frequently Asked Questions about WP-Paginate