<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1">
  <DocumentTitle xml:lang="en">Security update for LibVNCServer</DocumentTitle>
  <DocumentType>SUSE Patch</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>openSUSE-SU-2020:1025-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2020-07-21T08:27:26Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2020-07-21T08:27:26Z</InitialReleaseDate>
    <CurrentReleaseDate>2020-07-21T08:27:26Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf.pl</Engine>
      <Date>2017-02-24T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="Topic" Type="Summary" Ordinal="1" xml:lang="en">Security update for LibVNCServer</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">This update for LibVNCServer fixes the following issues:

- security update
- added patches
  fix CVE-2018-21247 [bsc#1173874], uninitialized memory contents are vulnerable to Information leak
  + LibVNCServer-CVE-2018-21247.patch
  fix CVE-2019-20839 [bsc#1173875], buffer overflow in ConnectClientToUnixSock()
  + LibVNCServer-CVE-2019-20839.patch
  fix CVE-2019-20840 [bsc#1173876], unaligned accesses in hybiReadAndDecode can lead to denial of service
  + LibVNCServer-CVE-2019-20840.patch
  fix CVE-2020-14398 [bsc#1173880], improperly closed TCP connection causes an infinite loop in libvncclient/sockets.c
  + LibVNCServer-CVE-2020-14398.patch
  fix CVE-2020-14397 [bsc#1173700], NULL pointer dereference in libvncserver/rfbregion.c
  + LibVNCServer-CVE-2020-14397.patch
  fix CVE-2020-14399 [bsc#1173743], Byte-aligned data is accessed through uint32_t pointers in libvncclient/rfbproto.c.
  + LibVNCServer-CVE-2020-14399.patch
  fix CVE-2020-14400 [bsc#1173691], Byte-aligned data is accessed through uint16_t pointers in libvncserver/translate.c.
  + LibVNCServer-CVE-2020-14400.patch
  fix CVE-2020-14401 [bsc#1173694], potential integer overflows in libvncserver/scale.c
  + LibVNCServer-CVE-2020-14401.patch
  fix CVE-2020-14402 [bsc#1173701], out-of-bounds access via encodings.
  + LibVNCServer-CVE-2020-14402,14403,14404.patch
  fix CVE-2017-18922 [bsc#1173477], preauth buffer overwrite

This update was imported from the SUSE:SLE-15:Update update project.</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="3" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
    <Note Title="Patchnames" Type="Details" Ordinal="4" xml:lang="en">openSUSE-2020-1025</Note>
  </DocumentNotes>
  <DocumentDistribution xml:lang="en">Copyright SUSE LLC under the Creative Commons License 4.0 with Attribution (CC-BY-4.0)</DocumentDistribution>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/MRXTN4MBX2MAHYVC2KCQATTKYECU2TZT/</URL>
      <Description>E-Mail link for openSUSE-SU-2020:1025-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1173477</URL>
      <Description>SUSE Bug 1173477</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1173691</URL>
      <Description>SUSE Bug 1173691</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1173694</URL>
      <Description>SUSE Bug 1173694</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1173700</URL>
      <Description>SUSE Bug 1173700</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1173701</URL>
      <Description>SUSE Bug 1173701</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1173743</URL>
      <Description>SUSE Bug 1173743</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1173874</URL>
      <Description>SUSE Bug 1173874</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1173875</URL>
      <Description>SUSE Bug 1173875</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1173876</URL>
      <Description>SUSE Bug 1173876</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1173880</URL>
      <Description>SUSE Bug 1173880</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-18922/</URL>
      <Description>SUSE CVE CVE-2017-18922 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2018-21247/</URL>
      <Description>SUSE CVE CVE-2018-21247 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2019-20839/</URL>
      <Description>SUSE CVE CVE-2019-20839 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2019-20840/</URL>
      <Description>SUSE CVE CVE-2019-20840 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-14397/</URL>
      <Description>SUSE CVE CVE-2020-14397 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-14398/</URL>
      <Description>SUSE CVE CVE-2020-14398 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-14399/</URL>
      <Description>SUSE CVE CVE-2020-14399 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-14400/</URL>
      <Description>SUSE CVE CVE-2020-14400 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-14401/</URL>
      <Description>SUSE CVE CVE-2020-14401 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-14402/</URL>
      <Description>SUSE CVE CVE-2020-14402 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="openSUSE Leap 15.2">
      <Branch Type="Product Name" Name="openSUSE Leap 15.2">
        <FullProductName ProductID="openSUSE Leap 15.2" CPE="cpe:/o:opensuse:leap:15.2">openSUSE Leap 15.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="LibVNCServer-devel-0.9.10-lp152.9.8.1">
      <FullProductName ProductID="LibVNCServer-devel-0.9.10-lp152.9.8.1">LibVNCServer-devel-0.9.10-lp152.9.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libvncclient0-0.9.10-lp152.9.8.1">
      <FullProductName ProductID="libvncclient0-0.9.10-lp152.9.8.1">libvncclient0-0.9.10-lp152.9.8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libvncserver0-0.9.10-lp152.9.8.1">
      <FullProductName ProductID="libvncserver0-0.9.10-lp152.9.8.1">libvncserver0-0.9.10-lp152.9.8.1</FullProductName>
    </Branch>
    <Relationship ProductReference="LibVNCServer-devel-0.9.10-lp152.9.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:LibVNCServer-devel-0.9.10-lp152.9.8.1">LibVNCServer-devel-0.9.10-lp152.9.8.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libvncclient0-0.9.10-lp152.9.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:libvncclient0-0.9.10-lp152.9.8.1">libvncclient0-0.9.10-lp152.9.8.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libvncserver0-0.9.10-lp152.9.8.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:libvncserver0-0.9.10-lp152.9.8.1">libvncserver0-0.9.10-lp152.9.8.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">It was discovered that websockets.c in LibVNCServer prior to 0.9.12 did not properly decode certain WebSocket frames. A malicious attacker could exploit this by sending specially crafted WebSocket frames to a server, causing a heap-based buffer overflow.</Note>
    </Notes>
    <CVE>CVE-2017-18922</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.2:LibVNCServer-devel-0.9.10-lp152.9.8.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libvncclient0-0.9.10-lp152.9.8.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libvncserver0-0.9.10-lp152.9.8.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/MRXTN4MBX2MAHYVC2KCQATTKYECU2TZT/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-18922.html</URL>
        <Description>CVE-2017-18922</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173477</URL>
        <Description>SUSE Bug 1173477</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="2">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An issue was discovered in LibVNCServer before 0.9.13. There is an information leak (of uninitialized memory contents) in the libvncclient/rfbproto.c ConnectToRFBRepeater function.</Note>
    </Notes>
    <CVE>CVE-2018-21247</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.2:LibVNCServer-devel-0.9.10-lp152.9.8.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libvncclient0-0.9.10-lp152.9.8.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libvncserver0-0.9.10-lp152.9.8.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:P/I:N/A:N</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/MRXTN4MBX2MAHYVC2KCQATTKYECU2TZT/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2018-21247.html</URL>
        <Description>CVE-2018-21247</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173477</URL>
        <Description>SUSE Bug 1173477</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173874</URL>
        <Description>SUSE Bug 1173874</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="3">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">libvncclient/sockets.c in LibVNCServer before 0.9.13 has a buffer overflow via a long socket filename.</Note>
    </Notes>
    <CVE>CVE-2019-20839</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.2:LibVNCServer-devel-0.9.10-lp152.9.8.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libvncclient0-0.9.10-lp152.9.8.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libvncserver0-0.9.10-lp152.9.8.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/MRXTN4MBX2MAHYVC2KCQATTKYECU2TZT/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2019-20839.html</URL>
        <Description>CVE-2019-20839</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173477</URL>
        <Description>SUSE Bug 1173477</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173875</URL>
        <Description>SUSE Bug 1173875</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="4">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An issue was discovered in LibVNCServer before 0.9.13. libvncserver/ws_decode.c can lead to a crash because of unaligned accesses in hybiReadAndDecode.</Note>
    </Notes>
    <CVE>CVE-2019-20840</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.2:LibVNCServer-devel-0.9.10-lp152.9.8.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libvncclient0-0.9.10-lp152.9.8.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libvncserver0-0.9.10-lp152.9.8.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/MRXTN4MBX2MAHYVC2KCQATTKYECU2TZT/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2019-20840.html</URL>
        <Description>CVE-2019-20840</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173477</URL>
        <Description>SUSE Bug 1173477</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173876</URL>
        <Description>SUSE Bug 1173876</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="5">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An issue was discovered in LibVNCServer before 0.9.13. libvncserver/rfbregion.c has a NULL pointer dereference.</Note>
    </Notes>
    <CVE>CVE-2020-14397</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.2:LibVNCServer-devel-0.9.10-lp152.9.8.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libvncclient0-0.9.10-lp152.9.8.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libvncserver0-0.9.10-lp152.9.8.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/MRXTN4MBX2MAHYVC2KCQATTKYECU2TZT/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-14397.html</URL>
        <Description>CVE-2020-14397</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173477</URL>
        <Description>SUSE Bug 1173477</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173700</URL>
        <Description>SUSE Bug 1173700</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="6">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An issue was discovered in LibVNCServer before 0.9.13. An improperly closed TCP connection causes an infinite loop in libvncclient/sockets.c.</Note>
    </Notes>
    <CVE>CVE-2020-14398</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.2:LibVNCServer-devel-0.9.10-lp152.9.8.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libvncclient0-0.9.10-lp152.9.8.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libvncserver0-0.9.10-lp152.9.8.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/MRXTN4MBX2MAHYVC2KCQATTKYECU2TZT/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-14398.html</URL>
        <Description>CVE-2020-14398</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173477</URL>
        <Description>SUSE Bug 1173477</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173880</URL>
        <Description>SUSE Bug 1173880</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="7">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">** DISPUTED ** An issue was discovered in LibVNCServer before 0.9.13. Byte-aligned data is accessed through uint32_t pointers in libvncclient/rfbproto.c. NOTE: there is reportedly "no trust boundary crossed."</Note>
    </Notes>
    <CVE>CVE-2020-14399</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.2:LibVNCServer-devel-0.9.10-lp152.9.8.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libvncclient0-0.9.10-lp152.9.8.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libvncserver0-0.9.10-lp152.9.8.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/MRXTN4MBX2MAHYVC2KCQATTKYECU2TZT/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-14399.html</URL>
        <Description>CVE-2020-14399</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173477</URL>
        <Description>SUSE Bug 1173477</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173743</URL>
        <Description>SUSE Bug 1173743</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="8">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">** DISPUTED ** An issue was discovered in LibVNCServer before 0.9.13. Byte-aligned data is accessed through uint16_t pointers in libvncserver/translate.c. NOTE: Third parties do not consider this to be a vulnerability as there is no known path of exploitation or cross of a trust boundary.</Note>
    </Notes>
    <CVE>CVE-2020-14400</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.2:LibVNCServer-devel-0.9.10-lp152.9.8.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libvncclient0-0.9.10-lp152.9.8.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libvncserver0-0.9.10-lp152.9.8.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/MRXTN4MBX2MAHYVC2KCQATTKYECU2TZT/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-14400.html</URL>
        <Description>CVE-2020-14400</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173477</URL>
        <Description>SUSE Bug 1173477</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173691</URL>
        <Description>SUSE Bug 1173691</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="9">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An issue was discovered in LibVNCServer before 0.9.13. libvncserver/scale.c has a pixel_value integer overflow.</Note>
    </Notes>
    <CVE>CVE-2020-14401</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.2:LibVNCServer-devel-0.9.10-lp152.9.8.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libvncclient0-0.9.10-lp152.9.8.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libvncserver0-0.9.10-lp152.9.8.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>6.4</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/MRXTN4MBX2MAHYVC2KCQATTKYECU2TZT/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-14401.html</URL>
        <Description>CVE-2020-14401</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173477</URL>
        <Description>SUSE Bug 1173477</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173694</URL>
        <Description>SUSE Bug 1173694</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="10">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An issue was discovered in LibVNCServer before 0.9.13. libvncserver/corre.c allows out-of-bounds access via encodings.</Note>
    </Notes>
    <CVE>CVE-2020-14402</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.2:LibVNCServer-devel-0.9.10-lp152.9.8.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libvncclient0-0.9.10-lp152.9.8.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libvncserver0-0.9.10-lp152.9.8.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5.5</BaseScore>
        <Vector>AV:N/AC:L/Au:S/C:P/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/MRXTN4MBX2MAHYVC2KCQATTKYECU2TZT/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-14402.html</URL>
        <Description>CVE-2020-14402</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173477</URL>
        <Description>SUSE Bug 1173477</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173701</URL>
        <Description>SUSE Bug 1173701</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
