commit
f4256a1b37
|
@ -0,0 +1,37 @@
|
|||
id: CVE-2021-24370
|
||||
|
||||
info:
|
||||
name: Fancy Product Designer WordPress plugin - Remote Code Execution (Detection)
|
||||
author: pikpikcu
|
||||
severity: critical
|
||||
description: |
|
||||
Fancy Product Designer WordPress plugin before 4.6.9 allows unauthenticated attackers to upload arbitrary files, resulting in remote code execution.
|
||||
reference:
|
||||
- https://www.wordfence.com/blog/2021/06/critical-0-day-in-fancy-product-designer-under-active-attack/
|
||||
- https://wpscan.com/vulnerability/82c52461-1fdc-41e4-9f51-f9dd84962b38
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2021-24370
|
||||
- https://lists.openwall.net/full-disclsure/2020/11/17/2
|
||||
metadata:
|
||||
google-dork: inurl:“/wp-content/plugins/fancy-product-designer”
|
||||
tags: cve,cve2021,wordpress,rce,wp-plugin,wp,fancyproduct
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '{"error":"You need to define a directory'
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue