How to fix BlueKeep security error for Windows 2003, Windows XP, Windows 7, Windows Server 2008
The new BlueKeep security vulnerability that attacked older versions of Windows in May affected about a million devices. BlueKeep not only attacks Windows 7 but also affects Windows 2003, Windows XP, Windows Server 2008 and Windows Server 2008 R2. Soon Microsoft released a patch for all Windows versions affected by BlueKeep. But one has not yet updated the patch and is in danger of being attacked by the BlueKeep vulnerability. The following article will show you how to fix security holes on old Windows versions.
- What to do if Google Chrome warns an unsafe website?
- 10 most effective antivirus software for Windows
- 9 things to do when detecting a computer infected with malware
- 3 things that antivirus software can't do
Instructions to fix BlueKeep error on Windows
Security vulnerability BlueKeep uses remote computer control protocol - Remote Desktop Protocol (RDP) of Windows to remotely access users' computers. This vulnerability allows pre-authentication and does not require user interaction for hackers to execute code on the computer system. Once they have access to the computer, they will view, change, delete all data.
First of all, users need to check if their computer is vulnerable to this security vulnerability. We download rdpscan tool according to the link below.
https://github.com/robertdavidgraham/rdpscan/releases
Step 1:
We download the patches in the 2 links below and then proceed with the installation. Windows Update mode on the computer fades to turn on.
https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0708
https://support.microsoft.com/en-us/help/4500705/customer-guidance-for-cve-2019-0708
Step 2:
Next we proceed to disable RDP and block port 3389. To disable RDP you open CMD on the Admin computer, then enter the command below.
Reg add 'computernameHKLM SYSTEMCurentControlSetControlTerminal Server' /v fDenyTSConnections /t REG_DWORD /d 1 /f
Click the following command to block port 3389
netsh advfirewall firewall add rule dir=in action=block protocol=TCP localport=3389 name="Block_TCP-3389"
I wish you all success!
You should read it
- IBM developed a new technology to patch security holes
- Find security holes on every site with Nikto
- 5 common errors in managing security vulnerabilities
- Warning: The number of vulnerabilities in open source software are increasing rapidly
- 70% of Microsoft security vulnerabilities stem from memory errors
- Warning of dangerous vulnerabilities on WinRAR, users should uninstall or upgrade to a new version
- Microsoft introduced a tool to fix security holes in IE 9 and 10
- 6 enterprise security holes to note
May be interested
- Found 37 security holes in VNC on Linux, Windowsthe researchers found a total of 37 security holes affecting four open source virtual network computing (vnc) deployment solutions.
- Security usage is available in Windows Server 2003this is one of the easy-to-understand step-by-step tutorials of the microsoft help provided to users. this article describes how to apply pre-defined security templates in windows server 2003. microsoft windows server 20
- Some ways to fix DNS Server Not Responding on Windows 7/8/10the dns server not responding is one of the most common errors in windows 7/8 / 8.1 and windows 10. if you get this error, you cannot connect to the internet to access the network.
- Fix error Error 521: Web server is downerror 521 or error 521: web server is down occurs because the original web server refused to connect from cloudflare. more specifically, cloudflare tried to connect to your original server on port 80 or 443 but received a connection error that was rejected.
- Microsoft rushed to release security updates for Windows XP, Server 2003if you are still using a copy of windows xp or windows server 2003 on networked systems (and both windows 7, windows server 2008 and 2008 r2), pay attention!
- Instructions for fixing 'A referral was returned from the server'a referral was returned from the server error can occur on any windows version (windows 8, 7 and windows vista) while the user is running a program or an application without admin rights or if uac settings are enabled on the system.
- Windows Server 2003 died after July 14microsoft announced it would stop supporting windows server 2003 from july 14, before windows 10 officially launched two weeks.
- Microsoft added recovery, backup, security for Windows Server 2019windows server upgrades provide greater scalability and significant resilience for shielded virtual machines when these machines stop working.
- How to fix the Win32Bridge.server.exe Incorrect function error in Windows 10some users report that while working with windows 10, a message box still appears on their desktop with the following description line
- Use IIS to set up FTP Server on Windowsset up an ftp server (file transfer protocol server) to share and convert large files with unlimited traffic.