Azuriom CMS
CVE-2026-54415
HIGH
Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Network vector via HTTP API; PR:L for required admin.access role; S:C because attacker compromises security context of other user accounts beyond their own.
Primary rating from Vendor (TuranSec).
CVSS VectorVendor: TuranSec
Lifecycle Timeline
6DescriptionCVE.org
Missing Authorization in the server management routes (routes/admin.php) in Azuriom Azuriom CMS before 1.2.11 on all platforms allows an authenticated attacker with the admin.access permission to create AzLink server tokens and take over non-admin user accounts by changing their passwords and email addresses via crafted HTTP requests to /admin/servers/create and the AzLink API endpoints (/api/azlink/password, /api/azlink/email, /api/azlink/user/{id}).
AnalysisAI
Missing authorization in Azuriom CMS before 1.2.11 allows an authenticated attacker holding the admin.access permission to abuse unprotected AzLink server management routes to create server tokens and subsequently take over arbitrary non-admin user accounts by overwriting their passwords and email addresses. The vulnerability resides in routes/admin.php and exposes three AzLink API endpoints (/api/azlink/password, /api/azlink/email, /api/azlink/user/{id}) that fail to enforce a higher privilege boundary beyond admin.access. No active exploitation is confirmed (not in CISA KEV, EPSS 0.35%/26th percentile), and a vendor patch was released in v1.2.11.
Technical ContextAI
Azuriom is an open-source PHP-based game server CMS that includes AzLink, an integration layer for connecting game servers to the CMS. The vulnerable code in routes/admin.php defines server management endpoints that gate entry on the admin.access permission check alone, without a secondary authorization assertion for the more privileged operations of creating AzLink authentication tokens and invoking user-management API methods. CWE-862 (Missing Authorization) describes precisely this pattern: authentication is enforced but the application fails to verify that the authenticated identity is authorized to perform the specific action requested. The CPE cpe:2.3:a:azuriom:azuriom_cms:*:*:*:*:*:*:*:* covers all platform variants (Linux, Windows, macOS) since the vulnerability is in platform-agnostic PHP routing logic. The AzLink API surface - /api/azlink/password, /api/azlink/email, and /api/azlink/user/{id} - was intended for server-to-CMS synchronization but becomes an account-manipulation primitive when an attacker can self-issue a valid AzLink token.
RemediationAI
The primary remediation is upgrading to Azuriom CMS 1.2.11, which includes a 'Fix missing permissions' changelog entry corresponding to this authorization gap. The release is available at https://github.com/Azuriom/Azuriom/releases/tag/v1.2.11 and the precise code change is at commit https://github.com/Azuriom/Azuriom/commit/4b744bc0dd11f205f5aa053c6db8a949d3f0608e. As a compensating control prior to patching, administrators should audit who holds the admin.access role and restrict it to fully trusted operators only, since the attack requires this role. Additionally, network-layer controls that block unanticipated access to /admin/servers/create and the /api/azlink/* endpoints from untrusted network segments can reduce exposure, though these controls do not prevent abuse by a legitimate internal admin.access holder.
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today