Merge pull request #2811 from pikpikcu/patch-297

Added CVE-2021-24370
patch-1
Prince Chaddha 2022-08-06 15:59:21 -07:00 committed by GitHub
commit f4256a1b37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 0 deletions

View File

@ -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