Skip to main content

URL Redirection to Untrusted Site ('Open Redirect')

CVE-2024-53995

Severity Low
Score 1.9/10

Summary

SickChill is an automatic video library manager for TV shows. A user-controlled 'login' endpoint's 'next_' parameter takes arbitrary content. Prior to commit c7128a8946c3701df95c285810eb75b2de18bf82, an authenticated attacker may use this to redirect the user to arbitrary destinations, leading to open redirect. Commit c7128a8946c3701df95c285810eb75b2de18bf82 changes the login page to redirect to 'settings.DEFAULT_PAGE' instead of to the 'next' parameter. This issue affects sickchill versions from 2022.2.16 and after.

  • LOW
  • NETWORK
  • ACTIVE
  • LOW

CWE-601 - Open Redirect

An open redirect attack employs a URL parameter, HTML refresh tags, or a DOM based location change to exploit the trust of a vulnerable domain to direct the users to a malicious website. The attack could lead to higher severity vulnerabilities such as unauthorized access control, account takeover, XSS, and more.

Advisory Timeline

  • Published