Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2021-3438 — Detection and remediation for CVE-2021-3438 with Powershell | Kitploit
Tools/GitHubGitHub/tobiass1402/cve-2021-3438
Vulnerability ScannersVulnerability AnalysisScripting & AutomationConfiguration AuditingMisconfiguration
GitHubtobiass1402/cve-2021-3438

CVE-2021-3438

Detection and remediation for CVE-2021-3438 with Powershell

View Repository
45 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

What is included?

  • CVE-2021-3438_detection v2_sccm.ps1 is a script to run via sccm to get a small report on the vulnerability of managed devices.
  • CVE-2021-3438_detection.ps1 is a script to run manually or remote on a managed device.
  • CVE-2021-3438_remediation.ps1 is a script to check and run the installers if vulnerable drivers are detected.
  • HP-Samsung.exe is the HP/Samsung fix installer
  • Xerox is the Xerox fix installer.

How to execute these scripts?

Instant run:

root@kitploit:~
PS> CVE-2021-3438_detection.ps1

Importing the function:

root@kitploit:~
PS> import-module CVE-2021-3438_detection.ps1
PS> Get-VulnerablePrinter

or

root@kitploit:~
PS> . .\CVE-2021-3438_detection.ps1
PS> Get-VulnerablePrinter

Sources

  • https://support.hp.com/us-en/document/ish_3900395-3833905-16/hpsbpi03724
  • https://securitydocs.business.xerox.com/wp-content/uploads/2021/05/cert_Security_Mini_Bulletin_XRX21K_for_B2XX_PH30xx_3260_3320_WC3025_32xx_33xx.pdf
Download Tool