CVE-2017-3158: Apache Guacamole Race Condition vulnerability
8.1
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.71617%
CWE
Published
5/14/2022
Updated
1/29/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.guacamole:guacamole-common | maven | >= 0.9.5, < 0.9.11-incubating | 0.9.11-incubating |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from unsynchronized writes to a shared terminal buffer. Based on:
- The description of overlapping writes corrupting packet length fields
- The CWE-362 classification indicating improper synchronization
- Java package naming conventions for terminal emulation components
While exact patch details are unavailable, terminal data writing methods (writeBlock) and protocol serialization (writeTo) are prime candidates as they would directly handle the vulnerable buffer operations. Confidence is medium due to reliance on vulnerability description patterns rather than explicit patch diffs.