OOW PJAX Security & Risk Analysis

wordpress.org/plugins/oow-pjax

Transform your WordPress site into a fast, seamless PJAX (PushState + AJAX) experience without jQuery.

30 active installs v1.5 PHP 5.2+ WP 5.0+ Updated May 19, 2025
ajax-navigationpage-transitionpersistent-playerpjaxvanilla-javascript
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is OOW PJAX Safe to Use in 2026?

Generally Safe

Score 100/100

OOW PJAX 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 oow-pjax plugin version 1.5 presents a mixed security posture. On the positive side, it shows good practices regarding SQL query handling, exclusively using prepared statements, and has no recorded vulnerability history (CVEs). It also demonstrates a clean taint analysis with no unsanitized paths and zero critical or high severity flows, indicating no obvious immediate path for code injection or command execution through its analyzed flows. The absence of file operations and bundled libraries further reduces potential attack vectors.

However, there are significant concerns related to its attack surface. The plugin exposes eight AJAX handlers, with two of them lacking any authentication checks. This is a critical oversight, as it allows any user, authenticated or not, to potentially trigger these functions, leading to unauthorized actions or information disclosure if the handler's logic is flawed. While the code signals do not explicitly show dangerous functions or unsanitized output in the context of taint analysis, the lack of capability checks on these unprotected AJAX endpoints is a clear weakness.

In conclusion, while the plugin's internal code quality concerning SQL and taint analysis is commendable, the exposed unprotected AJAX endpoints create a substantial security risk. The lack of authentication on these entry points is the most pressing concern. Until these unprotected AJAX handlers are secured with proper authentication and authorization, the plugin remains vulnerable to unauthorized access and manipulation.

Key Concerns

  • Unprotected AJAX handlers
  • Low percentage of properly escaped output
  • Limited capability checks on entry points
Vulnerabilities
None known

OOW PJAX Security Vulnerabilities

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

OOW PJAX Code Analysis

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

Output Escaping

62% escaped146 total outputs
Data Flows
All sanitized

Data Flow Analysis

6 flows
save_theme (includes\class-oow-extensions.php:257)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

OOW PJAX Attack Surface

Entry Points8
Unprotected2

AJAX Handlers 8

authwp_ajax_oow_save_themeincludes\class-oow-extensions.php:52
authwp_ajax_oow_pjax_loadincludes\class-oow-pjax.php:27
noprivwp_ajax_oow_pjax_loadincludes\class-oow-pjax.php:28
authwp_ajax_oow_save_themeincludes\class-oow-pjax.php:29
authwp_ajax_oow_pjax_form_submitincludes\class-oow-pjax.php:30
noprivwp_ajax_oow_pjax_form_submitincludes\class-oow-pjax.php:31
authwp_ajax_oow_pjax_refresh_nonceincludes\class-oow-pjax.php:32
noprivwp_ajax_oow_pjax_refresh_nonceincludes\class-oow-pjax.php:33
WordPress Hooks 10
actionadmin_headincludes\class-oow-extensions.php:49
actionadmin_menuincludes\class-oow-extensions.php:50
actionadmin_enqueue_scriptsincludes\class-oow-extensions.php:51
actionadmin_headincludes\class-oow-extensions.php:53
actionwp_enqueue_scriptsincludes\class-oow-pjax.php:22
actionwp_footerincludes\class-oow-pjax.php:23
actionadmin_menuincludes\class-oow-pjax.php:24
actionadmin_initincludes\class-oow-pjax.php:25
actionadmin_enqueue_scriptsincludes\class-oow-pjax.php:26
actionadmin_headincludes\class-oow-pjax.php:34
Maintenance & Trust

OOW PJAX Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedMay 19, 2025
PHP min version5.2
Downloads835

Community Trust

Rating0/100
Number of ratings0
Active installs30
Developer Profile

OOW PJAX Developer Profile

David OOWPRESS

2 plugins · 90 total installs

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

How We Detect OOW PJAX

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/oow-pjax/assets/css/oow-pjax.css/wp-content/plugins/oow-pjax/assets/js/oow-pjax.js
Script Paths
/wp-content/plugins/oow-pjax/assets/js/oow-pjax.js
Version Parameters
oow-pjax/assets/css/oow-pjax.css?ver=oow-pjax/assets/js/oow-pjax.js?ver=

HTML / DOM Fingerprints

CSS Classes
oow-pjax-containeroow-pjax-link
HTML Comments
<!-- OOW PJAX Start --><!-- OOW PJAX End -->
Data Attributes
data-pjax-containerdata-pjax-link
JS Globals
window.OOWPJAX
Shortcode Output
[oow_pjax_container][/oow_pjax_container]
FAQ

Frequently Asked Questions about OOW PJAX