# Windows Kerberos 权限提升漏洞
## 概述
该漏洞是Windows系统中的一个权限提升漏洞,存在于Kerberos协议中。攻击者可以在本地利用此漏洞提升其在目标系统上的权限。
## 影响版本
该漏洞影响多个Windows版本,包括但不限于:
- Windows 10
- Windows Server 2016
- Windows Server 2019
- Windows Server 2022
## 细节
攻击者通过利用Kerberos认证协议中的设计缺陷,可以绕过某些安全检查,在目标系统上获得更高的权限。这种漏洞通常允许攻击者以更高的权限执行代码,从而进一步控制整个系统。
## 影响
成功利用此漏洞的攻击者可以在目标系统上提升其权限,执行任意代码,并进一步控制受影响的系统。此外,攻击者还可能安装程序、查看、更改或删除数据,或者创建具有完全用户权限的新账户。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | One day based on https://googleprojectzero.blogspot.com/2022/10/rc4-is-still-considered-harmful.html | https://github.com/Bdenneu/CVE-2022-33679 | POC详情 |
| 2 | poc of CVE-2022-33679 | https://github.com/Blyth0He/CVE-2022-33679 | POC详情 |
| 3 | poc of CVE-2022-33679 | https://github.com/Amulab/CVE-2022-33679 | POC详情 |
| 4 | None | https://github.com/notareaperbutDR34P3r/Kerberos_CVE-2022-33679 | POC详情 |
| 5 | None | https://github.com/soy-oreocato/CVE-2022-33679_Checker | POC详情 |
暂无评论