Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2019-1388-Privilege-Escalation--2021- — CVE-2019-1388 Lab Analysis: Documented local privilege escalation via Windows UAC certificate dialogs on Windows 7. | Kitploit
도구/GitHubGitHub/tafloh/cve-2019-1388-privilege-escalation--2021-
Privilege EscalationVulnerability AnalysisExploitationLearning & EducationLabs & Practice
GitHubtafloh/cve-2019-1388-privilege-escalation--2021-

CVE-2019-1388-Privilege-Escalation--2021-

CVE-2019-1388 Lab Analysis: Documented local privilege escalation via Windows UAC certificate dialogs on Windows 7.

저장소 보기

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
119일 전아직 검토되지 않음
요청한 언어로 콘텐츠를 사용할 수 없습니다. 영어 버전을 표시합니다.

CVE-2019-1388 Privilege Escalation

CVE-2019-1388 Lab Analysis: Documented local privilege escalation via Windows UAC certificate dialogs on Windows 7.

CVE-2019-1388: Windows UAC Privilege Escalation Lab

An educational cybersecurity lab and technical analysis documenting CVE-2019-1388—a local privilege escalation vulnerability in the Windows Certificate Dialog allowing a low-privileged user to gain NT AUTHORITY\SYSTEM access.


Technical Overview

  • CVE ID: CVE-2019-1388
  • Vulnerability Type: Local Privilege Escalation / UAC Bypass
  • Target Environment: Windows 7 Ultimate (VirtualBox)
  • Impact: Complete system compromise (Confidentiality, Integrity, Availability)
  • Root Cause: Improper privilege enforcement in the Windows Certificate Dialog when spawning web browser processes during publisher verification.

Lab Environment & Prerequisites

  • Hypervisor: VirtualBox
  • Guest OS: Windows 7 Ultimate (Configured with standard Guest and Admin accounts)
  • Tools: Target binary (hhupd.exe), Internet Explorer, Windows Explorer, cmd.exe

Step-by-Step Exploitation Walkthrough

To exploit the vulnerability, at the start we need to login as a guest user (which has the least privilege). Once logged in, open the command prompt, and enter whoami to ensure we logged in as guest user

alt text

Checking for priveledge

alt text

After confirmation, open the internet explorer and browse to download the executable (hhupd.exe) from the attacker website ·Once downloaded, right click the executable and in the properties remove the web marker. Therefore, the program can run on all local system. Once it done again right click and select Run as Administrator. It causes the UAC (User Account Control) prompt to display on screen.

alt text

alt text

Since we do not know the admin password, click show details and then click the link to Show information about this publisher’s certificate. Immediately it shows the certification issuer’s website (Issued by: VeriSign Commercial Software Publishers CA). Click that hyperlink to go to the certificate issuer's website, which will start a browser process that will run as the system.

alt text

alt text

Close the UAC prompt and return to the main desktop. Now the new browser is visible to us. Even though the link to the page no longer exists, we can still click the page and then save as. At this point, there is an unintentional error. The error message is caused by the fact that the browser is currently running a system.

alt text

alt text

After dismissing the error, we should select the Windows System 32 folder. Once we have gotten in, we should choose the command dot exe and then open it.

alt text

alt text Now we have a command prompt running, type whoami, and press enter to verify the NT authority system (nt authority/system).

alt text

In the end we increased the privilege from low to one of the powerful (NT Authority). For example, let us see how the attacker will use this vulnerability to access files from the admin account. We need to go into Users in the C drive by using cd C:\Users. Once we get into the Users folder, we can access the admin account using cd Admin.

alt text

After getting into the admin account, we can view files in the admin desktop using cd Desktop and dir (to view files). As we can see, there is an image called image.jpg on Admin’s desktop. We will copy that image file from the admin desktop to the Guest account desktop. The command copy image.jpg C:\Users\Guest\Desktop is used to copy and paste the image from Admin to the Guest account.

alt text

alt text


Mitigation & Remediation

For this vulnerability, Microsoft released the full path in November 2019. Because many windows versions have this vulnerability, it is crucial to keep the OS up to date with all the newest patches (ensure that user privilege is enforced correctly in the Windows Certificate Dialog) and security updates. When someone is using the vulnerable version of Windows, make sure to update as soon as possible before someone takes advantage of it. Privilege Escalation is highly risky since it is simple and easier to escalate privilege.

도구 다운로드