# N/A
## 概述
存在一个权限提升漏洞,当Windows Print Spooler服务不恰当地允许任意写入文件系统时,就会触发该漏洞,该漏洞被命名为“Windows Print Spooler 权限提升漏洞”。
## 影响版本
未提供具体影响的版本信息。
## 细节
Windows Print Spooler服务未能适当地限制对文件系统的写入权限,从而使得攻击者能够在系统上以更高权限执行任意写入操作。
## 影响
成功利用此漏洞的攻击者可能能够提升权限,在目标系统上执行任意代码,对系统安全造成威胁。
# | POC 描述 | 源链接 | 神龙链接 |
---|---|---|---|
1 | POC exploit code for CVE-2020-1048(PrintDemon) | https://github.com/shubham0d/CVE-2020-1048 | POC详情 |
2 | An elevation of privilege vulnerability exists when the Windows Print Spooler service improperly allows arbitrary writing to the file system, aka 'Windows Print Spooler Elevation of Privilege Vulnerability'. | https://github.com/Ken-Abruzzi/CVE-2020-1048 | POC详情 |
3 | spoolsv.exe arb file write poc | https://github.com/Y3A/cve-2020-1048 | POC详情 |
4 | PrintDemon (CVE-2020-1048) Privilege Escalation | https://github.com/talsim/printDemon2system | POC详情 |
暂无评论