Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2020-1048 PoC — Microsoft Windows Print Spooler Components 安全漏洞

Source
Associated Vulnerability
Title:Microsoft Windows Print Spooler Components 安全漏洞 (CVE-2020-1048)
Description:Microsoft Windows Print Spooler Components是美国微软(Microsoft)公司的一个打印后台处理程序组件。 Microsoft Windows Print Spooler中存在安全漏洞。攻击者可通过登录受影响系统并运行特制的脚本或应用程序利用该漏洞获取提升的权限,执行任意代码。以下产品及版本受到影响:Microsoft Windows 10,Windows 10 1607版本,Windows 10 1709版本,Windows 10 1803版本,Windows
Description
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'.
Readme
# CVE-2020-1048

An elevation of privilege vulnerability exists when the Windows Print Spooler service improperly allows arbitrary writing to the file system. An attacker who successfully exploited this vulnerability could run arbitrary code with elevated system privileges. An attacker could then install programs; view, change, or delete data; or create new accounts with full user rights.

To exploit this vulnerability, an attacker would have to log on to an affected system and run a specially crafted script or application.

The Microsoft Windows update addresses the vulnerability by correcting how the Windows Print Spooler Component writes to the file system.

## Steps to reproduce

1.Change the variables g_PortName and g_InputFile present at the top of Source.c.

2.Compile and run using Visual studio.

3.Restart the printer service(spoolsv) or Restart your system.

## Notes

In case you want to persist the port and printer creation or want the attack to occur after restart of system, you can exit the program using Ctrl^C once the program ask to press Enter.

getshell.dll is included which you can use as a payload to spawn a command prompt as SYSTEM privilege.
File Snapshot

[4.0K] /data/pocs/366868eb82ee8d2990c6e2d884eacb6c836c6147 ├── [4.0K] C Solutions │   ├── [6.9K] cve-2020-1048.vcxproj │   ├── [ 947] cve-2020-1048.vcxproj.filters │   ├── [ 165] cve-2020-1048.vcxproj.user │   └── [7.1K] Source.c ├── [ 68K] getshell.dll └── [1.2K] README.md 1 directory, 6 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.