Unauthenticated Popup File Upload - Detect
ID: unauthenticated-popup-upload
Severity: info
Author: DhiyaneshDk
Tags: edb,fileupload,misconfig,intrusive
Description
Section titled “Description”Endpoints where files can be uploaded without authentication were detected.
YAML Source
Section titled “YAML Source”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: 4a0a0047304502203bde790ec250042b61ba0b5a7d6d8c89057b513c74f87c8761a3dab8b0bb79cf022100be03e5a6ac2b19b691c222701304020f49d8e76b7e8ff8def7a81d966259f59e:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/misconfiguration/unauthenticated-popup-upload.yaml"