commit
3cf8f52713
|
@ -0,0 +1,37 @@
|
|||
id: CVE-2024-3274
|
||||
|
||||
info:
|
||||
name: D-LINK DNS-320L,DNS-320LW and DNS-327L - Information Disclosure
|
||||
author: DhiyaneshDk
|
||||
severity: medium
|
||||
description: |
|
||||
A vulnerability has been found in D-Link DNS-320L, DNS-320LW and DNS-327L up to 20240403 and classified as problematic. Affected by this vulnerability is an unknown functionality of the file /cgi-bin/info.cgi of the component HTTP GET Request Handler.
|
||||
reference:
|
||||
- https://github.com/netsecfish/info_cgi
|
||||
- https://supportannouncement.us.dlink.com/security/publication.aspx?name=SAP10383
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2024-3274
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
||||
cvss-score: 5.3
|
||||
cve-id: CVE-2024-3274
|
||||
cwe-id: CWE-200
|
||||
epss-score: 0.00045
|
||||
epss-percentile: 0.15047
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
fofa-query: body="Text:In order to access the ShareCenter"
|
||||
tags: cve,cve2024,dlink,exposure
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
GET /cgi-bin/info.cgi HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains_all(body, "Model=", "Build=", "Macaddr=")'
|
||||
- 'status_code == 200'
|
||||
condition: and
|
Loading…
Reference in New Issue