Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2021-29490

CVE-2021-29490: Jellyfin SSRF Vulnerability

CVE-2021-29490 is an unauthenticated Server-Side Request Forgery vulnerability in Jellyfin media server that exposes internal and external HTTP resources. This article covers technical details, affected versions, and mitigation.

Published: February 25, 2026

CVE-2021-29490 Overview

CVE-2021-29490 is an unauthenticated Server-Side Request Forgery (SSRF) vulnerability affecting Jellyfin, a free software media system that provides media from a dedicated server to end-user devices via multiple apps. Versions prior to 10.7.3 are vulnerable to SSRF attacks via the imageUrl parameter. This vulnerability potentially exposes both internal and external HTTP servers or other resources available via HTTP GET requests that are visible from the Jellyfin server.

Critical Impact

Unauthenticated attackers can leverage this SSRF vulnerability to probe internal network infrastructure, access sensitive internal services, or potentially bypass network security controls to reach otherwise protected resources.

Affected Products

  • Jellyfin versions prior to 10.7.3

Discovery Timeline

  • 2021-05-06 - CVE-2021-29490 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-29490

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery). The SSRF flaw exists in Jellyfin's image handling functionality, specifically in the way the application processes the imageUrl parameter without proper validation. Because the affected endpoints do not require authentication, any unauthenticated attacker with network access to the Jellyfin server can exploit this vulnerability.

The scope of this vulnerability extends beyond the vulnerable application itself, as successful exploitation allows attackers to make requests to internal systems that would otherwise be unreachable from external networks. This can lead to information disclosure about internal network topology, access to internal services, and potential pivoting to other vulnerable systems.

Root Cause

The root cause of this vulnerability lies in insufficient input validation of user-supplied URLs in the imageUrl parameter. The Jellyfin server processes these URLs and makes HTTP GET requests on behalf of the user without properly restricting the target hosts or validating that the requested resource is an appropriate external image source. This allows attackers to specify arbitrary URLs, including those pointing to internal network resources.

Attack Vector

The vulnerability is exploitable via network access to the Jellyfin server. An attacker can craft malicious requests to the vulnerable API endpoints, specifying arbitrary URLs in the imageUrl parameter. The Jellyfin server will then make HTTP GET requests to these URLs, effectively acting as a proxy for the attacker.

The following API endpoints are affected:

  • /Items/*/RemoteImages/Download
  • /Items/RemoteSearch/Image
  • /Images/Remote

An attacker could target internal services such as cloud metadata endpoints (e.g., AWS EC2 metadata at 169.254.169.254), internal web applications, or other HTTP-accessible resources. The response from these internal requests may be returned to the attacker or can be inferred through timing analysis. For detailed technical information, see the GitHub Security Advisory.

Detection Methods for CVE-2021-29490

Indicators of Compromise

  • Unusual HTTP requests from the Jellyfin server to internal IP addresses or cloud metadata endpoints
  • Requests to the affected endpoints (/Items/*/RemoteImages/Download, /Items/RemoteSearch/Image, /Images/Remote) with suspicious imageUrl parameter values targeting internal resources
  • Network connections from the Jellyfin server to unexpected internal services or ports

Detection Strategies

  • Monitor web application firewall (WAF) logs for requests to the affected API endpoints containing internal IP addresses or localhost references in the imageUrl parameter
  • Implement network monitoring to detect outbound HTTP connections from the Jellyfin server to internal IP ranges
  • Review Jellyfin application logs for unusual remote image download requests

Monitoring Recommendations

  • Deploy network segmentation rules to restrict the Jellyfin server's ability to reach sensitive internal services
  • Configure alerting for any requests to cloud metadata endpoints from application servers
  • Establish baseline network behavior for the Jellyfin server and alert on anomalies

How to Mitigate CVE-2021-29490

Immediate Actions Required

  • Upgrade Jellyfin to version 10.7.3 or later immediately
  • If immediate patching is not possible, implement the workarounds described below
  • Audit logs for any signs of exploitation prior to patching

Patch Information

The vulnerability has been patched in Jellyfin version 10.7.3. Organizations running vulnerable versions should upgrade as soon as possible. The official security advisory is available at the Jellyfin GitHub Security Advisory.

Workarounds

  • Disable external access to the vulnerable API endpoints via reverse proxy configuration: /Items/*/RemoteImages/Download, /Items/RemoteSearch/Image, and /Images/Remote
  • Restrict access to these endpoints to known-friendly IP addresses only
  • Implement network-level controls to limit the Jellyfin server's ability to make outbound HTTP requests to internal network ranges
bash
# Example Nginx reverse proxy configuration to block vulnerable endpoints
location ~ ^/Items/.*/RemoteImages/Download {
    deny all;
    return 403;
}

location /Items/RemoteSearch/Image {
    deny all;
    return 403;
}

location /Images/Remote {
    deny all;
    return 403;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechJellyfin

  • SeverityMEDIUM

  • CVSS Score5.8

  • EPSS Probability92.00%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35032: Jellyfin Media Server SSRF Vulnerability

  • CVE-2026-35034: Jellyfin SyncPlay DoS Vulnerability

  • CVE-2026-35033: Jellyfin Information Disclosure Flaw

  • CVE-2026-35031: Jellyfin Media Server RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English