1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 |
Native Instruments Service Center 2.2.5 Local Privilege Escalation Vulnerability Vendor: Native Instruments GmbH Product web page: http://www.native-instruments.com Affected version: 2.2.5 (R596) Summary: The NI Service Center is a service used for Product Activation. Desc: The Native Instruments's Service Center suffers from an elevation of privileges vulnerability which can be used by a simple user that can change the executable file with a binary of choice. The vulnerability exist due to the improper permissions, with the "C" flag (Change(write)) for "Everyone", for the installed files ServiceCenter.exe and Reloader.exe. Tested on: Microsoft Windows XP Professional SP3 (English) Vulnerability discovered by: Gjoko 'LiquidWorm' Krstic liquidworm gmail com Zero Science Lab - http://www.zeroscience.mk Advisory ID: ZSL-2010-4981 Advisory URL: http://www.zeroscience.mk/en/vulnerabilities/ZSL-2010-4981.php 06.11.2010 PoC: ---------------------------------------------------------------------------- C:\Program Files\Native Instruments\Service Center>dir Volume in drive C has no label. Volume Serial Number is 7C64-FE80 Directory of C:\Program Files\Native Instruments\Service Center 07.11.201019:52<DIR>. 07.11.201019:52<DIR>.. 05.11.201017:58<DIR>conf 05.11.201017:58<DIR>Documentation 05.11.201017:57 738.632 Reloader.exe 05.11.201017:5810.650.440 ServiceCenter.exe 2 File(s) 11.389.072 bytes 4 Dir(s) 9.880.768.512 bytes free C:\Program Files\Native Instruments\Service Center>cacls ServiceCenter.exe C:\Program Files\Native Instruments\Service Center\ServiceCenter.exe BUILTIN\Administrators:F Everyone:C NT AUTHORITY\SYSTEM:F C:\Program Files\Native Instruments\Service Center>cacls Reloader.exe C:\Program Files\Native Instruments\Service Center\Reloader.exe BUILTIN\Administrators:F Everyone:C NT AUTHORITY\SYSTEM:F C:\Program Files\Native Instruments\Service Center> ---------------------------------------------------------------------------- |