CVE-2023-50266 MEDIUM

CVE-2023-50266: Bazarr Blind Server-Side Request Forgery (SSRF) in the /test/<protocol>/ endpoint

Vendor Morpheus65535
Product bazarr
Weakness CWE-918 · SSRF
Published December 15, 2023
Last update August 2, 2024

CVSS base score

5.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality Low
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

What the vulnerability does

01Description

Bazarr manages and downloads subtitles. In version 1.2.4, the proxy method in bazarr/bazarr/app/ui.py does not validate the user-controlled protocol and url variables and passes them to requests.get() without any sanitization, which leads to a blind server-side request forgery (SSRF). This issue allows for crafting GET requests to internal and external resources on behalf of the server. 1.3.1 contains a partial fix, which limits the vulnerability to HTTP/HTTPS protocols.

Key dates

02Disclosure timeline

December 15, 2023 CVE published
August 2, 2024 Record updated