vendor:
Emby MediaServer
by:
Gjoko 'LiquidWorm' Krstic
8,8
CVSS
HIGH
Boolean-based Blind SQL Injection
89
CWE
Product Name: Emby MediaServer
Affected Version From: 3.2.5
Affected Version To: 3.0.0
Patch Exists: YES
Related CWE: N/A
CPE: a:emby_llc:emby_mediaserver
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Microsoft Windows 7 Professional SP1 (EN), Mono-HTTPAPI/1.1, UPnP/1.0 DLNADOC/1.50, Ubuntu Linux 14.04.5, MacOS Sierra 10.12.3, SQLite3
2017
Emby MediaServer 3.2.5 Boolean-based Blind SQL Injection Vulnerability
Emby (formerly Media Browser) is a media server designed to organize, play, and stream audio and video to a variety of devices. Emby is open-source, and uses a client-server model. Emby suffers from a blind SQL injection vulnerability. Input passed via the GET parameter 'MediaTypes' is not properly sanitised before being returned to the user or used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL queries in a way that would allow an attacker to modify the logic of the executed query.