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

26 lines
589 B
YAML

id: cx-cloud-upload-detect
info:
name: CX Cloud Unauthenticated Upload - Detect
author: dhiyaneshDk
severity: info
description: CX Cloud unauthenticated upload was detected.
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
cwe-id: CWE-200
metadata:
max-request: 1
tags: fileupload,misconfig,intrusive
http:
- method: GET
path:
- '{{BaseURL}}/upload.jsp'
matchers:
- type: word
words:
- "<HEAD><TITLE>Display file upload form to the user</TITLE></HEAD>"
condition: and