Skip to main content

Azuriom CMS CVE-2026-54415

HIGH
Missing Authorization (CWE-862)
2026-06-17 TuranSec
8.6
CVSS 4.0 · Vendor: TuranSec
Share

Severity by source

Vendor (TuranSec) PRIMARY
8.6 HIGH
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
vuln.today AI
9.6 CRITICAL

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.

3.1 AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (TuranSec).

CVSS VectorVendor: TuranSec

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

6
Analysis Updated
Aug 10, 2026 - 12:30 vuln.today
v2 (cvss_changed)
Re-analysis Queued
Aug 10, 2026 - 12:22 vuln.today
cvss_changed
CVSS changed
Aug 10, 2026 - 12:22 NVD
8.1 (HIGH) 8.6 (HIGH)
Source Code Evidence Fetched
Jun 17, 2026 - 15:32 vuln.today
Analysis Generated
Jun 17, 2026 - 15:32 vuln.today
CVE Published
Jun 17, 2026 - 14:04 cve.org
HIGH 8.1

DescriptionCVE.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.

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

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

CVE-2012-1823 CRITICAL POC
9.8 May 11

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

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

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

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

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

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

Share

CVE-2026-54415 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy