<?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 rmt-server</DocumentTitle>
  <DocumentType>SUSE Patch</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE-SU-2020:3147-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2020-11-04T10:02:46Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2020-11-04T10:02:46Z</InitialReleaseDate>
    <CurrentReleaseDate>2020-11-04T10:02:46Z</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 rmt-server</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">This update for rmt-server fixes the following issues:

- Version 2.6.5
- Solved potential bug of SCC repository URLs changing over time. RMT
  now self heals by removing the previous invalid repository and
  creating the correct one.

- Version 2.6.4
- Add web server settings to /etc/rmt.conf:
  Now it's possible to configure the minimum and maximum threads count as well
  the number of web server workers to be booted through /etc/rmt.conf.

- Version 2.6.3
- Instead of using an MD5 of URLs for custom repository friendly_ids,
  RMT now builds an ID from the name.

- Version 2.6.2
- Fix RMT file caching based on timestamps:
  Previously, RMT sent GET requests with the header 'If-Modified-Since' to a
  repository server and if the response had a 304 (Not Modified), it would copy
  a file from the local cache instead of downloading. However, if the local file
  timestamp accidentally changed to a date newer than the one on the repository
  server, RMT would have an outdated file, which caused some errors.
  Now, RMT makes HEAD requests to the repositories servers and inspect the
  'Last-Modified' header to decide whether to download a file or copy it from
  cache, by comparing the equalness of timestamps.
  

- Version 2.6.1
- Fixed an issue where relative paths supplied to `rmt-cli import repos`
  caused the command to fail.

- Version 2.6.0
- Friendlier IDs for custom repositories:
  In an effort to simplify the handling of SCC and custom repositories,
  RMT now has friendly IDs. For SCC repositories, it's the same SCC ID
  as before. For custom repositories, it can either be user provided
  or RMT generated (MD5 of the provided URL).
  Benefits:
  * `rmt-cli mirror repositories` now works for custom repositories.
  * Custom repository IDs can be the same across RMT instances.
  * No more confusing 'SCC ID' vs 'ID' in `rmt-cli` output.
  Deprecation Warnings:
  * RMT now uses a different ID for custom repositories than before.
    RMT still supports that old ID, but it's recommended to start
    using the new ID to ensure future compatibility.

- Version 2.5.20
- Updated rails from 6.0.3.2 to 6.0.3.3:
  - actionview (CVE-2020-15169)

- Version 2.5.19
- RMT now has the ability to remove local systems with the command
  `rmt-cli systems remove`.

- Version 2.5.18
- Fixed exit code for `rmt-cli mirror` and its subcommands. Now it exits with 1
  whenever an error occurrs during mirroring
- Improved message logging for `rtm-cli mirror`. Instead of logging an error
  when it occurs, the command summarize all errors at the end of execution. Now
  log messages have colors to better identify failure/success.

- Version 2.5.17
- RMT no longer provides the installer updates repository to systems via its
  zypper service. This repository is used during the installation process, as
  it provides an up-to-date installation experience, but it has no use on an
  already installed system.

- Version 2.5.16
- Updated RMT's rails and puma dependencies.
  - puma (CVE-2020-11076, CVE-2020-11077, CVE-2020-5249, CVE-2020-5247
    CVE-2019-16770)
  - actionpack (CVE-2020-8185, CVE-2020-8164, CVE-2020-8166)
  - actionview (CVE-2020-8167, CVE-2020-5267, CVE-2019-5418, CVE-2019-5419)
  - activesupport (CVE-2020-8165)
  - railties (CVE-2019-5420)

- Version 2.5.15
- RMT now checks if repositories are fully mirrored during the
  activation process. Previously, RMT only checked if the repositories
  were enabled to be mirrored, but not that they were actually mirrored.
  In this case, RMTs were not able to provide the repository data which
  systems assumed it had.

- Version 2.5.14
- Enable 'Installer-Updates' repositories by default

- Fixed deprecation warning when thor encountered an error. Also,
  instead of returning 0 for thor errors, rmt-cli will return 1
  instead.

- Version 2.5.13
- Added `rmt-cli repos clean` command to remove locally mirrored files
  of repositories which are not marked to be mirrored.
- Previously, RMT didn't track deduplicated files in its database. Now,
  to accommodate `rmt-cli repos clean`, RMT will track all mirrored
  files.

- Move the nginx reload to the configuration package which contain
  nginx config files, don't reload nginx unconditionally from main
  package.

- Version 2.5.12
- Update rack to version 2.2.3 (CVE-2020-8184: bsc#1173351)
- Update Rails to version 5.2.4.3:
  - actionpack (CVE-2020-8164: bsc#1172177)
  - actionpack (CVE-2020-8166: bsc#1172182)
  - activesupport (CVE-2020-8165: bsc#1172186)
  - actionview (CVE-2020-8167: bsc#1172184)

- Version 2.5.11
- rmt-server-pubcloud:
  - SLES11 EOL
  - Extension activation verification based on the available subscriptions
  - Added a manual instance verification script

- Version 2.5.10
- Support rmt-server to run with Ruby 2.7 (Factory/Tumbleweed):
  - Bump gem 'config' version from 1.7.2 to 2.2.1 to fix incompatibility Ruby
    2.7 OpenStruct class;
  - Bump gem 'typhoeus' version from 1.3.1 to 1.4.0 in order to also bump gem
    'ethon' version, which caused a 'rb_safe_level' warning on Ruby 2.7;
  - Fix 'last arg as keyword arg' Ruby 2.7 warning on source code;
  - Disable 'deprecated' warnings from Ruby 2.7; Rails 5.1 generates a lot of
    warnings with Ruby 2.7, mainly due to 'capturing the given block with
    Proc.new', which is deprecated;
  - Improve RPM spec to consider only the distribution default Ruby version
    configured in OBS;
  - Improve RPM spec to remove Ruby 2.7 warnings regarding 'bundler.

- Move nginx/vhosts.d directory to correct sub-package. They
  are needed together with nginx, not rmt-server.
- Fix dependencies especially for containerized usage:
  - mariadb and nginx are not hard requires, could run on another host
- Fix generic dependencies:
  - systemd ordering was missing
  - shadow is required for pre-install

- Version 2.5.9
- rmt-server-pubcloud: enforce strict authentication

- Version 2.5.8
- Use repomd_parser gem to remove repository metadata parsing code.
</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">SUSE-2020-3147,SUSE-SLE-Product-HPC-15-2020-3147,SUSE-SLE-Product-SLES-15-2020-3147,SUSE-SLE-Product-SLES_SAP-15-2020-3147</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://www.suse.com/support/update/announcement/2020/suse-su-20203147-1/</URL>
      <Description>Link for SUSE-SU-2020:3147-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2020-November/007691.html</URL>
      <Description>E-Mail link for SUSE-SU-2020:3147-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/1172177</URL>
      <Description>SUSE Bug 1172177</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1172182</URL>
      <Description>SUSE Bug 1172182</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1172184</URL>
      <Description>SUSE Bug 1172184</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1172186</URL>
      <Description>SUSE Bug 1172186</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1173351</URL>
      <Description>SUSE Bug 1173351</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2019-16770/</URL>
      <Description>SUSE CVE CVE-2019-16770 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2019-5418/</URL>
      <Description>SUSE CVE CVE-2019-5418 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2019-5419/</URL>
      <Description>SUSE CVE CVE-2019-5419 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2019-5420/</URL>
      <Description>SUSE CVE CVE-2019-5420 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-11076/</URL>
      <Description>SUSE CVE CVE-2020-11076 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-11077/</URL>
      <Description>SUSE CVE CVE-2020-11077 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-15169/</URL>
      <Description>SUSE CVE CVE-2020-15169 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-5247/</URL>
      <Description>SUSE CVE CVE-2020-5247 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-5249/</URL>
      <Description>SUSE CVE CVE-2020-5249 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-5267/</URL>
      <Description>SUSE CVE CVE-2020-5267 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-8164/</URL>
      <Description>SUSE CVE CVE-2020-8164 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-8165/</URL>
      <Description>SUSE CVE CVE-2020-8165 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-8166/</URL>
      <Description>SUSE CVE CVE-2020-8166 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-8167/</URL>
      <Description>SUSE CVE CVE-2020-8167 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-8184/</URL>
      <Description>SUSE CVE CVE-2020-8184 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-8185/</URL>
      <Description>SUSE CVE CVE-2020-8185 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-ESPOS" CPE="cpe:/o:suse:sle_hpc-espos:15">SUSE Linux Enterprise High Performance Computing 15-ESPOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15">SUSE Linux Enterprise High Performance Computing 15-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS" CPE="cpe:/o:suse:sles-ltss:15">SUSE Linux Enterprise Server 15-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15" CPE="cpe:/o:suse:sles_sap:15">SUSE Linux Enterprise Server for SAP Applications 15</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="rmt-server-2.6.5-3.34.1">
      <FullProductName ProductID="rmt-server-2.6.5-3.34.1">rmt-server-2.6.5-3.34.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rmt-server-config-2.6.5-3.34.1">
      <FullProductName ProductID="rmt-server-config-2.6.5-3.34.1">rmt-server-config-2.6.5-3.34.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rmt-server-pubcloud-2.6.5-3.34.1">
      <FullProductName ProductID="rmt-server-pubcloud-2.6.5-3.34.1">rmt-server-pubcloud-2.6.5-3.34.1</FullProductName>
    </Branch>
    <Relationship ProductReference="rmt-server-2.6.5-3.34.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-2.6.5-3.34.1">rmt-server-2.6.5-3.34.1 as a component of SUSE Linux Enterprise High Performance Computing 15-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="rmt-server-config-2.6.5-3.34.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-config-2.6.5-3.34.1">rmt-server-config-2.6.5-3.34.1 as a component of SUSE Linux Enterprise High Performance Computing 15-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="rmt-server-2.6.5-3.34.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-2.6.5-3.34.1">rmt-server-2.6.5-3.34.1 as a component of SUSE Linux Enterprise High Performance Computing 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="rmt-server-config-2.6.5-3.34.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-config-2.6.5-3.34.1">rmt-server-config-2.6.5-3.34.1 as a component of SUSE Linux Enterprise High Performance Computing 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="rmt-server-2.6.5-3.34.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:rmt-server-2.6.5-3.34.1">rmt-server-2.6.5-3.34.1 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="rmt-server-config-2.6.5-3.34.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:rmt-server-config-2.6.5-3.34.1">rmt-server-config-2.6.5-3.34.1 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="rmt-server-2.6.5-3.34.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-2.6.5-3.34.1">rmt-server-2.6.5-3.34.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="rmt-server-config-2.6.5-3.34.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-config-2.6.5-3.34.1">rmt-server-config-2.6.5-3.34.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15</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">In Puma before versions 3.12.2 and 4.3.1, a poorly-behaved client could use keepalive requests to monopolize Puma's reactor and create a denial of service attack. If more keepalive connections to Puma are opened than there are threads available, additional connections will wait permanently if the attacker sends requests frequently enough. This vulnerability is patched in Puma 4.3.1 and 3.12.2.</Note>
    </Notes>
    <CVE>CVE-2019-16770</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-config-2.6.5-3.34.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://www.suse.com/support/update/announcement/2020/suse-su-20203147-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2019-16770.html</URL>
        <Description>CVE-2019-16770</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1158675</URL>
        <Description>SUSE Bug 1158675</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1188527</URL>
        <Description>SUSE Bug 1188527</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">There is a File Content Disclosure vulnerability in Action View &lt;5.2.2.1, &lt;5.1.6.2, &lt;5.0.7.2, &lt;4.2.11.1 and v3 where specially crafted accept headers can cause contents of arbitrary files on the target system's filesystem to be exposed.</Note>
    </Notes>
    <CVE>CVE-2019-5418</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-config-2.6.5-3.34.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: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://www.suse.com/support/update/announcement/2020/suse-su-20203147-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2019-5418.html</URL>
        <Description>CVE-2019-5418</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1129272</URL>
        <Description>SUSE Bug 1129272</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">There is a possible denial of service vulnerability in Action View (Rails) &lt;5.2.2.1, &lt;5.1.6.2, &lt;5.0.7.2, &lt;4.2.11.1 where specially crafted accept headers can cause action view to consume 100% cpu and make the server unresponsive.</Note>
    </Notes>
    <CVE>CVE-2019-5419</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-config-2.6.5-3.34.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.8</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:C</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://www.suse.com/support/update/announcement/2020/suse-su-20203147-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2019-5419.html</URL>
        <Description>CVE-2019-5419</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1129271</URL>
        <Description>SUSE Bug 1129271</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1203810</URL>
        <Description>SUSE Bug 1203810</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">A remote code execution vulnerability in development mode Rails &lt;5.2.2.1, &lt;6.0.0.beta3 can allow an attacker to guess the automatically generated development mode secret token. This secret token can be used in combination with other Rails internals to escalate to a remote code execution exploit.</Note>
    </Notes>
    <CVE>CVE-2019-5420</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-config-2.6.5-3.34.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://www.suse.com/support/update/announcement/2020/suse-su-20203147-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2019-5420.html</URL>
        <Description>CVE-2019-5420</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1129268</URL>
        <Description>SUSE Bug 1129268</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1203810</URL>
        <Description>SUSE Bug 1203810</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">In Puma (RubyGem) before 4.3.4 and 3.12.5, an attacker could smuggle an HTTP response, by using an invalid transfer-encoding header. The problem has been fixed in Puma 3.12.5 and Puma 4.3.4.</Note>
    </Notes>
    <CVE>CVE-2020-11076</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-config-2.6.5-3.34.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:P/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://www.suse.com/support/update/announcement/2020/suse-su-20203147-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-11076.html</URL>
        <Description>CVE-2020-11076</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1172175</URL>
        <Description>SUSE Bug 1172175</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1172176</URL>
        <Description>SUSE Bug 1172176</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">In Puma (RubyGem) before 4.3.5 and 3.12.6, a client could smuggle a request through a proxy, causing the proxy to send a response back to another unknown client. If the proxy uses persistent connections and the client adds another request in via HTTP pipelining, the proxy may mistake it as the first request's body. Puma, however, would see it as two requests, and when processing the second request, send back a response that the proxy does not expect. If the proxy has reused the persistent connection to Puma to send another request for a different client, the second response from the first client will be sent to the second client. This is a similar but different vulnerability from CVE-2020-11076. The problem has been fixed in Puma 3.12.6 and Puma 4.3.5.</Note>
    </Notes>
    <CVE>CVE-2020-11077</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-config-2.6.5-3.34.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:P/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://www.suse.com/support/update/announcement/2020/suse-su-20203147-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-11077.html</URL>
        <Description>CVE-2020-11077</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1172175</URL>
        <Description>SUSE Bug 1172175</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1172176</URL>
        <Description>SUSE Bug 1172176</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">In Action View before versions 5.2.4.4 and 6.0.3.3 there is a potential Cross-Site Scripting (XSS) vulnerability in Action View's translation helpers. Views that allow the user to control the default (not found) value of the `t` and `translate` helpers could be susceptible to XSS attacks. When an HTML-unsafe string is passed as the default for a missing translation key named html or ending in _html, the default string is incorrectly marked as HTML-safe and not escaped. This is patched in versions 6.0.3.3 and 5.2.4.4. A workaround without upgrading is proposed in the source advisory.</Note>
    </Notes>
    <CVE>CVE-2020-15169</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-config-2.6.5-3.34.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.3</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:N/I:P/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://www.suse.com/support/update/announcement/2020/suse-su-20203147-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-15169.html</URL>
        <Description>CVE-2020-15169</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1176421</URL>
        <Description>SUSE Bug 1176421</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">In Puma (RubyGem) before 4.3.2 and before 3.12.3, if an application using Puma allows untrusted input in a response header, an attacker can use newline characters (i.e. `CR`, `LF` or`/r`, `/n`) to end the header and inject malicious content, such as additional headers or an entirely new response body. This vulnerability is known as HTTP Response Splitting. While not an attack in itself, response splitting is a vector for several other attacks, such as cross-site scripting (XSS). This is related to CVE-2019-16254, which fixed this vulnerability for the WEBrick Ruby web server. This has been fixed in versions 4.3.2 and 3.12.3 by checking all headers for line endings and rejecting headers with those characters.</Note>
    </Notes>
    <CVE>CVE-2020-5247</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-config-2.6.5-3.34.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:P/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://www.suse.com/support/update/announcement/2020/suse-su-20203147-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-5247.html</URL>
        <Description>CVE-2020-5247</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1165402</URL>
        <Description>SUSE Bug 1165402</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1165524</URL>
        <Description>SUSE Bug 1165524</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">In Puma (RubyGem) before 4.3.3 and 3.12.4, if an application using Puma allows untrusted input in an early-hints header, an attacker can use a carriage return character to end the header and inject malicious content, such as additional headers or an entirely new response body. This vulnerability is known as HTTP Response Splitting. While not an attack in itself, response splitting is a vector for several other attacks, such as cross-site scripting (XSS). This is related to CVE-2020-5247, which fixed this vulnerability but only for regular responses. This has been fixed in 4.3.3 and 3.12.4.</Note>
    </Notes>
    <CVE>CVE-2020-5249</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-config-2.6.5-3.34.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4</BaseScore>
        <Vector>AV:N/AC:L/Au:S/C:N/I:P/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://www.suse.com/support/update/announcement/2020/suse-su-20203147-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-5249.html</URL>
        <Description>CVE-2020-5249</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1165524</URL>
        <Description>SUSE Bug 1165524</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">In ActionView before versions 6.0.2.2 and 5.2.4.2, there is a possible XSS vulnerability in ActionView's JavaScript literal escape helpers. Views that use the `j` or `escape_javascript` methods may be susceptible to XSS attacks. The issue is fixed in versions 6.0.2.2 and 5.2.4.2.</Note>
    </Notes>
    <CVE>CVE-2020-5267</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-config-2.6.5-3.34.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>3.5</BaseScore>
        <Vector>AV:N/AC:M/Au:S/C:N/I:P/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://www.suse.com/support/update/announcement/2020/suse-su-20203147-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-5267.html</URL>
        <Description>CVE-2020-5267</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1167240</URL>
        <Description>SUSE Bug 1167240</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="11">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A deserialization of untrusted data vulnerability exists in rails &lt; 5.2.4.3, rails &lt; 6.0.3.1 which can allow an attacker to supply information can be inadvertently leaked fromStrong Parameters.</Note>
    </Notes>
    <CVE>CVE-2020-8164</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-config-2.6.5-3.34.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://www.suse.com/support/update/announcement/2020/suse-su-20203147-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-8164.html</URL>
        <Description>CVE-2020-8164</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1172177</URL>
        <Description>SUSE Bug 1172177</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="12">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A deserialization of untrusted data vulnernerability exists in rails &lt; 5.2.4.3, rails &lt; 6.0.3.1 that can allow an attacker to unmarshal user-provided objects in MemCacheStore and RedisCacheStore potentially resulting in an RCE.</Note>
    </Notes>
    <CVE>CVE-2020-8165</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-config-2.6.5-3.34.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>critical</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://www.suse.com/support/update/announcement/2020/suse-su-20203147-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-8165.html</URL>
        <Description>CVE-2020-8165</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1172186</URL>
        <Description>SUSE Bug 1172186</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="13">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A CSRF forgery vulnerability exists in rails &lt; 5.2.5, rails &lt; 6.0.4 that makes it possible for an attacker to, given a global CSRF token such as the one present in the authenticity_token meta tag, forge a per-form CSRF token.</Note>
    </Notes>
    <CVE>CVE-2020-8166</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-config-2.6.5-3.34.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.3</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:N/I:P/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://www.suse.com/support/update/announcement/2020/suse-su-20203147-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-8166.html</URL>
        <Description>CVE-2020-8166</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1172182</URL>
        <Description>SUSE Bug 1172182</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="14">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A CSRF vulnerability exists in rails &lt;= 6.0.3 rails-ujs module that could allow attackers to send CSRF tokens to wrong domains.</Note>
    </Notes>
    <CVE>CVE-2020-8167</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-config-2.6.5-3.34.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.3</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:N/I:P/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://www.suse.com/support/update/announcement/2020/suse-su-20203147-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-8167.html</URL>
        <Description>CVE-2020-8167</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1172184</URL>
        <Description>SUSE Bug 1172184</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="15">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A reliance on cookies without validation/integrity check security vulnerability exists in rack &lt; 2.2.3, rack &lt; 2.1.4 that makes it is possible for an attacker to forge a secure or host-only cookie prefix.</Note>
    </Notes>
    <CVE>CVE-2020-8184</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-config-2.6.5-3.34.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:P/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://www.suse.com/support/update/announcement/2020/suse-su-20203147-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-8184.html</URL>
        <Description>CVE-2020-8184</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173351</URL>
        <Description>SUSE Bug 1173351</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1177352</URL>
        <Description>SUSE Bug 1177352</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1193081</URL>
        <Description>SUSE Bug 1193081</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="16">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A denial of service vulnerability exists in Rails &lt;6.0.3.2 that allowed an untrusted user to run any pending migrations on a Rails app running in production.</Note>
    </Notes>
    <CVE>CVE-2020-8185</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-ESPOS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:rmt-server-config-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-2.6.5-3.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15:rmt-server-config-2.6.5-3.34.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4</BaseScore>
        <Vector>AV:N/AC:L/Au:S/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://www.suse.com/support/update/announcement/2020/suse-su-20203147-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-8185.html</URL>
        <Description>CVE-2020-8185</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173564</URL>
        <Description>SUSE Bug 1173564</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
