35 lines
929 B
YAML
35 lines
929 B
YAML
id: unauthenticated-popup-upload
|
|
|
|
info:
|
|
name: Unauthenticated Popup File Upload - Detect
|
|
author: DhiyaneshDk
|
|
severity: info
|
|
description: Endpoints where files can be uploaded without authentication were detected.
|
|
reference:
|
|
- https://www.exploit-db.com/ghdb/6671
|
|
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: edb,fileupload,misconfig,intrusive
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/RichWidgets/Popup_Upload.aspx"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Popup Upload"
|
|
part: body
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100a715320b925cba97f0d8f18b245524faa2a1acd25615e652598441d644e26749022100a4d5c206d40654f050626088fdccc23eef3b511ea0e6cfe64ebe54b400cd301f:922c64590222798bb761d5b6d8e72950
|