header-logo
Suggest Exploit
vendor:
Popcorn Time
by:
Uriel Yochpaz & Jonatan Schor
7.5
CVSS
HIGH
Unquoted Service Path
428
CWE
Product Name: Popcorn Time
Affected Version From: 6.2.1.14
Affected Version To: 6.2.1.14
Patch Exists: NO
Related CWE:
CPE: a:popcorn_time:popcorn_time:6.2.1.14
Metasploit:
Other Scripts:
Platforms Tested: Windows 10, 7
2020

Popcorn Time 6.2 – ‘Update service’ Unquoted Service Path

Popcorn Time For Windows installs as a service with an unquoted service path running with SYSTEM privileges. This could potentially allow an authorized but non-privileged local user to execute arbitrary code with elevated privileges on the system.

Mitigation:

The vendor should fix the unquoted service path vulnerability by properly quoting the service path.
Source

Exploit-DB raw data:

# Exploit Title: Popcorn Time 6.2 - 'Update service' Unquoted Service Path
# Date: 2020-04-24
# Vendor Homepage: https://getpopcorntime.is
# Exploit Authors: Uriel Yochpaz & Jonatan Schor
# Software Link: https://dl.getpopcorntime.is/PopcornTime-latest.exe
# Version: 6.2.1.14 and probably prior versions
# Tested on: Windows 10, 7
# CVE : N/A

[+] Description:
Popcorn Time For Windows installs as a service with an unquoted
service path running with SYSTEM privileges.
This could potentially allow an authorized but non-privileged local
user to execute arbitrary code with elevated privileges on the system.

[+] POC:
C:\Users\User>sc qc "Update service"
[SC] QueryServiceConfig SUCCESS

SERVICE_NAME: Update service
        TYPE               : 10  WIN32_OWN_PROCESS
        START_TYPE         : 2   AUTO_START
        ERROR_CONTROL      : 1   NORMAL
        BINARY_PATH_NAME   : C:\Program Files (x86)\Popcorn Time\Updater.exe
        LOAD_ORDER_GROUP   :
        TAG                : 0
        DISPLAY_NAME       : Update service
        DEPENDENCIES       :
        SERVICE_START_NAME : LocalSystem

[+] Exploit:
A successful attempt would require the local user to be able to insert their
code in "Program files (x86)" (popcorn.exe) or "C:\" (program.exe)
folders undetected by the OS or other security applications
where it could potentially be executed during application startup or reboot.
If successful, the local user's code would execute with the elevated privileges
of the application.
cqrsecured