Rapid7 Vulnerability & Exploit Database

Print Spooler Remote DLL Injection

Back to Search

Print Spooler Remote DLL Injection

Created
07/08/2021

Description

The print spooler service can be abused by an authenticated remote attacker to load a DLL through a crafted DCERPC request, resulting in remote code execution as NT AUTHORITY\SYSTEM. This module uses the MS-RPRN vector which requires the Print Spooler service to be running.

Author(s)

  • Zhiniang Peng
  • Xuefeng Li
  • Zhipeng Huo
  • Piotr Madej
  • Zhang Yunhai
  • cube0x0
  • Spencer McIntyre
  • Christophe De La Fuente

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use auxiliary/admin/dcerpc/cve_2021_1675_printnightmare
msf auxiliary(cve_2021_1675_printnightmare) > show actions
    ...actions...
msf auxiliary(cve_2021_1675_printnightmare) > set ACTION < action-name >
msf auxiliary(cve_2021_1675_printnightmare) > show options
    ...show and set options...
msf auxiliary(cve_2021_1675_printnightmare) > run 

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;