2022-01-25 11:44:00 +00:00
id : CVE-2021-24838
info :
name : AnyComment <= 0.2.21 - Open Redirect
author : noobexploiter
severity : medium
2022-04-22 10:38:41 +00:00
description : The plugin has an API endpoint which passes user input via the redirect parameter to the wp_redirect() function without being validated first, leading to an Open Redirect issue, which according to
the vendor, is a feature.
2022-01-25 11:44:00 +00:00
reference :
- https://wpscan.com/vulnerability/562e81ad-7422-4437-a5b4-fcab9379db82
- https://nvd.nist.gov/vuln/detail/CVE-2021-24838
2022-01-25 16:51:00 +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
2022-01-25 16:51:00 +00:00
cve-id : CVE-2021-24838
cwe-id : CWE-601
2022-03-19 09:45:41 +00:00
tags : cve,cve2021,wordpress,wp-plugin,open-redirect
2022-01-25 11:44:00 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/wp-json/anycomment/v1/auth/wordpress?redirect=https://example.com"
matchers-condition : and
matchers :
- type : regex
part : header
regex :
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)example\.com\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1
- type : status
status :
- 302