bitsadmin / wesng

Windows Exploit Suggester - Next Generation
BSD 3-Clause "New" or "Revised" License
4.24k stars 571 forks source link

Missing Patches - patches an unknown number of vulnerabilities #75

Closed oconnell-sean closed 1 year ago

oconnell-sean commented 1 year ago

Curious what I might be doing wrong here. Trying to figure out why CVE details are not being shown.

PS C:\Users\S\anaconda3\envs\wesng> py wes.py -m .\missing.txt Windows Exploit Suggester 1.03 ( https://github.com/bitsadmin/wesng/ ) [+] Loading definitions [+] Loading missing patches from file [!] Found vulnerabilities!

[-] Missing patches: 4

[-] Missing patches: 4

bitsadmin commented 1 year ago

Hi Sean,

Because of the incomplete information provided by MSRC, sometimes KBs cannot be associated with CVEs. In your case by using missingkbs.vbs you already elimiated the issue that sometimes supersedence information is missing. Now using the KB numbers you can manually check for possible CVEs connected to the missing KBs.

https://support.microsoft.com/help/5028948 https://support.microsoft.com/help/890830 https://support.microsoft.com/help/5029263 https://support.microsoft.com/help/5029688

For more information on this, see https://blog.bitsadmin.com/windows-security-updates-for-hackers#eliminating-false-positives

Hope that helps!