Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/davidcarliez/cve-2026-49176_lpe_poc
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingBinary Exploitation
GitHubdavidcarliez/cve-2026-49176_lpe_poc

CVE-2026-49176_LPE_POC

Local privilege-escalation proof of concept for the Windows WalletService vulnerability fixed in July 2026.

查看仓库

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
48151个月前尚未审核
内容在请求的语言中不可用。显示英文版本。

CVE-2026-49176 SYSTEM Shell PoC

Local privilege-escalation proof of concept for the Windows WalletService vulnerability fixed in July 2026.

Technical write-up: CVE-2026-49176 Exploit Development: WalletService to SYSTEM.

A standard user creates a Wallet ESE database containing a persisted callback and redirects their Documents known folder to it. Vulnerable WalletService opens the database as LocalSystem with persisted callbacks enabled, causing ESE to load the supplied DLL. The payload starts a command prompt as SYSTEM in the active desktop session.

Run

On a vulnerable Windows 11 system, open a non-elevated PowerShell and run:

root@kitploit:~
powershell.exe -ExecutionPolicy Bypass -File .\trigger.ps1

Alternatively, double-click run.cmd. A shell should open and print nt authority\system.

To rebuild the included binaries, install the Visual Studio C++ build tools and run:

root@kitploit:~
powershell.exe -ExecutionPolicy Bypass -File .\build.ps1

Tested on Windows 11 25H2 build 26200.8737.

Root cause

WalletService resolves FOLDERID_Documents while impersonating the caller, then reverts to LocalSystem before opening <Documents>\Wallet\wallet.db. It accepts a caller-created database and enables ESE persisted callbacks. Opening the Cards table resolves the callback path stored in the database schema and loads the specified DLL as SYSTEM.

下载工具