CVE-2026-35034 PUBLISHED

Jellyfin: Potential Application DoS from excessively large SyncPlay group names

Assigner: GitHub_M
Reserved: 31.03.2026 Published: 14.04.2026 Updated: 14.04.2026

Jellyfin is an open source self hosted media server. Versions prior to 10.11.7 contain a denial of service vulnerability in the SyncPlay group creation endpoint (POST /SyncPlay/New), where an authenticated user can create groups with names of unlimited size due to insufficient input validation. By sending large payloads combined with arbitrary group IDs, an attacker can lock out the endpoint for other clients attempting to join SyncPlay groups and significantly increase the memory usage of the Jellyfin process, potentially leading to an out-of-memory crash. This issue has been fixed in version 10.11.7.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CVSS Score: 6.5

Product Status

Vendor jellyfin
Product jellyfin
Versions
  • Version < 10.11.7 is affected

References

Problem Types

  • CWE-400: Uncontrolled Resource Consumption CWE