Skip to content

CVE-2019-0708: BlueKeep

Use After Free: Is CVE-2019-0708 real, exploitable, or a false positive? Here's the community verdict.

signals

public sources

Exploited in wild
Yes
CISA KEV
Public exploit
Metasploit +2
Metasploit/EDB/PoC
Base severity
9.8 Critical
CVSS
Exploitation prob.
100%
FIRST EPSS
Weakness
CWE-416 · Use After Free
CWE

Confirmed exploited in the wild. Patch this first, regardless of the base score.

public exploits

links to sources — we don’t host code

A working exploit is publicly available from a maintained source. Treat this as higher urgency and verify your exposure.

baseline read

auto · not a community verdict

Real — exploited in the wild

CISA confirms active exploitation. Treat scanner hits as true positives unless your specific version or config is unaffected.

Based on CISA KEV

Confirm or dispute →

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

A 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'.

Published

Embed this verdict
TruePositive verdict for CVE-2019-0708
Markdown
[![TruePositive verdict](https://www.truepositive.app/cve/CVE-2019-0708/badge.svg)](https://www.truepositive.app/cve/CVE-2019-0708)
HTML
<a href="https://www.truepositive.app/cve/CVE-2019-0708"><img src="https://www.truepositive.app/cve/CVE-2019-0708/badge.svg" alt="TruePositive verdict for CVE-2019-0708"></a>

Live badge that updates automatically as the community verdict changes.

Community ground truth

Be the first practitioner to weigh in

So far this is only TruePositive's editorial baseline from public sources. Add your real-world verdict below — it becomes the signal the next person triaging this relies on.

🥇 The first 50 practitioners to contribute earn a Founding Contributor badge.

In your experience, is this finding real and exploitable?

awaiting field verdicts
Real, but not a risk here
Not a real issue

Curated baseline: TruePositive's read from public sources is Real & exploitable — a starting point, not a community verdict.

No account needed. Anonymous verdicts post as an unverified signal. Log in to make yours verified and earn reputation.

Field notes & remediation

Verdicts are the quick signal. Notes are the evidence and fixes behind them.

  • 0
    Field note · TruePositive EditorialCurated

    Real, needs no login, and can spread like a worm. It is a bug in Windows RDP (Remote Desktop). An attacker can run code on an unpatched machine with no login, just by reaching RDP (port 3389). Microsoft was so worried about a WannaCry-style worm that they even patched end-of-life Windows XP.

    Who is affected: older, unpatched Windows versions. Specifically Windows XP, 7, Server 2003, 2008, and 2008 R2. Windows 8 and 10 are not affected. If RDP is open to the internet on one of these old systems and it is unpatched, it is a serious risk.

    Note on exploitation: the public exploit works, but it can crash the target (blue screen) if it is not tuned. So a failed attempt does not always mean you are safe. If you have exposed, unpatched RDP on an affected OS, treat it as exploitable.

    Commonly flagged by: Nessus, Qualys, OpenVAS.

  • 0
    Remediation · TruePositive EditorialCurated

    Install the May 2019 patch for the affected OS. Better still, never expose RDP directly to the internet. Put it behind a VPN, and turn on Network Level Authentication (NLA), which blocks the pre-login path. On systems you cannot patch, disable RDP or block port 3389 at the firewall. If it was exposed and unpatched, investigate for compromise.

Add a field note or remediationoptional
Note type

What are you adding?

Markdown supported · minimum 20 characters.

Same weakness: CWE-416 · Use After Free.