robertdavidgraham / rdpscan

A quick scanner for the CVE-2019-0708 "BlueKeep" vulnerability.
890 stars 240 forks source link

false positives: Windows Server 2012 & 2016 #25

Open meagercreek opened 5 years ago

meagercreek commented 5 years ago

It seems that a license handling error which was fixed at some point in the original rdesktop (possibly here: https://sourceforge.net/p/rdesktop/mailman/message/31932290/ ) is spoiling the vulnerability check against newer systems which are not affected by this vulnerability:

The false positive is missing the part "Sending MS_T120 check packet", i.e. that special request might not have been sent at all but instead the return code from the licensing error could be what triggers the detection result. The original scanner by zerosum0x0 shows the same behaviour.

PS: Thank you for the fast fix on issue #8.

ruudhanegraaf commented 5 years ago

Just came here to report the same issue. Using the console option circumvents it in zero's fork. https://github.com/zerosum0x0/CVE-2019-0708/issues/16#issue-459354642

I'm a Windows guy however, so I'd prefer to use rdpscan. :-)

Have been using it for a couple of weeks now. Your work is much appreciated. :-)

cnotin commented 5 years ago

I confirm the issue and its reason!

notwhy commented 4 years ago

same question , please fix it.