ID CVE-2019-15681
Summary LibVNC commit before d01e1bb4246323ba6fcee3b82ef1faa9b1dac82a contains a memory leak (CWE-655) in VNC server code, which allow an attacker to read stack memory and can be abused for information disclosure. Combined with another vulnerability, it can be used to leak stack memory and bypass ASLR. This attack appear to be exploitable via network connectivity. These vulnerabilities have been fixed in commit d01e1bb4246323ba6fcee3b82ef1faa9b1dac82a.
References
Vulnerable Configurations
  • cpe:2.3:a:libvnc_project:libvncserver:*:*:*:*:*:*:*:*
    cpe:2.3:a:libvnc_project:libvncserver:*:*:*:*:*:*:*:*
  • cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:lts:*:*:*
    cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:lts:*:*:*
  • cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:esm:*:*:*
    cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:esm:*:*:*
  • cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*
    cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*
  • cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*
    cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*
  • cpe:2.3:o:canonical:ubuntu_linux:18.10:*:*:*:*:*:*:*
    cpe:2.3:o:canonical:ubuntu_linux:18.10:*:*:*:*:*:*:*
  • cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*
    cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*
  • cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*
    cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:simatic_itc1500_firmware:3.0.0.0:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:simatic_itc1500_firmware:3.0.0.0:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:simatic_itc1500:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:simatic_itc1500:-:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:simatic_itc1500_pro_firmware:3.0.0.0:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:simatic_itc1500_pro_firmware:3.0.0.0:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:simatic_itc1500_pro:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:simatic_itc1500_pro:-:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:simatic_itc1900_firmware:3.0.0.0:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:simatic_itc1900_firmware:3.0.0.0:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:simatic_itc1900:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:simatic_itc1900:-:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:simatic_itc1900_pro_firmware:3.0.0.0:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:simatic_itc1900_pro_firmware:3.0.0.0:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:simatic_itc1900_pro:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:simatic_itc1900_pro:-:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:simatic_itc2200_firmware:3.0.0.0:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:simatic_itc2200_firmware:3.0.0.0:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:simatic_itc2200:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:simatic_itc2200:-:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:simatic_itc2200_pro_firmware:3.0.0.0:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:simatic_itc2200_pro_firmware:3.0.0.0:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:simatic_itc2200_pro:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:simatic_itc2200_pro:-:*:*:*:*:*:*:*
CVSS
Base: 5.0 (as of 05-04-2022 - 21:10)
Impact:
Exploitability:
CWE CWE-665
CAPEC
  • Leveraging Race Conditions
    The adversary targets a race condition occurring when multiple processes access and manipulate the same resource concurrently, and the outcome of the execution depends on the particular order in which the access takes place. The adversary can leverage a race condition by "running the race", modifying the resource and modifying the normal execution flow. For instance, a race condition can occur while accessing a file: the adversary can trick the system by replacing the original file with his version and cause the system to read the malicious file.
  • Leveraging Time-of-Check and Time-of-Use (TOCTOU) Race Conditions
    This attack targets a race condition occurring between the time of check (state) for a resource and the time of use of a resource. A typical example is file access. The adversary can leverage a file access race condition by "running the race", meaning that they would modify the resource between the first time the target program accesses the file and the time the target program uses the file. During that period of time, the adversary could replace or modify the file, causing the application to behave unexpectedly.
Access
VectorComplexityAuthentication
NETWORK LOW NONE
Impact
ConfidentialityIntegrityAvailability
PARTIAL NONE NONE
cvss-vector via4 AV:N/AC:L/Au:N/C:P/I:N/A:N
refmap via4
misc https://github.com/LibVNC/libvncserver/commit/d01e1bb4246323ba6fcee3b82ef1faa9b1dac82a
mlist
  • [debian-lts-announce] 20191030 [SECURITY] [DLA 1977-1] libvncserver security update
  • [debian-lts-announce] 20191030 [SECURITY] [DLA 1979-1] italc security update
  • [debian-lts-announce] 20191129 [SECURITY] [DLA 2014-1] vino security update
  • [debian-lts-announce] 20191221 [SECURITY] [DLA 2045-1] tightvnc security update
suse
  • openSUSE-SU-2020:0624
  • openSUSE-SU-2020:1071
ubuntu
  • USN-4407-1
  • USN-4547-1
  • USN-4573-1
  • USN-4587-1
Last major update 05-04-2022 - 21:10
Published 29-10-2019 - 19:15
Last modified 05-04-2022 - 21:10
Back to Top