Donor challenge: Your donation will be matched 2-to-1 right now. Your $5 gift becomes $15!
Dear Internet Archive Community,
I’ll get right to it: please support the Internet Archive today. Right now, we have a 2-to-1 Matching Gift Campaign, so you can triple your impact, but time is running out! Most can’t afford to give, but we hope you can. The average donation is $45. If everyone reading this chips in just $5, we can keep this website going for free, and free of ads. That's right, all we need is the price of a paperback book to sustain a non-profit website the whole world depends on. For 23 years this has been my dream: for a generation of learners who turn to their screens for answers, I want to put the very best information at their fingertips. We stand with Wikipedians, librarians and creators to make sure there is enduring access to the world’s most trustworthy knowledge. We’re dedicated to reader privacy so we never track you. We don’t accept ads. But we still need to pay for servers and staff. The Internet Archive is a bargain, but we need your help. If you find our site useful, we ask you humbly, please chip in. Thank you.Donor challenge: Your donation will be matched 2-to-1 right now. Your $5 gift becomes $15!
Dear Internet Archive Community,
I’ll get right to it: please support the Internet Archive today. Right now, we have a 2-to-1 Matching Gift Campaign, so you can triple your impact, but time is running out! The average donation is $45. If everyone reading this chips in just $5, we can keep this website going for free, and free of ads. That's right, all we need is the price of a paperback book to sustain a non-profit website the whole world depends on. For 23 years this has been my dream: for a generation of learners who turn to their screens for answers, I want to put the very best information at their fingertips. We stand with Wikipedians, librarians and creators to provide enduring access to the world’s most trustworthy knowledge. We’re dedicated to reader privacy so we never track you. We don’t accept ads. But we still need to pay for servers and staff. The Internet Archive is a bargain, but we need your help. If you find our site useful, we ask you humbly, please chip in. Thank you.Donor challenge: Your donation will be matched 2-to-1 right now. Your $5 gift becomes $15!
Dear Internet Archive Community,
I’ll get right to it: please support the Internet Archive today. Right now, we have a 2-to-1 Matching Gift Campaign, so you can triple your impact, but time is running out! The average donation is $45. If everyone reading this chips in just $5, we can keep this website going for free, and free of ads. That's right, all we need is the price of a paperback book to sustain a non-profit website the whole world depends on. For 23 years this has been my dream: for a generation of learners who turn to their screens for answers, I want to put the very best information at their fingertips. We stand with Wikipedians, librarians and creators to provide enduring access to the world’s most trustworthy knowledge. We’re dedicated to reader privacy so we never track you. We don’t accept ads. But we still need to pay for servers and staff. The Internet Archive is a bargain, but we need your help. If you find our site useful, we ask you humbly, please chip in. Thank you.Donor challenge: Your donation will be matched 2-to-1 right now. Your $5 gift becomes $15!
Dear Internet Archive Community,
I’ll get right to it: please support the Internet Archive today. Right now, we have a 2-to-1 Matching Gift Campaign, so you can triple your impact, but time is running out! The average donation is $45. If everyone reading this chips in just $5, we can keep this website going for free, and free of ads. That's right, all we need is the price of a paperback book to sustain a non-profit website the whole world depends on. For 23 years this has been my dream: for a generation of learners who turn to their screens for answers, I want to put the very best information at their fingertips. We’re dedicated to reader privacy so we never track you. We don’t accept ads. But we still need to pay for servers and staff. If you find our site useful, we ask you humbly, please chip in. Thank you.lock Your payment will be securely processed
Questions or problems donating?
Monthly support helps ensure that anyone curious enough to seek knowledge will be able to find it here. For free. Together we are building the public libraries of the future.
Unauthenticated CVE-2019-0708 "BlueKeep" Scanner PoC by @JaGoTu and @zerosum0x0.
Metasploit module PR: https://github.com/rapid7/metasploit-framework/pull/11869
A scanner fork of rdesktop that can detect if a host is vulnerable to CVE-2019-0708 Microsoft Windows Remote Desktop Services Remote Code Execution vulnerability. It shouldn't cause denial-of-service, but there is never a 100% guarantee across all vulnerable versions of the RDP stack over the years. As it is unauthenticated, the scanner will not have reliable results for NLA hosts (which is a confirmed mitigation).
There is also a Metasploit module, which is a current work in progress (MSF does not have an RDP library).
There is a pre-made rdesktop binary in the repo, but is a normal rdesktop build process:
git clone https://github.com/zerosum0x0/CVE-2019-0708.gitcd CVE-2019-0708/rdesktop-fork-bd6aa6acddf0ba640a49834807872f4cc0d0a773/./bootstrap./configure --disable-credssp --disable-smartcardmake./rdesktop 192.168.1.7:3389
This fork of rdesktop is only well supported on an X11 GUI Linux environment. Results will vary for other platforms.Please refer to the normal rdesktop compilation instructions or have a look at how the Docker image is built.
You can also build from source using the Dockerfile and then run rdesktop using that image:
docker build . -t cve-2019-0708:latestdocker run cve-2019-0708:latest 192.168.1.7:3389
Small details of the vulnerability have already begun to reach mainstream. This tool does not grant attackers a free ride to a theoretical RCE.
Modifying this PoC to trigger the denial-of-service does lower the bar of entry but will also require some amount of effort. We currently offer no explanation of how this scanner works other than to tell the user it seems to be accurate in testing and follows a logical path.
System administrators need tools like this to discover vulnerable hosts. This tool is offered for legal purposes only and to forward the security community's understanding of this vulnerability. As this PoC actively exploits the vulnerability, do not use against targets without prior permission.
rdesktop fork is licensed as GPLv3.
Metasploit module is licensed as Apache 2.0.
wget https://archive.org/download/github.com-zerosum0x0-CVE-2019-0708_-_2019-05-23_06-10-19/zerosum0x0-CVE-2019-0708_-_2019-05-23_06-10-19.bundle
and run: git clone zerosum0x0-CVE-2019-0708_-_2019-05-23_06-10-19.bundle