
Admin Per Page Limits Security & Risk Analysis
wordpress.org/plugins/admin-per-page-limitsControl the number of posts per page, pages per page, and comments per page that appear in the admin listings of posts, pages, and comments.
Is Admin Per Page Limits Safe to Use in 2026?
Generally Safe
Score 85/100Admin Per Page Limits has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
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
Admin Per Page Limits Security Vulnerabilities
Admin Per Page Limits Release Timeline
Admin Per Page Limits Code Analysis
Output Escaping
Admin Per Page Limits Attack Surface
WordPress Hooks 5
Maintenance & Trust
Admin Per Page Limits Maintenance & Trust
Maintenance Signals
Community Trust
Admin Per Page Limits Alternatives
Custom Posts Per Page
custom-posts-per-page
Custom Posts Per Page provides a settings page in your WordPress admin that allows you to specify how many posts are displayed for different views.
Custom Posts Per Page Reloaded
custom-posts-per-page-reloaded
Custom Posts Per Page Reloaded provides a settings page in your WordPress admin that allows you to specify how many posts are displayed for different …
WP Admin UI Customize
wp-admin-ui-customize
Customize the management screen UI.
LH Archived Post Status
lh-archived-post-status
Allows posts and pages to be archived so you can remove content from the main loop and feed without having to trash it.
Advanced Posts/Page
advanced-posts-per-page
Fine grained control of how many of your posts appear on each of the various WordPress archive pages.
Admin Per Page Limits Developer Profile
63 plugins · 92K total installs
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
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'