Home / vulnerabilitiesPDF  

BitRaider Streaming Client 1.3.3.4098 Local Privilege Escalation

Posted on 23 December 2014
Source : packetstormsecurity.org Link

 


BitRaider Streaming Client 1.3.3.4098 Local Privilege Escalation Vulnerability

Vendor: BitRaider, LLC
Product web page: http://www.bitraider.com
Affected version: 1.3.3.4098

Summary: BitRaider is a video game streaming and download service.

Desc: BitRaider contains a flaw that leads to unauthorized privileges being gained.
The issue is due to the program granting improper permissions with the 'F' flag for
the 'Users' group, which makes the entire 'BitRaider' directory and its sub directories
and files world-writable. This may allow a local attacker to change an executable file
with a binary file and gain elevated privileges.

List of executables affected:

o====================================================================================================o
| Binary/location | Description |
| | |
|=============================================================== ====================================|
| C:ProgramDataBitRaiderBRSptStub.exe | BitRaider Support Stub |
|---------------------------------------------------------------|------------------------------------|
| C:ProgramDataBitRaidercommonBRException.exe | BitRaider Exception Handler |
|---------------------------------------------------------------|------------------------------------|
| C:ProgramDataBitRaidercommonrwc.exe | BitRaider Distribution Web Client |
|---------------------------------------------------------------|------------------------------------|
| C:ProgramDataBitRaidersupport1.3.3E02B25FCBRSptSvc.exe | BitRaider Support Service Core |
o====================================================================================================o

Tested on: Microsoft Windows 7 Professional SP1 (EN)

Vulnerability discovered by Gjoko 'LiquidWorm' Krstic
@zeroscience

Advisory ID: ZSL-2014-5217
Advisory URL: http://www.zeroscience.mk/en/vulnerabilities/ZSL-2014-5217.php

17.12.2014

----

C:Usersuser>sc qc BRSptStub
[SC] QueryServiceConfig SUCCESS

SERVICE_NAME: BRSptStub
TYPE : 10 WIN32_OWN_PROCESS
START_TYPE : 3 DEMAND_START
ERROR_CONTROL : 0 IGNORE
BINARY_PATH_NAME : "C:ProgramDataBitRaiderBRSptStub.exe"
LOAD_ORDER_GROUP :
TAG : 0
DISPLAY_NAME : BitRaider Mini-Support Service Stub Loader
DEPENDENCIES :
SERVICE_START_NAME : LocalSystem

C:Usersuser>icacls "C:ProgramDataBitRaiderBRSptStub.exe"
C:ProgramDataBitRaiderBRSptStub.exe BUILTINUsers:(F) <--------------------------
NT AUTHORITYSYSTEM:(F)
NT AUTHORITYAuthenticated Users:(F) <-------
BUILTINAdministrators:(F)
NT AUTHORITYINTERACTIVE:(F) <---------------
NT AUTHORITYSERVICE:(F)
BUILTINGuests:(RX)
BUILTINUsers:(I)(F) <-----------------------
NT AUTHORITYSYSTEM:(I)(F)
NT AUTHORITYAuthenticated Users:(I)(F) <----
BUILTINAdministrators:(I)(F)
NT AUTHORITYINTERACTIVE:(I)(F) <------------
NT AUTHORITYSERVICE:(I)(F)
BUILTINGuests:(I)(RX)

Successfully processed 1 files; Failed processing 0 files

C:Usersuser>

 

TOP