2024-04-10 21:29:59 +00:00
id : CVE-2024-0337
2024-04-11 04:56:40 +00:00
2024-04-10 21:29:59 +00:00
info :
name : Travelpayouts <= 1.1.16 - Open Redirect
author : Kazgangap
severity : medium
description : |
The plugin is vulnerable to Open Redirect due to insufficient validation on the travelpayouts_redirect variable. This makes it possible for unauthenticated attackers to redirect users to potentially malicious sites if they can successfully trick them into performing an action.
reference :
- https://wpscan.com/vulnerability/2f17a274-8676-4f4e-989f-436030527890/
2024-04-11 04:56:40 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2024-0337
2024-04-10 21:29:59 +00:00
classification :
2024-04-11 04:56:40 +00:00
cve-id : CVE-2024-0337
2024-04-10 21:29:59 +00:00
epss-score : 0.00043
epss-percentile : 0.07895
2024-04-11 04:56:40 +00:00
metadata :
verified : true
max-request : 1
publicwww-query : inurl:"/wp-content/plugins/travelpayouts"
tags : cve,cve2024,wp,wp-plugin,wordpress,redirect,travelpayouts
2024-04-10 21:29:59 +00:00
http :
- method : GET
path :
2024-04-11 04:56:40 +00:00
- "{{BaseURL}}/?travelpayouts_redirect=https://oast.me"
2024-04-10 21:29:59 +00:00
2024-04-11 04:56:40 +00:00
redirects : true
max-redirects : 2
2024-04-10 21:29:59 +00:00
matchers :
- type : regex
part : header
regex :
2024-04-11 04:56:40 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)oast\.me.*$'