nuclei-templates/vulnerabilities/other/ueditor-file-upload.yaml

32 lines
1.0 KiB
YAML
Raw Normal View History

2021-04-23 12:15:09 +00:00
id: ueditor-file-upload
2021-04-23 12:15:09 +00:00
info:
2022-10-25 13:40:49 +00:00
name: UEditor - Arbitrary File Upload
2021-04-23 12:15:09 +00:00
author: princechaddha
severity: high
2022-10-25 13:40:49 +00:00
description: UEditor contains an arbitrary file upload vulnerability. An attacker can upload arbitrary files to the server, which in turn can be used to make the application execute file content as code, As a result, an attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
reference:
2021-04-23 12:15:09 +00:00
- https://zhuanlan.zhihu.com/p/85265552
- https://www.freebuf.com/vuls/181814.html
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
cvss-score: 8.8
cwe-id: CWE-434
2021-04-23 12:15:09 +00:00
tags: ueditor,fileupload
requests:
- method: GET
path:
- "{{BaseURL}}/ueditor/net/controller.ashx?action=catchimage&encode=utf-8"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "没有指定抓取源"
part: body
2022-10-25 13:40:49 +00:00
# Enhanced by md on 2022/10/31