CVE-2019-0708
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA remote code execution vulnerability exists in Remote Desktop Services formerly known as Terminal Services when an unauthenticated attacker connects to the target system using RDP and sends specially crafted requests, aka 'Remote Desktop Services Remote Code Execution Vulnerability'.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThis is a pre-authentication remote code execution vulnerability in Microsoft Remote Desktop Services (RDS). An unauthenticated attacker can send specially crafted RDP packets to achieve arbitrary code execution on the target system without any user interaction or credentials, making it wormable.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE dataall versionsall versions= r2all versionsall versionsall versionsall versionsall versionsall versionsCVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Confirm Windows version is affectedRun 'winver' or 'systeminfo | findstr /B /C:"OS Name" /C:"OS Version"' to identify the Windows edition and versionAffected if The version is Windows 7 (any build) or Windows Server 2008/2008 R2 (any build)
-
Verify Remote Desktop Services is enabledCheck the registry key HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\fDenyTSConnections (value 0 means RDP is enabled), or check if the Remote Desktop Services service (TermService) is runningAffected if fDenyTSConnections is set to 0 or the TermService service is running - RDP is active and the system is potentially vulnerable
-
Check Network Level Authentication statusRun 'reg query "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v UserAuthentication' - a value of 1 means NLA is enabledAffected if UserAuthentication is set to 0 - NLA is disabled and the system is fully vulnerable to pre-authentication exploitation
-
For Siemens medical devices, confirm firmware versionAccess the device management interface or check system information to identify the firmware version of Axiom Multix M, Axiom Vertix Md Trauma, Axiom Vertix Solitaire M, Mobilett Xp Digital, Multix Pro Acss P, or Multix Pro PAffected if The device runs any firmware version (all versions of these Siemens products are affected)
-
Verify patch installation statusRun 'wmic qfe list' or check 'Get-HotFix' in PowerShell to list installed security updates - look for May 2019 security updates such as KB4499175 (Windows 7/Server 2008 R2)Affected if The May 2019 security updates are NOT installed - the system lacks the BlueKeep vulnerability fix
A system is affected if it runs Windows 7 or Windows Server 2008/2008 R2 (or is one of the listed Siemens devices) AND has Remote Desktop Services enabled, especially without NLA protection or the May 2019 security patches.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedApply the Microsoft security patches (KB4499175 for Windows 7/Server 2008 R2 and newer), enable Network Level Authentication (NLA) as an interim control, or block RDP port 3389 at the perimeter firewall if RDP is not required.
Windows 7: Upgrade to Windows 10 or Windows 11 (end of support for Windows 7 was January 2020). Windows Server 2008 R2: Upgrade to Windows Server 2019 or Windows Server 2022.
- Install the official Microsoft security update for CVE-2019-0708 (BlueKeep): For Windows 7, install security update KB4490628. For Windows Server 2008 R2, install security update KB4490628. These were released in May 2019.
- Verify the update was successfully installed by checking Windows Update history or by reviewing installed updates for the specific KB number.
- If RDP is not required, disable Remote Desktop Services on affected systems via Control Panel > System and Security > System > Remote settings, or via PowerShell: Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server' -Name 'fDenyTSConnections' -Value 1
- Ensure network-level authentication (NLA) is enabled as an interim mitigation: Go to Computer Policy > Administrative Templates > Windows Components > Remote Desktop Services > Security, enable 'Require user authentication for remote connections by using NLA'.
- Apply to all affected systems in your environment - this vulnerability is wormable and can spread autonomously.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation12.0 h
- Implementation16.0 h
- Testing8.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $11,520.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2019-0708 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sources- portal.msrc.microsoft.com
- packetstormsecurity.com
- portal.msrc.microsoft.com
- packetstormsecurity.com
- packetstormsecurity.com
- packetstormsecurity.com
- packetstormsecurity.com
- packetstormsecurity.com
- www.huawei.com
- www.huawei.com
- cert-portal.siemens.com
- cert-portal.siemens.com
- cert-portal.siemens.com
- cert-portal.siemens.com
- cert-portal.siemens.com
- cert-portal.siemens.com
- www.cisa.gov
- nvd.nist.gov
Practitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2019-0708 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data