Infinite Scroll and Load More Ajax Pagination Security & Risk Analysis

wordpress.org/plugins/infinite-scroll-and-load-more-ajax-pagination

No more page refresh for next page click. User can stay on same page to see all result with Infinite Scroll and Load More.

200 active installs v1.0 PHP + WP 1.0+ Updated Dec 16, 2015
ajax-infinite-paginationajax-load-more-paginationinfinite-scrolljquery-paginationload-more
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Infinite Scroll and Load More Ajax Pagination Safe to Use in 2026?

Generally Safe

Score 85/100

Infinite Scroll and Load More Ajax Pagination has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 10yr ago
Risk Assessment

The "infinite-scroll-and-load-more-ajax-pagination" plugin version 1.0 presents a mixed security posture. On the positive side, the static analysis reveals no apparent attack surface through AJAX handlers, REST API routes, shortcodes, or cron events that are exposed without authentication. Furthermore, there are no identified dangerous functions, file operations, or external HTTP requests, and all SQL queries are properly prepared. The plugin also has no recorded vulnerability history, which is a strong indicator of stable and secure development practices.

However, a significant concern arises from the output escaping. With 9 total outputs and 0% properly escaped, this indicates a substantial risk of Cross-Site Scripting (XSS) vulnerabilities. Any user-supplied data or dynamic content displayed by the plugin is susceptible to injection, allowing attackers to execute malicious scripts in users' browsers. Additionally, the complete absence of nonce checks and capability checks across all entry points means that even if the plugin were to introduce new entry points in the future, they would likely be unprotected, further increasing the potential for unauthorized actions or data manipulation. The lack of taint analysis results is not necessarily a strength, as it may simply mean the analysis tools were not configured to perform it or the code structure didn't lend itself to complex taint flows being detected within the scope of this report.

In conclusion, while the plugin benefits from a clean vulnerability history and a lack of complex attack vectors in its current form, the critical deficiency in output escaping poses a severe and immediate security risk. The absence of nonce and capability checks on all points is also a notable weakness that should be addressed to improve the plugin's overall security resilience. Developers should prioritize implementing proper output escaping and consider adding authorization checks to future development.

Key Concerns

  • 0% output escaping
  • 0 nonce checks
  • 0 capability checks
Vulnerabilities
None known

Infinite Scroll and Load More Ajax Pagination Security Vulnerabilities

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

Infinite Scroll and Load More Ajax Pagination Code Analysis

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

Output Escaping

0% escaped9 total outputs
Attack Surface

Infinite Scroll and Load More Ajax Pagination Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionwp_enqueue_scriptsindex.php:58
actionadmin_menuindex.php:64
actionadmin_initindex.php:198
Maintenance & Trust

Infinite Scroll and Load More Ajax Pagination Maintenance & Trust

Maintenance Signals

WordPress version tested4.4.34
Last updatedDec 16, 2015
PHP min version
Downloads12K

Community Trust

Rating90/100
Number of ratings11
Active installs200
Developer Profile

Infinite Scroll and Load More Ajax Pagination Developer Profile

pixellanguage

1 plugin · 200 total installs

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

How We Detect Infinite Scroll and Load More Ajax Pagination

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/infinite-scroll-and-load-more-ajax-pagination/css/infiniteload.css/wp-content/plugins/infinite-scroll-and-load-more-ajax-pagination/js/jquery.infiniteload.js/wp-content/plugins/infinite-scroll-and-load-more-ajax-pagination/js/infiniteload.js
Script Paths
/wp-content/plugins/infinite-scroll-and-load-more-ajax-pagination/js/jquery.infiniteload.js/wp-content/plugins/infinite-scroll-and-load-more-ajax-pagination/js/infiniteload.js

HTML / DOM Fingerprints

CSS Classes
pix-enablepix-disablepix-hiddenpix-uploadpix-upload-snap
HTML Comments
<!-- Enable Infinite Load --><!-- Navigation Selector --><!-- Next Selector --><!-- Item Selector -->+5 more
Data Attributes
pix_infinite_load[enable_infinite_load]pix_infinite_load[navigation_selector]pix_infinite_load[next_selector]pix_infinite_load[item_selector]pix_infinite_load[content_selector]pix_infinite_load[pagination_type]+4 more
JS Globals
pix_infiniteload
FAQ

Frequently Asked Questions about Infinite Scroll and Load More Ajax Pagination