mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Creating a tag with a single quote in the name causes SQL crashes #1096
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SenorSmartyPants on GitHub (Nov 29, 2019).
Describe the bug
This is a bug as old as time.
To Reproduce
Edit series metadata, add tag "Don't Show"
Edit user, block items with tag, add tag "Don't Show"
watch explosions.
Expected behavior
no crashes
Logs
System (please complete the following information):
@dkanada commented on GitHub (Nov 30, 2019):
I added the confirmed label because we need to keep this open until it gets resolved. As mentioned previously, the server should never crash from a client request.
@dkanada commented on GitHub (Nov 30, 2019):
Might as well mention that adding devices with names that include special characters will also crash the server.
@JustAMan commented on GitHub (Dec 2, 2019):
This is also most likely a security issue as (I guess) it fails due to SQL injection.