nuclei-templates/misconfiguration/cx-cloud-upload-detect.yaml

25 lines
575 B
YAML
Raw Normal View History

2021-05-23 11:37:30 +00:00
id: cx-cloud-upload-detect
info:
2022-10-25 13:40:49 +00:00
name: CX Cloud Unauthenticated Upload - Detect
2021-05-23 11:37:30 +00:00
author: dhiyaneshDk
2022-10-25 13:40:49 +00:00
description: CX Cloud unauthenticated upload was detected.
2021-05-23 11:37:30 +00:00
severity: info
2022-10-25 13:40:49 +00:00
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-08-31 19:54:58 +00:00
tags: fileupload
2021-05-23 11:37:30 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/upload.jsp'
matchers:
- type: word
words:
- "<HEAD><TITLE>Display file upload form to the user</TITLE></HEAD>"
condition: and
2022-10-25 13:40:49 +00:00
# Enhanced by md on 2022/10/20