CVE-2019-8261
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 · uneditedUltraVNC revision 1199 has a out-of-bounds read vulnerability in VNC code inside client CoRRE decoder, caused by multiplication overflow. This attack appears to be exploitable via network connectivity. This vulnerability has been fixed in revision 1200.
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 confidenceUltraVNC revision 1199 contains an out-of-bounds read vulnerability in the VNC client's CoRRE decoder caused by a multiplication overflow. An integer overflow during size calculations results in insufficient buffer allocation, leading to memory read operations beyond allocated boundaries. The flaw is exploitable remotely via network connectivity.
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 data< 1.2.2.3CVSS 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.0/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.
-
Identify UltraVNC installation and versionCheck the installed version of UltraVNC by reviewing the executable properties. Common installation paths: C:\Program Files\UltraVNC\vncviewer.exe or C:\Program Files (x86)\UltraVNC\vncviewer.exe. Right-click the executable, select Properties, and examine the 'File version' or 'Product version' field. Alternatively, run 'wmic product where "name like '%UltraVNC%'" get version,name' in Command Prompt.Affected if The installed version is earlier than 1.2.2.3, or the file version shows revision 1199 or earlier (typically shown as x.x.x.x where the first components may indicate the revision).
-
Confirm the vulnerable component is presentVerify that the vncviewer.exe file exists in the expected UltraVNC installation directory. The vulnerability exists in the CoRRE decoder component of the VNC client, which is included in standard UltraVNC viewer installations.Affected if The vncviewer.exe file exists and its version matches the affected range (< 1.2.2.3).
-
Check for active VNC client listening portsOpen Command Prompt and run 'netstat -an | findstr "5900"' to check if any VNC client process is listening on typical VNC ports (5900 is the primary display port). Also run 'netstat -ano | findstr "LISTENING"' and look for entries associated with vncviewer.exe in the process list.Affected if The UltraVNC viewer is actively running and listening on network ports, indicating the client component is in use and potentially exposed to remote connections.
-
Assess network exposure to VNC servicesReview firewall rules and network configuration. Run 'netsh advfirewall firewall show rule name=all' or check Windows Firewall inbound rules to determine if port 5900 (and nearby ports 5901-5910) are allowed through the firewall. Also check for any port forwarding rules on routers/firewalls directing traffic to the affected machine.Affected if Inbound connections to VNC ports (5900 range) are permitted by the firewall or router, allowing remote attackers to trigger the vulnerability through the CoRRE decoder.
A user is affected if UltraVNC viewer version 1.2.2.3 or earlier (revision 1199 or earlier) is installed and the system is exposed to incoming VNC connections on ports 5900-5910.
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 · scoped1.2.2.3
Upgrade UltraVNC to revision 1200 or later to patch the vulnerability. If immediate upgrade is not possible, restrict network access to VNC ports and monitor for anomalous connections.
UltraVNC 1.2.2.3 or later (revision 1200 and above)
- 1. Download UltraVNC version 1.2.2.3 or later from the official UltraVNC website (www.uvnc.com)
- 2. Uninstall the current vulnerable version of UltraVNC
- 3. Install the downloaded version 1.2.2.3 or later
- 4. Verify the installed version is 1.2.2.3 or higher by checking Help > About UltraVNC
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,696.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2019-8261 — 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 sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2019-8261 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