CVE-2025-63216
Published: 18 November 2025
Description
The Itel DAB Gateway (IDGat build c041640a) is vulnerable to Authentication Bypass due to improper JWT validation across devices. Attackers can reuse a valid JWT token obtained from one device to authenticate and gain administrative access to any other device…
more
running the same firmware, even if the passwords and networks are different. This allows full compromise of affected devices.
Mitigating Controls (NIST 800-53 r5)AI
SC-23 requires mechanisms to protect the authenticity of communications sessions, directly mitigating JWT token reuse and fixation across devices.
IA-5 mandates proper management, protection, and validation of authenticators including JWT tokens to prevent authentication bypass via reuse.
AC-3 enforces approved authorizations for access, countering the improper authentication that allows administrative access with reused tokens.
Security SummaryAI
CVE-2025-63216, published on 2025-11-18, is an authentication bypass vulnerability in the Itel DAB Gateway running IDGat build c041640a. The flaw arises from improper JWT validation across devices, enabling attackers to reuse a valid JWT token obtained from one device to authenticate on others with the same firmware. Associated CWEs include CWE-287 (Improper Authentication) and CWE-384 (Session Fixation), earning a critical CVSS v3.1 base score of 10.0 (AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H).
Remote attackers require no privileges, user interaction, or special access to exploit this vulnerability over the network with low complexity. By capturing a JWT from any compromised or accessible device, they can authenticate with administrative privileges on any other device running the vulnerable firmware, even across different passwords and networks, resulting in full compromise including high confidentiality, integrity, and availability impacts.
References include a GitHub repository at https://github.com/shiky8/my--cve-vulnerability-research/tree/main/CVE-2025-63216_Itel%20DAB%20Gateway%20Authentication%20Bypass documenting the research and the vendor site at https://www.itel.it/. No specific mitigation or patch details are provided in the CVE description.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Authentication bypass vulnerability in a network-accessible gateway device via improper JWT validation enables remote unauthenticated exploitation of a public-facing application.