Tenable Vulnerability Management | WinVerifyTrust Signature Validation CVE-2013-3900 Remediation
In this tutorial we'll be using Tenable Vulnerability Management to research the WinVerifyTrust Signature Validation CVE-2013-3900 Remediation vulnerability. We'll then review the registry and required keys and then use PowerShell to add the proper keys to the registry.
New-Item -Path "HKLM:\Software\Microsoft\Cryptography\Wintrust"
New-Item -Path "HKLM:\Software\Wow6432Node\Microsoft\Cryptography\Wintrust\Config"
New-ItemProperty -Path "HKLM:\Software\Microsoft\Cryptography\Wintrust\Config" -Name "EnableCertPaddingCheck" -Value 1 -PropertyType DWord
New-Item -Path "HKLM:\Software\Wow6432Node\Microsoft\Cryptography\Wintrust"
New-Item -Path "HKLM:\Software\Wow6432Node\Microsoft\Cryptography\Wintrust\Config"
New-ItemProperty -Path "HKLM:\Software\Wow6432Node\Microsoft\Cryptography\Wintrust\Config" -Name "EnableCertPaddingCheck" -Value 1 -PropertyType DWord
Join the Cybersecurity Mentorship Program Official Launch!
https://technologyinterpreters.myshopify.com/
Join this channel to get access to perks:
https://www.youtube.com/channel/UC8kz_mvNxikOvChY51C7rQQ/join
Subscribe: https://www.youtube.com/user/TechInterpreterInc?sub_confirmation=1
Social Media:
- Discord: https://discord.gg/fJUnQZSjYh
- Twitter: https://twitter.com/TechTranslators
- Twitch: https://www.twitch.tv/technologyinterpreters
- Instagram: https://www.instagram.com/TechnologyInterpreters
- Facebook: https://www.facebook.com/TechnologyInterpreters