2021-08-31 03:35:08 +00:00
id : CVE-2021-24288
info :
2022-10-19 21:11:27 +00:00
name : WordPress AcyMailing <7.5.0 - Open Redirect
2021-08-31 03:35:08 +00:00
author : 0x_Akoko
severity : medium
2022-10-19 21:11:27 +00:00
description : WordPress AcyMailing plugin before 7.5.0 contains an open redirect vulnerability due to improper sanitization of the redirect parameter. An attacker turning the request from POST to GET can craft a link containing a potentially malicious landing page and send it to the user.
2023-09-06 12:09:01 +00:00
remediation : |
Update the AcyMailing plugin to version 7.5.0 or later to fix the open redirect vulnerability.
2022-04-22 10:38:41 +00:00
reference :
- https://wpscan.com/vulnerability/56628862-1687-4862-9ed4-145d8dfbca97
2022-10-19 21:11:27 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-24288
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2021-09-10 11:26:40 +00:00
cve-id : CVE-2021-24288
cwe-id : CWE-601
2023-04-12 10:55:48 +00:00
epss-score : 0.0015
2023-08-31 11:46:18 +00:00
epss-percentile : 0.50525
2023-09-06 12:09:01 +00:00
cpe : cpe:2.3:a:acymailing:acymailing:*:*:*:*:*:wordpress:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : acymailing
product : acymailing
2023-09-06 12:09:01 +00:00
framework : wordpress
2023-07-11 19:49:27 +00:00
tags : wpscan,wordpress,cve,cve2021,redirect,wp-plugin
2021-08-31 03:35:08 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-08-31 03:35:08 +00:00
- method : GET
path :
2022-06-06 10:40:15 +00:00
- "{{BaseURL}}/index.php?page=acymailing_front&ctrl=frontusers&noheader=1&user[email]=example@mail.com&ctrl=frontusers&task=subscribe&option=acymailing&redirect=https://interact.sh&ajax=0&acy_source=widget%202&hiddenlists=1&acyformname=formAcym93841&acysubmode=widget_acym"
2021-08-31 03:35:08 +00:00
matchers :
- type : regex
2023-07-11 19:49:27 +00:00
part : header
2021-08-31 03:35:08 +00:00
regex :
2022-06-06 10:40:15 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$'