CVE-2026-8438 HIGH

CVE-2026-8438: All-In-One Security (AIOS) <= 5.4.7 - Unauthenticated Stored Cross-Site Scripting via REST API Request Path

Vendor Davidanderson
Product All-In-One Security (AIOS) – Security and Firewall
Weakness CWE-79 · XSS
Published June 6, 2026
Last update June 6, 2026

CVSS base score

7.2/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N

What the vulnerability does

01Description

The All-In-One Security (AIOS) – Security and Firewall plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to and including 5.4.7. This is due to insufficient input sanitization in the get_rest_route() function and missing output escaping in the column_default() method of the debug log list table. When the 'Disable REST API for non-logged in users' feature (aiowps_disallow_unauthorized_rest_requests) is enabled alongside debug logging (aiowps_enable_debug), an unauthenticated attacker can embed arbitrary HTML or JavaScript in the REST request path. The path is retrieved via urldecode($_SERVER['REQUEST_URI']), which decodes URL-encoded payloads into literal HTML characters. This decoded, unsanitized value is concatenated directly into a debug log message and stored in the database. When an administrator navigates to the AIOS Dashboard Debug Logs page, the column_default() method returns the raw database value without escaping, and the parent list table echoes it directly, causing JavaScript execution in the administrator's browser session. This makes it possible for unauthenticated attackers to inject arbitrary web scripts that execute when an administrator views the debug log page, enabling nonce theft, privileged AJAX/REST actions, and potential full site compromise.

Explanation of Vulnerability in Simple Terms

02Summary

All-In-One Security (AIOS) versions 5.4.7 and earlier contain a cross-site scripting (XSS) vulnerability that allows attackers to inject malicious scripts affecting multiple users across the site. No authentication is required to exploit this flaw. The vulnerability impacts both confidentiality and integrity of user data and sessions.

What an attacker can do

03Attacker Capabilities

Inject malicious JavaScript that executes in other users' browsers and steals session data or credentials.

Potential impact on your site

04Site Impact

Attackers can compromise user accounts, steal admin sessions, and deface site content without needing to log in.

Conditions required to exploit

05Prerequisites

Network access only; no authentication or user interaction required.

Key dates

06Disclosure timeline

June 6, 2026 CVE published
June 6, 2026 Record updated

Related vulnerabilities

08Related CVE