Admin Per Page Limits Security & Risk Analysis

wordpress.org/plugins/admin-per-page-limits

Control the number of posts per page, pages per page, and comments per page that appear in the admin listings of posts, pages, and comments.

20 active installs v1.1 PHP + WP 2.5+ Updated Jun 15, 2009
admincomments-per-pagepages-per-pagepostsposts-per-page
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Admin Per Page Limits Safe to Use in 2026?

Generally Safe

Score 85/100

Admin Per Page Limits has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 16yr ago
Risk Assessment

The admin-per-page-limits plugin v1.1 exhibits a generally strong security posture based on the provided static analysis. The absence of any AJAX handlers, REST API routes, shortcodes, or cron events significantly limits its attack surface. Furthermore, the analysis indicates no dangerous functions are used, all SQL queries utilize prepared statements, and there are no file operations or external HTTP requests. This suggests a well-written and defensively coded plugin.

However, the analysis does highlight a few areas that warrant attention. The presence of 4 total output instances with 25% not properly escaped presents a potential risk of cross-site scripting (XSS) vulnerabilities if the unescaped data originates from user input or external sources. Additionally, the complete lack of nonce checks and capability checks across all potential entry points, although currently zero, is a significant concern. If any new entry points are introduced in future versions, they would be inherently unprotected. The plugin's vulnerability history is clean, with no known CVEs, which is a positive indicator of its historical security, but it doesn't mitigate the risks identified in the current static analysis.

In conclusion, while the plugin's current implementation appears robust with a minimal attack surface and good practices in SQL handling, the unescaped output and the complete absence of authentication checks for potential future entry points are notable weaknesses. The lack of any recorded vulnerabilities in the past is encouraging, but proactive security measures like proper output escaping and robust authentication checks are crucial for long-term security.

Key Concerns

  • Unescaped output detected
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Admin Per Page Limits Security Vulnerabilities

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

Admin Per Page Limits Release Timeline

v1.1Current
Code Analysis
Analyzed Mar 16, 2026

Admin Per Page Limits Code Analysis

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

Output Escaping

75% escaped4 total outputs
Attack Surface

Admin Per Page Limits Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionadmin_initadmin-per-page-limits.php:90
actionadmin_footeradmin-per-page-limits.php:91
actionpost_limitsadmin-per-page-limits.php:92
actionmanage_pages_queryadmin-per-page-limits.php:93
actioncomments_per_pageadmin-per-page-limits.php:94
Maintenance & Trust

Admin Per Page Limits Maintenance & Trust

Maintenance Signals

WordPress version tested2.7.1
Last updatedJun 15, 2009
PHP min version
Downloads5K

Community Trust

Rating0/100
Number of ratings0
Active installs20
Developer Profile

Admin Per Page Limits Developer Profile

Scott Reilly

63 plugins · 92K total installs

71
trust score
Avg Security Score
88/100
Avg Patch Time
374 days
View full developer profile
Detection Fingerprints

How We Detect Admin Per Page Limits

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

Asset Fingerprints

HTML / DOM Fingerprints

Data Attributes
id='admin_per_page_limit_posts'name='admin_per_page_limit_posts'id='admin_per_page_limit_comments'name='admin_per_page_limit_comments'id='admin_per_page_limit_pages'name='admin_per_page_limit_pages'
FAQ

Frequently Asked Questions about Admin Per Page Limits