48 lines
1.8 KiB
YAML
48 lines
1.8 KiB
YAML
id: CVE-2024-4940
|
|
|
|
info:
|
|
name: Gradio - Open Redirect
|
|
author: DhiyaneshDK
|
|
severity: medium
|
|
description: |
|
|
An open redirect vulnerability exists in the gradio-app/gradio, affecting the latest version. The vulnerability allows an attacker to redirect users to arbitrary websites, which can be exploited for phishing attacks, Cross-site Scripting (XSS), Server-Side Request Forgery (SSRF), amongst others. This issue is due to improper validation of user-supplied input in the handling of URLs. Attackers can exploit this vulnerability by crafting a malicious URL that, when processed by the application, redirects the user to an attacker-controlled web page.
|
|
reference:
|
|
- https://huntr.com/bounties/35aaea93-6895-4f03-9c1b-cd992665aa60
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
|
|
cvss-score: 5.4
|
|
cve-id: CVE-2024-4940
|
|
cwe-id: CWE-601
|
|
epss-score: 0.00061
|
|
epss-percentile: 0.26739
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: gradio_project
|
|
product: gradio
|
|
shodan-query:
|
|
- http.html:"__gradio_mode__"
|
|
- http.title:"gradio"
|
|
fofa-query:
|
|
- body="__gradio_mode__"
|
|
- title="gradio"
|
|
google-query: intitle:"gradio"
|
|
tags: cve,cve2024,redirect,oast,gradio
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET /file=http://oast.pro/ HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)(?:[a-zA-Z0-9\-_\.@]*)oast\.pro.*$'
|
|
part: header
|
|
|
|
- type: status
|
|
status:
|
|
- 302
|
|
# digest: 4a0a00473045022100a11c14291237ab39f62ee36d4a7d5b003eb39542a90a9dc5f1d94e8309f48fc8022060eb24500fa731de442cf36dabda8086a749e1e9bc8ac50e30e71a941a4d1214:922c64590222798bb761d5b6d8e72950 |