Vulnerability from csaf_suse
Published
2020-11-05 09:33
Modified
2020-11-05 09:33
Summary
Security update for rmt-server

Notes

Title of the patch
Security update for rmt-server
Description of the patch
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 occurs 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.
Patchnames
SUSE-2020-3160,SUSE-SLE-Module-Public-Cloud-15-SP1-2020-3160,SUSE-SLE-Module-Server-Applications-15-SP1-2020-3160
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).



{
   document: {
      aggregate_severity: {
         namespace: "https://www.suse.com/support/security/rating/",
         text: "important",
      },
      category: "csaf_security_advisory",
      csaf_version: "2.0",
      distribution: {
         text: "Copyright 2024 SUSE LLC. All rights reserved.",
         tlp: {
            label: "WHITE",
            url: "https://www.first.org/tlp/",
         },
      },
      lang: "en",
      notes: [
         {
            category: "summary",
            text: "Security update for rmt-server",
            title: "Title of the patch",
         },
         {
            category: "description",
            text: "This update for rmt-server fixes the following issues:\n\n- Version 2.6.5\n- Solved potential bug of SCC repository URLs changing over time. RMT\n  now self heals by removing the previous invalid repository and\n  creating the correct one.\n\n- Version 2.6.4\n- Add web server settings to /etc/rmt.conf:\n  Now it's possible to configure the minimum and maximum threads count as well\n  the number of web server workers to be booted through /etc/rmt.conf.\n\n- Version 2.6.3\n- Instead of using an MD5 of URLs for custom repository friendly_ids,\n  RMT now builds an ID from the name.\n\n- Version 2.6.2\n- Fix RMT file caching based on timestamps:\n  Previously, RMT sent GET requests with the header 'If-Modified-Since' to a\n  repository server and if the response had a 304 (Not Modified), it would copy\n  a file from the local cache instead of downloading. However, if the local file\n  timestamp accidentally changed to a date newer than the one on the repository\n  server, RMT would have an outdated file, which caused some errors.\n  Now, RMT makes HEAD requests to the repositories servers and inspect the\n  'Last-Modified' header to decide whether to download a file or copy it from\n  cache, by comparing the equalness of timestamps.\n  \n\n- Version 2.6.1\n- Fixed an issue where relative paths supplied to `rmt-cli import repos`\n  caused the command to fail.\n\n- Version 2.6.0\n- Friendlier IDs for custom repositories:\n  In an effort to simplify the handling of SCC and custom repositories,\n  RMT now has friendly IDs. For SCC repositories, it's the same SCC ID\n  as before. For custom repositories, it can either be user provided\n  or RMT generated (MD5 of the provided URL).\n  Benefits:\n  * `rmt-cli mirror repositories` now works for custom repositories.\n  * Custom repository IDs can be the same across RMT instances.\n  * No more confusing 'SCC ID' vs 'ID' in `rmt-cli` output.\n  Deprecation Warnings:\n  * RMT now uses a different ID for custom repositories than before.\n    RMT still supports that old ID, but it's recommended to start\n    using the new ID to ensure future compatibility.\n\n- Version 2.5.20\n- Updated rails from 6.0.3.2 to 6.0.3.3:\n  - actionview (CVE-2020-15169)\n\n- Version 2.5.19\n- RMT now has the ability to remove local systems with the command\n  `rmt-cli systems remove`.\n\n- Version 2.5.18\n- Fixed exit code for `rmt-cli mirror` and its subcommands. Now it exits with 1\n  whenever an error occurs during mirroring\n- Improved message logging for `rtm-cli mirror`. Instead of logging an error\n  when it occurs, the command summarize all errors at the end of execution. Now\n  log messages have colors to better identify failure/success.\n\n- Version 2.5.17\n- RMT no longer provides the installer updates repository to systems via its\n  zypper service. This repository is used during the installation process, as\n  it provides an up-to-date installation experience, but it has no use on an\n  already installed system.\n\n- Version 2.5.16\n- Updated RMT's rails and puma dependencies.\n  - puma (CVE-2020-11076, CVE-2020-11077, CVE-2020-5249, CVE-2020-5247\n    CVE-2019-16770)\n  - actionpack (CVE-2020-8185, CVE-2020-8164, CVE-2020-8166)\n  - actionview (CVE-2020-8167, CVE-2020-5267, CVE-2019-5418, CVE-2019-5419)\n  - activesupport (CVE-2020-8165)\n  - railties (CVE-2019-5420)\n\n- Version 2.5.15\n- RMT now checks if repositories are fully mirrored during the\n  activation process. Previously, RMT only checked if the repositories\n  were enabled to be mirrored, but not that they were actually mirrored.\n  In this case, RMTs were not able to provide the repository data which\n  systems assumed it had.\n\n- Version 2.5.14\n- Enable 'Installer-Updates' repositories by default\n\n- Fixed deprecation warning when thor encountered an error. Also,\n  instead of returning 0 for thor errors, rmt-cli will return 1\n  instead.\n\n- Version 2.5.13\n- Added `rmt-cli repos clean` command to remove locally mirrored files\n  of repositories which are not marked to be mirrored.\n- Previously, RMT didn't track deduplicated files in its database. Now,\n  to accommodate `rmt-cli repos clean`, RMT will track all mirrored\n  files.\n\n- Move the nginx reload to the configuration package which contain\n  nginx config files, don't reload nginx unconditionally from main\n  package.\n\n- Version 2.5.12\n- Update rack to version 2.2.3 (CVE-2020-8184: bsc#1173351)\n- Update Rails to version 5.2.4.3:\n  - actionpack (CVE-2020-8164: bsc#1172177)\n  - actionpack (CVE-2020-8166: bsc#1172182)\n  - activesupport (CVE-2020-8165: bsc#1172186)\n  - actionview (CVE-2020-8167: bsc#1172184)\n\n- Version 2.5.11\n- rmt-server-pubcloud:\n  - SLES11 EOL\n  - Extension activation verification based on the available subscriptions\n  - Added a manual instance verification script\n\n- Version 2.5.10\n- Support rmt-server to run with Ruby 2.7 (Factory/Tumbleweed):\n  - Bump gem 'config' version from 1.7.2 to 2.2.1 to fix incompatibility Ruby\n    2.7 OpenStruct class;\n  - Bump gem 'typhoeus' version from 1.3.1 to 1.4.0 in order to also bump gem\n    'ethon' version, which caused a 'rb_safe_level' warning on Ruby 2.7;\n  - Fix 'last arg as keyword arg' Ruby 2.7 warning on source code;\n  - Disable 'deprecated' warnings from Ruby 2.7; Rails 5.1 generates a lot of\n    warnings with Ruby 2.7, mainly due to 'capturing the given block with\n    Proc.new', which is deprecated;\n  - Improve RPM spec to consider only the distribution default Ruby version\n    configured in OBS;\n  - Improve RPM spec to remove Ruby 2.7 warnings regarding 'bundler.\n\n- Move nginx/vhosts.d directory to correct sub-package. They\n  are needed together with nginx, not rmt-server.\n- Fix dependencies especially for containerized usage:\n  - mariadb and nginx are not hard requires, could run on another host\n- Fix generic dependencies:\n  - systemd ordering was missing\n  - shadow is required for pre-install\n\n- Version 2.5.9\n- rmt-server-pubcloud: enforce strict authentication\n\n- Version 2.5.8\n- Use repomd_parser gem to remove repository metadata parsing code.\n",
            title: "Description of the patch",
         },
         {
            category: "details",
            text: "SUSE-2020-3160,SUSE-SLE-Module-Public-Cloud-15-SP1-2020-3160,SUSE-SLE-Module-Server-Applications-15-SP1-2020-3160",
            title: "Patchnames",
         },
         {
            category: "legal_disclaimer",
            text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
            title: "Terms of use",
         },
      ],
      publisher: {
         category: "vendor",
         contact_details: "https://www.suse.com/support/security/contact/",
         name: "SUSE Product Security Team",
         namespace: "https://www.suse.com/",
      },
      references: [
         {
            category: "external",
            summary: "SUSE ratings",
            url: "https://www.suse.com/support/security/rating/",
         },
         {
            category: "self",
            summary: "URL of this CSAF notice",
            url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2020_3160-1.json",
         },
         {
            category: "self",
            summary: "URL for SUSE-SU-2020:3160-1",
            url: "https://www.suse.com/support/update/announcement/2020/suse-su-20203160-1/",
         },
         {
            category: "self",
            summary: "E-Mail link for SUSE-SU-2020:3160-1",
            url: "https://lists.suse.com/pipermail/sle-security-updates/2020-November/007702.html",
         },
         {
            category: "self",
            summary: "SUSE Bug 1172177",
            url: "https://bugzilla.suse.com/1172177",
         },
         {
            category: "self",
            summary: "SUSE Bug 1172182",
            url: "https://bugzilla.suse.com/1172182",
         },
         {
            category: "self",
            summary: "SUSE Bug 1172184",
            url: "https://bugzilla.suse.com/1172184",
         },
         {
            category: "self",
            summary: "SUSE Bug 1172186",
            url: "https://bugzilla.suse.com/1172186",
         },
         {
            category: "self",
            summary: "SUSE Bug 1173351",
            url: "https://bugzilla.suse.com/1173351",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2019-16770 page",
            url: "https://www.suse.com/security/cve/CVE-2019-16770/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2019-5418 page",
            url: "https://www.suse.com/security/cve/CVE-2019-5418/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2019-5419 page",
            url: "https://www.suse.com/security/cve/CVE-2019-5419/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2019-5420 page",
            url: "https://www.suse.com/security/cve/CVE-2019-5420/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-11076 page",
            url: "https://www.suse.com/security/cve/CVE-2020-11076/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-11077 page",
            url: "https://www.suse.com/security/cve/CVE-2020-11077/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-15169 page",
            url: "https://www.suse.com/security/cve/CVE-2020-15169/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-5247 page",
            url: "https://www.suse.com/security/cve/CVE-2020-5247/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-5249 page",
            url: "https://www.suse.com/security/cve/CVE-2020-5249/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-5267 page",
            url: "https://www.suse.com/security/cve/CVE-2020-5267/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-8164 page",
            url: "https://www.suse.com/security/cve/CVE-2020-8164/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-8165 page",
            url: "https://www.suse.com/security/cve/CVE-2020-8165/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-8166 page",
            url: "https://www.suse.com/security/cve/CVE-2020-8166/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-8167 page",
            url: "https://www.suse.com/security/cve/CVE-2020-8167/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-8184 page",
            url: "https://www.suse.com/security/cve/CVE-2020-8184/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-8185 page",
            url: "https://www.suse.com/security/cve/CVE-2020-8185/",
         },
      ],
      title: "Security update for rmt-server",
      tracking: {
         current_release_date: "2020-11-05T09:33:25Z",
         generator: {
            date: "2020-11-05T09:33:25Z",
            engine: {
               name: "cve-database.git:bin/generate-csaf.pl",
               version: "1",
            },
         },
         id: "SUSE-SU-2020:3160-1",
         initial_release_date: "2020-11-05T09:33:25Z",
         revision_history: [
            {
               date: "2020-11-05T09:33:25Z",
               number: "1",
               summary: "Current version",
            },
         ],
         status: "final",
         version: "1",
      },
   },
   product_tree: {
      branches: [
         {
            branches: [
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "rmt-server-2.6.5-3.18.1.aarch64",
                        product: {
                           name: "rmt-server-2.6.5-3.18.1.aarch64",
                           product_id: "rmt-server-2.6.5-3.18.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "rmt-server-config-2.6.5-3.18.1.aarch64",
                        product: {
                           name: "rmt-server-config-2.6.5-3.18.1.aarch64",
                           product_id: "rmt-server-config-2.6.5-3.18.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                        product: {
                           name: "rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                           product_id: "rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "aarch64",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "rmt-server-2.6.5-3.18.1.ppc64le",
                        product: {
                           name: "rmt-server-2.6.5-3.18.1.ppc64le",
                           product_id: "rmt-server-2.6.5-3.18.1.ppc64le",
                        },
                     },
                     {
                        category: "product_version",
                        name: "rmt-server-config-2.6.5-3.18.1.ppc64le",
                        product: {
                           name: "rmt-server-config-2.6.5-3.18.1.ppc64le",
                           product_id: "rmt-server-config-2.6.5-3.18.1.ppc64le",
                        },
                     },
                     {
                        category: "product_version",
                        name: "rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                        product: {
                           name: "rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                           product_id: "rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "ppc64le",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "rmt-server-2.6.5-3.18.1.s390x",
                        product: {
                           name: "rmt-server-2.6.5-3.18.1.s390x",
                           product_id: "rmt-server-2.6.5-3.18.1.s390x",
                        },
                     },
                     {
                        category: "product_version",
                        name: "rmt-server-config-2.6.5-3.18.1.s390x",
                        product: {
                           name: "rmt-server-config-2.6.5-3.18.1.s390x",
                           product_id: "rmt-server-config-2.6.5-3.18.1.s390x",
                        },
                     },
                     {
                        category: "product_version",
                        name: "rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                        product: {
                           name: "rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                           product_id: "rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "s390x",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "rmt-server-2.6.5-3.18.1.x86_64",
                        product: {
                           name: "rmt-server-2.6.5-3.18.1.x86_64",
                           product_id: "rmt-server-2.6.5-3.18.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "rmt-server-config-2.6.5-3.18.1.x86_64",
                        product: {
                           name: "rmt-server-config-2.6.5-3.18.1.x86_64",
                           product_id: "rmt-server-config-2.6.5-3.18.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                        product: {
                           name: "rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                           product_id: "rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "x86_64",
               },
               {
                  branches: [
                     {
                        category: "product_name",
                        name: "SUSE Linux Enterprise Module for Public Cloud 15 SP1",
                        product: {
                           name: "SUSE Linux Enterprise Module for Public Cloud 15 SP1",
                           product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP1",
                           product_identification_helper: {
                              cpe: "cpe:/o:suse:sle-module-public-cloud:15:sp1",
                           },
                        },
                     },
                     {
                        category: "product_name",
                        name: "SUSE Linux Enterprise Module for Server Applications 15 SP1",
                        product: {
                           name: "SUSE Linux Enterprise Module for Server Applications 15 SP1",
                           product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP1",
                           product_identification_helper: {
                              cpe: "cpe:/o:suse:sle-module-server-applications:15:sp1",
                           },
                        },
                     },
                  ],
                  category: "product_family",
                  name: "SUSE Linux Enterprise",
               },
            ],
            category: "vendor",
            name: "SUSE",
         },
      ],
      relationships: [
         {
            category: "default_component_of",
            full_product_name: {
               name: "rmt-server-pubcloud-2.6.5-3.18.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP1",
               product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
            },
            product_reference: "rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "rmt-server-pubcloud-2.6.5-3.18.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP1",
               product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
            },
            product_reference: "rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "rmt-server-pubcloud-2.6.5-3.18.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP1",
               product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
            },
            product_reference: "rmt-server-pubcloud-2.6.5-3.18.1.s390x",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "rmt-server-pubcloud-2.6.5-3.18.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP1",
               product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
            },
            product_reference: "rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "rmt-server-2.6.5-3.18.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP1",
               product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
            },
            product_reference: "rmt-server-2.6.5-3.18.1.aarch64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "rmt-server-2.6.5-3.18.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP1",
               product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
            },
            product_reference: "rmt-server-2.6.5-3.18.1.ppc64le",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "rmt-server-2.6.5-3.18.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP1",
               product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
            },
            product_reference: "rmt-server-2.6.5-3.18.1.s390x",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "rmt-server-2.6.5-3.18.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP1",
               product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
            },
            product_reference: "rmt-server-2.6.5-3.18.1.x86_64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "rmt-server-config-2.6.5-3.18.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP1",
               product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
            },
            product_reference: "rmt-server-config-2.6.5-3.18.1.aarch64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "rmt-server-config-2.6.5-3.18.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP1",
               product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
            },
            product_reference: "rmt-server-config-2.6.5-3.18.1.ppc64le",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "rmt-server-config-2.6.5-3.18.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP1",
               product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
            },
            product_reference: "rmt-server-config-2.6.5-3.18.1.s390x",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP1",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "rmt-server-config-2.6.5-3.18.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP1",
               product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
            },
            product_reference: "rmt-server-config-2.6.5-3.18.1.x86_64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP1",
         },
      ],
   },
   vulnerabilities: [
      {
         cve: "CVE-2019-16770",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2019-16770",
            },
         ],
         notes: [
            {
               category: "general",
               text: "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.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2019-16770",
               url: "https://www.suse.com/security/cve/CVE-2019-16770",
            },
            {
               category: "external",
               summary: "SUSE Bug 1158675 for CVE-2019-16770",
               url: "https://bugzilla.suse.com/1158675",
            },
            {
               category: "external",
               summary: "SUSE Bug 1188527 for CVE-2019-16770",
               url: "https://bugzilla.suse.com/1188527",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 7.5,
                  baseSeverity: "HIGH",
                  vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                  version: "3.1",
               },
               products: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2020-11-05T09:33:25Z",
               details: "important",
            },
         ],
         title: "CVE-2019-16770",
      },
      {
         cve: "CVE-2019-5418",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2019-5418",
            },
         ],
         notes: [
            {
               category: "general",
               text: "There is a File Content Disclosure vulnerability in Action View <5.2.2.1, <5.1.6.2, <5.0.7.2, <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.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2019-5418",
               url: "https://www.suse.com/security/cve/CVE-2019-5418",
            },
            {
               category: "external",
               summary: "SUSE Bug 1129272 for CVE-2019-5418",
               url: "https://bugzilla.suse.com/1129272",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 5.9,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
                  version: "3.0",
               },
               products: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2020-11-05T09:33:25Z",
               details: "moderate",
            },
         ],
         title: "CVE-2019-5418",
      },
      {
         cve: "CVE-2019-5419",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2019-5419",
            },
         ],
         notes: [
            {
               category: "general",
               text: "There is a possible denial of service vulnerability in Action View (Rails) <5.2.2.1, <5.1.6.2, <5.0.7.2, <4.2.11.1 where specially crafted accept headers can cause action view to consume 100% cpu and make the server unresponsive.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2019-5419",
               url: "https://www.suse.com/security/cve/CVE-2019-5419",
            },
            {
               category: "external",
               summary: "SUSE Bug 1129271 for CVE-2019-5419",
               url: "https://bugzilla.suse.com/1129271",
            },
            {
               category: "external",
               summary: "SUSE Bug 1203810 for CVE-2019-5419",
               url: "https://bugzilla.suse.com/1203810",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 5.9,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
                  version: "3.0",
               },
               products: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2020-11-05T09:33:25Z",
               details: "moderate",
            },
         ],
         title: "CVE-2019-5419",
      },
      {
         cve: "CVE-2019-5420",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2019-5420",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A remote code execution vulnerability in development mode Rails <5.2.2.1, <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.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2019-5420",
               url: "https://www.suse.com/security/cve/CVE-2019-5420",
            },
            {
               category: "external",
               summary: "SUSE Bug 1129268 for CVE-2019-5420",
               url: "https://bugzilla.suse.com/1129268",
            },
            {
               category: "external",
               summary: "SUSE Bug 1203810 for CVE-2019-5420",
               url: "https://bugzilla.suse.com/1203810",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 8.1,
                  baseSeverity: "HIGH",
                  vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
                  version: "3.1",
               },
               products: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2020-11-05T09:33:25Z",
               details: "important",
            },
         ],
         title: "CVE-2019-5420",
      },
      {
         cve: "CVE-2020-11076",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-11076",
            },
         ],
         notes: [
            {
               category: "general",
               text: "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.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-11076",
               url: "https://www.suse.com/security/cve/CVE-2020-11076",
            },
            {
               category: "external",
               summary: "SUSE Bug 1172175 for CVE-2020-11076",
               url: "https://bugzilla.suse.com/1172175",
            },
            {
               category: "external",
               summary: "SUSE Bug 1172176 for CVE-2020-11076",
               url: "https://bugzilla.suse.com/1172176",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 6.8,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2020-11-05T09:33:25Z",
               details: "moderate",
            },
         ],
         title: "CVE-2020-11076",
      },
      {
         cve: "CVE-2020-11077",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-11077",
            },
         ],
         notes: [
            {
               category: "general",
               text: "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.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-11077",
               url: "https://www.suse.com/security/cve/CVE-2020-11077",
            },
            {
               category: "external",
               summary: "SUSE Bug 1172175 for CVE-2020-11077",
               url: "https://bugzilla.suse.com/1172175",
            },
            {
               category: "external",
               summary: "SUSE Bug 1172176 for CVE-2020-11077",
               url: "https://bugzilla.suse.com/1172176",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 6.8,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2020-11-05T09:33:25Z",
               details: "moderate",
            },
         ],
         title: "CVE-2020-11077",
      },
      {
         cve: "CVE-2020-15169",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-15169",
            },
         ],
         notes: [
            {
               category: "general",
               text: "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.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-15169",
               url: "https://www.suse.com/security/cve/CVE-2020-15169",
            },
            {
               category: "external",
               summary: "SUSE Bug 1176421 for CVE-2020-15169",
               url: "https://bugzilla.suse.com/1176421",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 7.4,
                  baseSeverity: "HIGH",
                  vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2020-11-05T09:33:25Z",
               details: "important",
            },
         ],
         title: "CVE-2020-15169",
      },
      {
         cve: "CVE-2020-5247",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-5247",
            },
         ],
         notes: [
            {
               category: "general",
               text: "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.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-5247",
               url: "https://www.suse.com/security/cve/CVE-2020-5247",
            },
            {
               category: "external",
               summary: "SUSE Bug 1165402 for CVE-2020-5247",
               url: "https://bugzilla.suse.com/1165402",
            },
            {
               category: "external",
               summary: "SUSE Bug 1165524 for CVE-2020-5247",
               url: "https://bugzilla.suse.com/1165524",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 5.3,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2020-11-05T09:33:25Z",
               details: "moderate",
            },
         ],
         title: "CVE-2020-5247",
      },
      {
         cve: "CVE-2020-5249",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-5249",
            },
         ],
         notes: [
            {
               category: "general",
               text: "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.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-5249",
               url: "https://www.suse.com/security/cve/CVE-2020-5249",
            },
            {
               category: "external",
               summary: "SUSE Bug 1165524 for CVE-2020-5249",
               url: "https://bugzilla.suse.com/1165524",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 6.5,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2020-11-05T09:33:25Z",
               details: "moderate",
            },
         ],
         title: "CVE-2020-5249",
      },
      {
         cve: "CVE-2020-5267",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-5267",
            },
         ],
         notes: [
            {
               category: "general",
               text: "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.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-5267",
               url: "https://www.suse.com/security/cve/CVE-2020-5267",
            },
            {
               category: "external",
               summary: "SUSE Bug 1167240 for CVE-2020-5267",
               url: "https://bugzilla.suse.com/1167240",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 4.8,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2020-11-05T09:33:25Z",
               details: "moderate",
            },
         ],
         title: "CVE-2020-5267",
      },
      {
         cve: "CVE-2020-8164",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-8164",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A deserialization of untrusted data vulnerability exists in rails < 5.2.4.3, rails < 6.0.3.1 which can allow an attacker to supply information can be inadvertently leaked fromStrong Parameters.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-8164",
               url: "https://www.suse.com/security/cve/CVE-2020-8164",
            },
            {
               category: "external",
               summary: "SUSE Bug 1172177 for CVE-2020-8164",
               url: "https://bugzilla.suse.com/1172177",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 7.5,
                  baseSeverity: "HIGH",
                  vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2020-11-05T09:33:25Z",
               details: "important",
            },
         ],
         title: "CVE-2020-8164",
      },
      {
         cve: "CVE-2020-8165",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-8165",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A deserialization of untrusted data vulnernerability exists in rails < 5.2.4.3, rails < 6.0.3.1 that can allow an attacker to unmarshal user-provided objects in MemCacheStore and RedisCacheStore potentially resulting in an RCE.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-8165",
               url: "https://www.suse.com/security/cve/CVE-2020-8165",
            },
            {
               category: "external",
               summary: "SUSE Bug 1172186 for CVE-2020-8165",
               url: "https://bugzilla.suse.com/1172186",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 9.8,
                  baseSeverity: "CRITICAL",
                  vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
                  version: "3.1",
               },
               products: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2020-11-05T09:33:25Z",
               details: "critical",
            },
         ],
         title: "CVE-2020-8165",
      },
      {
         cve: "CVE-2020-8166",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-8166",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A CSRF forgery vulnerability exists in rails < 5.2.5, rails < 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.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-8166",
               url: "https://www.suse.com/security/cve/CVE-2020-8166",
            },
            {
               category: "external",
               summary: "SUSE Bug 1172182 for CVE-2020-8166",
               url: "https://bugzilla.suse.com/1172182",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 3.7,
                  baseSeverity: "LOW",
                  vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2020-11-05T09:33:25Z",
               details: "low",
            },
         ],
         title: "CVE-2020-8166",
      },
      {
         cve: "CVE-2020-8167",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-8167",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A CSRF vulnerability exists in rails <= 6.0.3 rails-ujs module that could allow attackers to send CSRF tokens to wrong domains.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-8167",
               url: "https://www.suse.com/security/cve/CVE-2020-8167",
            },
            {
               category: "external",
               summary: "SUSE Bug 1172184 for CVE-2020-8167",
               url: "https://bugzilla.suse.com/1172184",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 5.4,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2020-11-05T09:33:25Z",
               details: "moderate",
            },
         ],
         title: "CVE-2020-8167",
      },
      {
         cve: "CVE-2020-8184",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-8184",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A reliance on cookies without validation/integrity check security vulnerability exists in rack < 2.2.3, rack < 2.1.4 that makes it is possible for an attacker to forge a secure or host-only cookie prefix.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-8184",
               url: "https://www.suse.com/security/cve/CVE-2020-8184",
            },
            {
               category: "external",
               summary: "SUSE Bug 1173351 for CVE-2020-8184",
               url: "https://bugzilla.suse.com/1173351",
            },
            {
               category: "external",
               summary: "SUSE Bug 1177352 for CVE-2020-8184",
               url: "https://bugzilla.suse.com/1177352",
            },
            {
               category: "external",
               summary: "SUSE Bug 1193081 for CVE-2020-8184",
               url: "https://bugzilla.suse.com/1193081",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 6.8,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2020-11-05T09:33:25Z",
               details: "moderate",
            },
         ],
         title: "CVE-2020-8184",
      },
      {
         cve: "CVE-2020-8185",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-8185",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A denial of service vulnerability exists in Rails <6.0.3.2 that allowed an untrusted user to run any pending migrations on a Rails app running in production.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
               "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-8185",
               url: "https://www.suse.com/security/cve/CVE-2020-8185",
            },
            {
               category: "external",
               summary: "SUSE Bug 1173564 for CVE-2020-8185",
               url: "https://bugzilla.suse.com/1173564",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 6.5,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
                  version: "3.1",
               },
               products: [
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Public Cloud 15 SP1:rmt-server-pubcloud-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-2.6.5-3.18.1.x86_64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.aarch64",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.ppc64le",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.s390x",
                  "SUSE Linux Enterprise Module for Server Applications 15 SP1:rmt-server-config-2.6.5-3.18.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2020-11-05T09:33:25Z",
               details: "moderate",
            },
         ],
         title: "CVE-2020-8185",
      },
   ],
}


Log in or create an account to share your comment.

Security Advisory comment format.

This schema specifies the format of a comment related to a security advisory.

UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).



Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.