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

26 lines
589 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
severity: info
2023-10-14 11:27:55 +00:00
description: CX Cloud unauthenticated upload was detected.
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
2023-10-14 11:27:55 +00:00
cvss-score: 0
2022-10-25 13:40:49 +00:00
cwe-id: CWE-200
metadata:
max-request: 1
2023-10-14 11:27:55 +00:00
tags: fileupload,misconfig,intrusive
2021-05-23 11:37:30 +00:00
http:
2021-05-23 11:37:30 +00:00
- method: GET
path:
- '{{BaseURL}}/upload.jsp'
2023-10-14 11:27:55 +00:00
2021-05-23 11:37:30 +00:00
matchers:
- type: word
words:
- "<HEAD><TITLE>Display file upload form to the user</TITLE></HEAD>"
condition: and