Page Load Ajax Security & Risk Analysis

wordpress.org/plugins/page-load-ajax

This plugin enables the use of shortcodes that create links to replace the current page content with the content of another page.

30 active installs v1.7 PHP 7.2+ WP 5.1+ Updated May 10, 2025
ajaxpageperformance
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Page Load Ajax Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 10mo ago
Risk Assessment

The "page-load-ajax" plugin v1.7 demonstrates a generally strong security posture, incorporating several good practices. The static analysis reveals no direct dangerous functions, no raw SQL queries, and a high percentage of properly escaped outputs, all of which are positive indicators. Furthermore, the absence of any recorded vulnerabilities in its history suggests a mature and well-maintained codebase. The plugin also includes nonce checks, which is crucial for securing AJAX endpoints.

However, a notable concern is the complete lack of capability checks on its entry points. While nonce checks are present, the absence of permission checks means that any authenticated user, regardless of their role or privileges, could potentially interact with the AJAX handlers. This could be a significant risk if these handlers perform sensitive operations or expose restricted information. While taint analysis and attack surface metrics are currently clean, the lack of capability checks leaves a critical gap that could be exploited in conjunction with other vulnerabilities or through social engineering.

Key Concerns

  • Missing capability checks on AJAX handlers
  • High percentage of properly escaped outputs is good, but still some unescaped
Vulnerabilities
None known

Page Load Ajax Security Vulnerabilities

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

Page Load Ajax Code Analysis

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

Output Escaping

86% escaped28 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
pla_settings (page-load-ajax.php:319)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Page Load Ajax Attack Surface

Entry Points3
Unprotected0

AJAX Handlers 2

authwp_ajax_plapage-load-ajax.php:189
noprivwp_ajax_plapage-load-ajax.php:190

Shortcodes 1

[pla] page-load-ajax.php:311
WordPress Hooks 9
actionadmin_noticespage-load-ajax.php:16
filteradmin_urlpage-load-ajax.php:47
actioninitpage-load-ajax.php:58
filterquery_varspage-load-ajax.php:66
actiontemplate_redirectpage-load-ajax.php:77
actioninitpage-load-ajax.php:83
actionwp_headpage-load-ajax.php:164
filterwidget_textpage-load-ajax.php:312
actionadmin_menupage-load-ajax.php:523
Maintenance & Trust

Page Load Ajax Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedMay 10, 2025
PHP min version7.2
Downloads5K

Community Trust

Rating100/100
Number of ratings3
Active installs30
Developer Profile

Page Load Ajax Developer Profile

Jacob N. Breetvelt

6 plugins · 10K total installs

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

How We Detect Page Load Ajax

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

Asset Fingerprints

HTML / DOM Fingerprints

Data Attributes
onclickid="pla-spinner"
JS Globals
plaPageForPostsplaUrlForPostsplaPageOnFrontplaUrlOnFrontplaLastWasPostplaFetchPage+1 more
REST Endpoints
/ajax/
Shortcode Output
<a onclick<input type="button" onclick
FAQ

Frequently Asked Questions about Page Load Ajax