Update CVE-2021-24370.yaml

patch-1
Ritik Chaddha 2022-08-05 19:17:40 +05:30 committed by GitHub
parent 104e09cfde
commit 57d3d83748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 8 deletions

View File

@ -1,15 +1,17 @@
id: CVE-2021-24370 id: CVE-2021-24370
info: info:
name: Fancy Product Designer WordPress plugin Rce name: Fancy Product Designer WordPress plugin - Remote Code Execution (Detection)
author: pikpikcu author: pikpikcu
severity: critical severity: critical
description: Fancy Product Designer WordPress plugin before 4.6.9 allows unauthenticated attackers to upload arbitrary files, resulting in remote code execution. description: |
Fancy Product Designer WordPress plugin before 4.6.9 allows unauthenticated attackers to upload arbitrary files, resulting in remote code execution.
reference: reference:
- https://lists.openwall.net/full-disclosure/2020/11/17/2
- https://www.wordfence.com/blog/2021/06/critical-0-day-in-fancy-product-designer-under-active-attack/ - 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://wpscan.com/vulnerability/82c52461-1fdc-41e4-9f51-f9dd84962b38
- https://nvd.nist.gov/vuln/detail/CVE-2021-24370 - https://nvd.nist.gov/vuln/detail/CVE-2021-24370
tags: cve,cve2021,wordpress,rce,wp-plugin tags: cve,cve2021,wordpress,rce,wp-plugin,wp,fancyproduct
requests: requests:
- method: GET - method: GET
@ -18,16 +20,16 @@ requests:
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: status
status:
- 200
- type: word - type: word
words: words:
- '{"error":"You need to define a directory, where you want to save the uploaded user images!"}' - '{"error":"You need to define a directory'
part: body part: body
- type: word - type: word
words: words:
- "text/html" - "text/html"
part: header part: header
- type: status
status:
- 200