vendor:
ATCOM PBX system
by:
i-Hmx
5.5
CVSS
MEDIUM
Authentication Bypass
287
CWE
Product Name: ATCOM PBX system
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: ATCOM IP01, IP08, IP4G, ip2G4A
ATCOM PBX system , auth bypass exploit
The ATCOM PBX system is affected by an authentication bypass vulnerability that allows an attacker to gain admin access without prior authentication. The vulnerability exists in the 'js/util.js' file, where the security check relies on the presence of a 'username' value in the cookies. If the value is not present, the user is redirected to the login page. By manipulating the cookies and setting 'username=admin', an attacker can bypass the authentication and gain admin access.
Mitigation:
To mitigate this vulnerability, it is recommended to implement proper authentication mechanisms that do not rely solely on client-side checks. Additionally, the cookies should be encrypted and validated on the server-side.