Vulnerability from csaf_suse
Published
2021-06-11 13:14
Modified
2021-06-11 13:14
Summary
Security update for crowbar-openstack, grafana, kibana, monasca-installer, python-Django, python-py, rubygem-activerecord-session_store

Notes

Title of the patch
Security update for crowbar-openstack, grafana, kibana, monasca-installer, python-Django, python-py, rubygem-activerecord-session_store
Description of the patch
This update for crowbar-openstack, grafana, kibana, monasca-installer, python-Django, python-py, rubygem-activerecord-session_store contains the following fixes: Security fixes included in this update: crowbar-openstack: - CVE-2016-8611: Added rate limiting for the '/images' API POST method (bsc#1005886). grafana: - CVE-2021-27358: Fixed a denial of service via remote API call (bsc#1183803) kibana: - CVE-2017-11499: Fixed a vulnerability in nodejs, related to the HashTable implementation, which could cause a denial of service (bsc#1044849) - CVE-2017-11481: Fixed a cross site scripting vulnerability via via URL fields (bsc#1044849) python-Django: - CVE-2021-3281: Fixed a directory traversal via archive.extract() (bsc#1181379) - CVE-2021-28658: Fixed a directory traversal via uploaded files (bsc#1184148) - CVE-2021-31542: Fixed a directory traversal via uploaded files with suitably crafted file names (bsc#1185623) - CVE-2021-33203:Fixed potential path-traversal via admindocs' TemplateDetailView (bsc#1186608) - CVE-2021-33571: Tighten validator checks to not allow leading zeros in IPv4 addresses, which potentially leads to further attacks (bsc#1186611) python-py: - CVE-2020-29651: Fixed a denial of service via regular expressions (bsc#1179805) rubygem-activerecord-session_store: - CVE-2019-25025: Fixed a timing attacks targeting the session id which could allow an attack to hijack sessions (bsc#1183174) Non-security fixes included in this update: Changes in crowbar-openstack: - Update to version 4.0+git.1616146720.44daffca0: * monasca: restart Kibana on update (bsc#1044849) Changes in grafana_Update: - Add CVE-2021-27358.patch (bsc#1183803, CVE-2021-27358) * Prevent unauthenticated remote attackers from causing a DoS through the snapshots API. Changes in kibana_Update: - Ensure /etc/sysconfig/kibana is present - Update to Kibana 4.6.6 (bsc#1044849, CVE-2017-11499, ESA-2017-14, ESA-2017-16) * [4.6] ignore forked code for babel transpile build phase (#13483) * Allow more than match queries in custom filters (#8614) (#10857) * [state] don't make extra $location.replace() calls (#9954) * [optimizer] move to querystring-browser package for up-to-date api * [state/unhashUrl] use encode-uri-query to generate cleanly encoded urls * server: refactor log_interceptor to be more DRY (#9617) * server: downgrade ECANCELED logs to debug (#9616) * server: do not treat logged warnings as errors (#8746) (#9610) * [server/logger] downgrade EPIPE errors to debug level (#9023) * Add basepath when redirecting from a trailling slash (#9035) * [es/kibanaIndex] use unmapped_type rather than ignore_unmapped (#8968) * [server/shortUrl] validate urls before shortening them - Add CVE-2017-11481.patch (bsc#1044849, CVE-2017-11481) * This fixes an XSS vulnerability in URL fields - Remove %dir declaration from /opt/kibana/optimize to ensure no files owned by root end up in there - Exclude /opt/kibana/optimize from %fdupes - Restart service on upgrade - Do not copy LICENSE.txt and README.txt to /opt/kibana - Fix rpmlint warnings/errors - Switch to explicit patch application - Fix source URL - Fix logic for systemd/systemv detection Changes in monasca-installer_Update: - Add support-influxdb-1.2.patch (SOC-11435) Changes in python-Django_Update: - Fixed potential path-traversal via admindocs' TemplateDetailView.(bsc#1186608, CVE-2021-33203) - Prevented leading zeros in IPv4 addresses. (bsc#1186611, CVE-2021-33571) - Add delegate-os-path-filename-generation-to-storage.patch (bsc#1185623) * Needed for CVE-2021-31542.patch to apply - Tightened path & file name sanitation in file uploads. (bsc#1185623, CVE-2021-31542) - Fixed potential directory-traversal via uploaded files. (bsc#1184148, CVE-2021-28658) - Fixes a potential directory traversal when extracting archives. (bsc#1181379, CVE-2021-3281) Changes in python-py_Update: - Add CVE-2020-29651.patch (CVE-2020-29651, bsc#1179805) * svnwc: fix regular expression vulnerable to DoS in blame functionality - Ensure /usr/share/licenses exists Changes in rubygem-activerecord-session_store_Update: - added CVE-2019-25025.patch (CVE-2019-25025, bsc#1183174) * This requires CVE-2019-16782.patch to be included in rubygem-actionpack-4_2 to work correctly.
Patchnames
SUSE-2021-1963,SUSE-OpenStack-Cloud-7-2021-1963
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: "moderate",
      },
      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 crowbar-openstack, grafana, kibana, monasca-installer, python-Django, python-py, rubygem-activerecord-session_store",
            title: "Title of the patch",
         },
         {
            category: "description",
            text: "This update for crowbar-openstack, grafana, kibana, monasca-installer, python-Django, python-py, rubygem-activerecord-session_store contains the following fixes:\n\nSecurity fixes included in this update:\n\n\ncrowbar-openstack:\n- CVE-2016-8611: Added rate limiting for the '/images' API POST method\n(bsc#1005886).\n\ngrafana:\n- CVE-2021-27358: Fixed a denial of service via remote API call\n(bsc#1183803)\n\nkibana:\n- CVE-2017-11499: Fixed a vulnerability in nodejs, related to the\nHashTable implementation, which could cause a denial of service\n(bsc#1044849)\n- CVE-2017-11481: Fixed a cross site scripting vulnerability via via URL\nfields (bsc#1044849)\n\npython-Django:\n- CVE-2021-3281: Fixed a directory traversal via archive.extract()\n(bsc#1181379)\n- CVE-2021-28658: Fixed a directory traversal via uploaded files\n(bsc#1184148)\n- CVE-2021-31542: Fixed a directory traversal via uploaded files with\nsuitably crafted file names (bsc#1185623)\n- CVE-2021-33203:Fixed potential path-traversal via admindocs'\nTemplateDetailView (bsc#1186608)\n- CVE-2021-33571: Tighten validator checks to not allow leading zeros in\nIPv4 addresses, which potentially leads to further attacks (bsc#1186611)\n\npython-py:\n- CVE-2020-29651: Fixed a denial of service via regular expressions\n(bsc#1179805)\n\nrubygem-activerecord-session_store:\n- CVE-2019-25025: Fixed a timing attacks targeting the session id which\ncould allow an attack to hijack sessions (bsc#1183174)\n\n\nNon-security fixes included in this update:\n\nChanges in crowbar-openstack:\n- Update to version 4.0+git.1616146720.44daffca0:\n  * monasca: restart Kibana on update (bsc#1044849)\n\nChanges in grafana_Update:\n- Add CVE-2021-27358.patch (bsc#1183803, CVE-2021-27358)\n  * Prevent unauthenticated remote attackers from causing a DoS through the\n    snapshots API.\n\nChanges in kibana_Update:\n- Ensure /etc/sysconfig/kibana is present\n\n- Update to Kibana 4.6.6 (bsc#1044849, CVE-2017-11499, ESA-2017-14,\n  ESA-2017-16)\n  * [4.6] ignore forked code for babel transpile build phase (#13483)\n  * Allow more than match queries in custom filters (#8614) (#10857)\n  * [state] don't make extra $location.replace() calls (#9954)\n  * [optimizer] move to querystring-browser package for up-to-date api\n  * [state/unhashUrl] use encode-uri-query to generate cleanly encoded urls\n  * server: refactor log_interceptor to be more DRY (#9617)\n  * server: downgrade ECANCELED logs to debug (#9616)\n  * server: do not treat logged warnings as errors (#8746) (#9610)\n  * [server/logger] downgrade EPIPE errors to debug level (#9023)\n  * Add basepath when redirecting from a trailling slash (#9035)\n  * [es/kibanaIndex] use unmapped_type rather than ignore_unmapped (#8968)\n  * [server/shortUrl] validate urls before shortening them\n- Add CVE-2017-11481.patch (bsc#1044849, CVE-2017-11481)\n  * This fixes an XSS vulnerability in URL fields\n- Remove %dir declaration from /opt/kibana/optimize to ensure\n  no files owned by root end up in there\n- Exclude /opt/kibana/optimize from %fdupes\n- Restart service on upgrade\n- Do not copy LICENSE.txt and README.txt to /opt/kibana\n- Fix rpmlint warnings/errors\n- Switch to explicit patch application\n- Fix source URL\n- Fix logic for systemd/systemv detection\n\nChanges in monasca-installer_Update:\n- Add support-influxdb-1.2.patch (SOC-11435)\n\nChanges in python-Django_Update:\n- Fixed potential path-traversal via admindocs' TemplateDetailView.(bsc#1186608, CVE-2021-33203)\n-  Prevented leading zeros in IPv4 addresses. (bsc#1186611, CVE-2021-33571)\n- Add delegate-os-path-filename-generation-to-storage.patch (bsc#1185623)\n    * Needed for CVE-2021-31542.patch to apply\n- Tightened path & file name sanitation in file uploads. (bsc#1185623, CVE-2021-31542)\n- Fixed potential directory-traversal via uploaded files. (bsc#1184148, CVE-2021-28658)\n- Fixes a potential directory traversal when extracting archives. (bsc#1181379, CVE-2021-3281)\n\nChanges in python-py_Update:\n- Add CVE-2020-29651.patch (CVE-2020-29651, bsc#1179805)\n  * svnwc: fix regular expression vulnerable to DoS in blame functionality\n- Ensure /usr/share/licenses exists\n\nChanges in rubygem-activerecord-session_store_Update:\n- added CVE-2019-25025.patch (CVE-2019-25025, bsc#1183174)\n  * This requires CVE-2019-16782.patch to be included in\n    rubygem-actionpack-4_2 to work correctly.\n\n",
            title: "Description of the patch",
         },
         {
            category: "details",
            text: "SUSE-2021-1963,SUSE-OpenStack-Cloud-7-2021-1963",
            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-2021_1963-1.json",
         },
         {
            category: "self",
            summary: "URL for SUSE-SU-2021:1963-1",
            url: "https://www.suse.com/support/update/announcement/2021/suse-su-20211963-1/",
         },
         {
            category: "self",
            summary: "E-Mail link for SUSE-SU-2021:1963-1",
            url: "https://lists.suse.com/pipermail/sle-security-updates/2021-June/008999.html",
         },
         {
            category: "self",
            summary: "SUSE Bug 1044849",
            url: "https://bugzilla.suse.com/1044849",
         },
         {
            category: "self",
            summary: "SUSE Bug 1179805",
            url: "https://bugzilla.suse.com/1179805",
         },
         {
            category: "self",
            summary: "SUSE Bug 1181379",
            url: "https://bugzilla.suse.com/1181379",
         },
         {
            category: "self",
            summary: "SUSE Bug 1183803",
            url: "https://bugzilla.suse.com/1183803",
         },
         {
            category: "self",
            summary: "SUSE Bug 1184148",
            url: "https://bugzilla.suse.com/1184148",
         },
         {
            category: "self",
            summary: "SUSE Bug 1185623",
            url: "https://bugzilla.suse.com/1185623",
         },
         {
            category: "self",
            summary: "SUSE Bug 1186608",
            url: "https://bugzilla.suse.com/1186608",
         },
         {
            category: "self",
            summary: "SUSE Bug 1186611",
            url: "https://bugzilla.suse.com/1186611",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2017-11481 page",
            url: "https://www.suse.com/security/cve/CVE-2017-11481/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2017-11499 page",
            url: "https://www.suse.com/security/cve/CVE-2017-11499/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2019-25025 page",
            url: "https://www.suse.com/security/cve/CVE-2019-25025/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2020-29651 page",
            url: "https://www.suse.com/security/cve/CVE-2020-29651/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2021-27358 page",
            url: "https://www.suse.com/security/cve/CVE-2021-27358/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2021-28658 page",
            url: "https://www.suse.com/security/cve/CVE-2021-28658/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2021-31542 page",
            url: "https://www.suse.com/security/cve/CVE-2021-31542/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2021-3281 page",
            url: "https://www.suse.com/security/cve/CVE-2021-3281/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2021-33203 page",
            url: "https://www.suse.com/security/cve/CVE-2021-33203/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2021-33571 page",
            url: "https://www.suse.com/security/cve/CVE-2021-33571/",
         },
      ],
      title: "Security update for crowbar-openstack, grafana, kibana, monasca-installer, python-Django, python-py, rubygem-activerecord-session_store",
      tracking: {
         current_release_date: "2021-06-11T13:14:14Z",
         generator: {
            date: "2021-06-11T13:14:14Z",
            engine: {
               name: "cve-database.git:bin/generate-csaf.pl",
               version: "1",
            },
         },
         id: "SUSE-SU-2021:1963-1",
         initial_release_date: "2021-06-11T13:14:14Z",
         revision_history: [
            {
               date: "2021-06-11T13:14:14Z",
               number: "1",
               summary: "Current version",
            },
         ],
         status: "final",
         version: "1",
      },
   },
   product_tree: {
      branches: [
         {
            branches: [
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "grafana-6.7.4-1.24.2.aarch64",
                        product: {
                           name: "grafana-6.7.4-1.24.2.aarch64",
                           product_id: "grafana-6.7.4-1.24.2.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "kibana-4.6.6-9.2.aarch64",
                        product: {
                           name: "kibana-4.6.6-9.2.aarch64",
                           product_id: "kibana-4.6.6-9.2.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
                        product: {
                           name: "ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
                           product_id: "ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "ruby2.1-rubygem-activerecord-session_store-doc-0.1.2-3.4.2.aarch64",
                        product: {
                           name: "ruby2.1-rubygem-activerecord-session_store-doc-0.1.2-3.4.2.aarch64",
                           product_id: "ruby2.1-rubygem-activerecord-session_store-doc-0.1.2-3.4.2.aarch64",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "aarch64",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
                        product: {
                           name: "crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
                           product_id: "crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
                        },
                     },
                     {
                        category: "product_version",
                        name: "monasca-installer-20180608_12.47-16.2.noarch",
                        product: {
                           name: "monasca-installer-20180608_12.47-16.2.noarch",
                           product_id: "monasca-installer-20180608_12.47-16.2.noarch",
                        },
                     },
                     {
                        category: "product_version",
                        name: "python-Django-1.8.19-3.29.1.noarch",
                        product: {
                           name: "python-Django-1.8.19-3.29.1.noarch",
                           product_id: "python-Django-1.8.19-3.29.1.noarch",
                        },
                     },
                     {
                        category: "product_version",
                        name: "python-py-1.8.1-11.16.2.noarch",
                        product: {
                           name: "python-py-1.8.1-11.16.2.noarch",
                           product_id: "python-py-1.8.1-11.16.2.noarch",
                        },
                     },
                     {
                        category: "product_version",
                        name: "python3-py-1.8.1-11.16.2.noarch",
                        product: {
                           name: "python3-py-1.8.1-11.16.2.noarch",
                           product_id: "python3-py-1.8.1-11.16.2.noarch",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "noarch",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "grafana-6.7.4-1.24.2.ppc64le",
                        product: {
                           name: "grafana-6.7.4-1.24.2.ppc64le",
                           product_id: "grafana-6.7.4-1.24.2.ppc64le",
                        },
                     },
                     {
                        category: "product_version",
                        name: "kibana-4.6.6-9.2.ppc64le",
                        product: {
                           name: "kibana-4.6.6-9.2.ppc64le",
                           product_id: "kibana-4.6.6-9.2.ppc64le",
                        },
                     },
                     {
                        category: "product_version",
                        name: "ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.ppc64le",
                        product: {
                           name: "ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.ppc64le",
                           product_id: "ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.ppc64le",
                        },
                     },
                     {
                        category: "product_version",
                        name: "ruby2.1-rubygem-activerecord-session_store-doc-0.1.2-3.4.2.ppc64le",
                        product: {
                           name: "ruby2.1-rubygem-activerecord-session_store-doc-0.1.2-3.4.2.ppc64le",
                           product_id: "ruby2.1-rubygem-activerecord-session_store-doc-0.1.2-3.4.2.ppc64le",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "ppc64le",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "grafana-6.7.4-1.24.2.s390x",
                        product: {
                           name: "grafana-6.7.4-1.24.2.s390x",
                           product_id: "grafana-6.7.4-1.24.2.s390x",
                        },
                     },
                     {
                        category: "product_version",
                        name: "kibana-4.6.6-9.2.s390x",
                        product: {
                           name: "kibana-4.6.6-9.2.s390x",
                           product_id: "kibana-4.6.6-9.2.s390x",
                        },
                     },
                     {
                        category: "product_version",
                        name: "ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
                        product: {
                           name: "ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
                           product_id: "ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
                        },
                     },
                     {
                        category: "product_version",
                        name: "ruby2.1-rubygem-activerecord-session_store-doc-0.1.2-3.4.2.s390x",
                        product: {
                           name: "ruby2.1-rubygem-activerecord-session_store-doc-0.1.2-3.4.2.s390x",
                           product_id: "ruby2.1-rubygem-activerecord-session_store-doc-0.1.2-3.4.2.s390x",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "s390x",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "grafana-6.7.4-1.24.2.x86_64",
                        product: {
                           name: "grafana-6.7.4-1.24.2.x86_64",
                           product_id: "grafana-6.7.4-1.24.2.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "kibana-4.6.6-9.2.x86_64",
                        product: {
                           name: "kibana-4.6.6-9.2.x86_64",
                           product_id: "kibana-4.6.6-9.2.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
                        product: {
                           name: "ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
                           product_id: "ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "ruby2.1-rubygem-activerecord-session_store-doc-0.1.2-3.4.2.x86_64",
                        product: {
                           name: "ruby2.1-rubygem-activerecord-session_store-doc-0.1.2-3.4.2.x86_64",
                           product_id: "ruby2.1-rubygem-activerecord-session_store-doc-0.1.2-3.4.2.x86_64",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "x86_64",
               },
               {
                  branches: [
                     {
                        category: "product_name",
                        name: "SUSE OpenStack Cloud 7",
                        product: {
                           name: "SUSE OpenStack Cloud 7",
                           product_id: "SUSE OpenStack Cloud 7",
                           product_identification_helper: {
                              cpe: "cpe:/o:suse:suse-openstack-cloud:7",
                           },
                        },
                     },
                  ],
                  category: "product_family",
                  name: "SUSE Linux Enterprise",
               },
            ],
            category: "vendor",
            name: "SUSE",
         },
      ],
      relationships: [
         {
            category: "default_component_of",
            full_product_name: {
               name: "crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch as component of SUSE OpenStack Cloud 7",
               product_id: "SUSE OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
            },
            product_reference: "crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
            relates_to_product_reference: "SUSE OpenStack Cloud 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "grafana-6.7.4-1.24.2.x86_64 as component of SUSE OpenStack Cloud 7",
               product_id: "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
            },
            product_reference: "grafana-6.7.4-1.24.2.x86_64",
            relates_to_product_reference: "SUSE OpenStack Cloud 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "kibana-4.6.6-9.2.x86_64 as component of SUSE OpenStack Cloud 7",
               product_id: "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
            },
            product_reference: "kibana-4.6.6-9.2.x86_64",
            relates_to_product_reference: "SUSE OpenStack Cloud 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "monasca-installer-20180608_12.47-16.2.noarch as component of SUSE OpenStack Cloud 7",
               product_id: "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
            },
            product_reference: "monasca-installer-20180608_12.47-16.2.noarch",
            relates_to_product_reference: "SUSE OpenStack Cloud 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "python-Django-1.8.19-3.29.1.noarch as component of SUSE OpenStack Cloud 7",
               product_id: "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
            },
            product_reference: "python-Django-1.8.19-3.29.1.noarch",
            relates_to_product_reference: "SUSE OpenStack Cloud 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "python-py-1.8.1-11.16.2.noarch as component of SUSE OpenStack Cloud 7",
               product_id: "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
            },
            product_reference: "python-py-1.8.1-11.16.2.noarch",
            relates_to_product_reference: "SUSE OpenStack Cloud 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64 as component of SUSE OpenStack Cloud 7",
               product_id: "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
            },
            product_reference: "ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
            relates_to_product_reference: "SUSE OpenStack Cloud 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x as component of SUSE OpenStack Cloud 7",
               product_id: "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
            },
            product_reference: "ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
            relates_to_product_reference: "SUSE OpenStack Cloud 7",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64 as component of SUSE OpenStack Cloud 7",
               product_id: "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
            },
            product_reference: "ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
            relates_to_product_reference: "SUSE OpenStack Cloud 7",
         },
      ],
   },
   vulnerabilities: [
      {
         cve: "CVE-2017-11481",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2017-11481",
            },
         ],
         notes: [
            {
               category: "general",
               text: "Kibana versions prior to 6.0.1 and 5.6.5 had a cross-site scripting (XSS) vulnerability via URL fields that could allow an attacker to obtain sensitive information from or perform destructive actions on behalf of other Kibana users.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
               "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
               "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
               "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
               "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
               "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2017-11481",
               url: "https://www.suse.com/security/cve/CVE-2017-11481",
            },
            {
               category: "external",
               summary: "SUSE Bug 1044849 for CVE-2017-11481",
               url: "https://bugzilla.suse.com/1044849",
            },
            {
               category: "external",
               summary: "SUSE Bug 1072315 for CVE-2017-11481",
               url: "https://bugzilla.suse.com/1072315",
            },
         ],
         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 OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
                  "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
                  "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
                  "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
                  "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
                  "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 5.4,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
                  version: "3.0",
               },
               products: [
                  "SUSE OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
                  "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
                  "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
                  "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
                  "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
                  "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2021-06-11T13:14:14Z",
               details: "moderate",
            },
         ],
         title: "CVE-2017-11481",
      },
      {
         cve: "CVE-2017-11499",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2017-11499",
            },
         ],
         notes: [
            {
               category: "general",
               text: "Node.js v4.0 through v4.8.3, all versions of v5.x, v6.0 through v6.11.0, v7.0 through v7.10.0, and v8.0 through v8.1.3 was susceptible to hash flooding remote DoS attacks as the HashTable seed was constant across a given released version of Node.js. This was a result of building with V8 snapshots enabled by default which caused the initially randomized seed to be overwritten on startup.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
               "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
               "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
               "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
               "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
               "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2017-11499",
               url: "https://www.suse.com/security/cve/CVE-2017-11499",
            },
            {
               category: "external",
               summary: "SUSE Bug 1044849 for CVE-2017-11499",
               url: "https://bugzilla.suse.com/1044849",
            },
            {
               category: "external",
               summary: "SUSE Bug 1048299 for CVE-2017-11499",
               url: "https://bugzilla.suse.com/1048299",
            },
            {
               category: "external",
               summary: "SUSE Bug 1051117 for CVE-2017-11499",
               url: "https://bugzilla.suse.com/1051117",
            },
         ],
         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 OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
                  "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
                  "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
                  "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
                  "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
                  "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 7.5,
                  baseSeverity: "HIGH",
                  vectorString: "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                  version: "3.0",
               },
               products: [
                  "SUSE OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
                  "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
                  "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
                  "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
                  "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
                  "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2021-06-11T13:14:14Z",
               details: "important",
            },
         ],
         title: "CVE-2017-11499",
      },
      {
         cve: "CVE-2019-25025",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2019-25025",
            },
         ],
         notes: [
            {
               category: "general",
               text: "The activerecord-session_store (aka Active Record Session Store) component through 1.1.3 for Ruby on Rails does not use a constant-time approach when delivering information about whether a guessed session ID is valid. Consequently, remote attackers can leverage timing discrepancies to achieve a correct guess in a relatively short amount of time. This is a related issue to CVE-2019-16782.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
               "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
               "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
               "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
               "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
               "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2019-25025",
               url: "https://www.suse.com/security/cve/CVE-2019-25025",
            },
            {
               category: "external",
               summary: "SUSE Bug 1159548 for CVE-2019-25025",
               url: "https://bugzilla.suse.com/1159548",
            },
            {
               category: "external",
               summary: "SUSE Bug 1183174 for CVE-2019-25025",
               url: "https://bugzilla.suse.com/1183174",
            },
         ],
         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 OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
                  "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
                  "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
                  "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
                  "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
                  "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 5.9,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
                  "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
                  "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
                  "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
                  "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
                  "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2021-06-11T13:14:14Z",
               details: "moderate",
            },
         ],
         title: "CVE-2019-25025",
      },
      {
         cve: "CVE-2020-29651",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2020-29651",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A denial of service via regular expression in the py.path.svnwc component of py (aka python-py) through 1.9.0 could be used by attackers to cause a compute-time denial of service attack by supplying malicious input to the blame functionality.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
               "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
               "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
               "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
               "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
               "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2020-29651",
               url: "https://www.suse.com/security/cve/CVE-2020-29651",
            },
            {
               category: "external",
               summary: "SUSE Bug 1179805 for CVE-2020-29651",
               url: "https://bugzilla.suse.com/1179805",
            },
         ],
         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 OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
                  "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
                  "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
                  "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
                  "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
                  "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 5.5,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
                  version: "3.1",
               },
               products: [
                  "SUSE OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
                  "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
                  "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
                  "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
                  "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
                  "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2021-06-11T13:14:14Z",
               details: "moderate",
            },
         ],
         title: "CVE-2020-29651",
      },
      {
         cve: "CVE-2021-27358",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2021-27358",
            },
         ],
         notes: [
            {
               category: "general",
               text: "The snapshot feature in Grafana 6.7.3 through 7.4.1 can allow an unauthenticated remote attackers to trigger a Denial of Service via a remote API call if a commonly used configuration is set.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
               "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
               "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
               "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
               "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
               "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2021-27358",
               url: "https://www.suse.com/security/cve/CVE-2021-27358",
            },
            {
               category: "external",
               summary: "SUSE Bug 1183803 for CVE-2021-27358",
               url: "https://bugzilla.suse.com/1183803",
            },
         ],
         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 OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
                  "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
                  "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
                  "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
                  "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
                  "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.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 OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
                  "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
                  "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
                  "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
                  "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
                  "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2021-06-11T13:14:14Z",
               details: "important",
            },
         ],
         title: "CVE-2021-27358",
      },
      {
         cve: "CVE-2021-28658",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2021-28658",
            },
         ],
         notes: [
            {
               category: "general",
               text: "In Django 2.2 before 2.2.20, 3.0 before 3.0.14, and 3.1 before 3.1.8, MultiPartParser allowed directory traversal via uploaded files with suitably crafted file names. Built-in upload handlers were not affected by this vulnerability.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
               "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
               "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
               "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
               "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
               "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2021-28658",
               url: "https://www.suse.com/security/cve/CVE-2021-28658",
            },
            {
               category: "external",
               summary: "SUSE Bug 1184148 for CVE-2021-28658",
               url: "https://bugzilla.suse.com/1184148",
            },
         ],
         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 OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
                  "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
                  "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
                  "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
                  "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
                  "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 3.3,
                  baseSeverity: "LOW",
                  vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
                  "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
                  "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
                  "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
                  "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
                  "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2021-06-11T13:14:14Z",
               details: "low",
            },
         ],
         title: "CVE-2021-28658",
      },
      {
         cve: "CVE-2021-31542",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2021-31542",
            },
         ],
         notes: [
            {
               category: "general",
               text: "In Django 2.2 before 2.2.21, 3.1 before 3.1.9, and 3.2 before 3.2.1, MultiPartParser, UploadedFile, and FieldFile allowed directory traversal via uploaded files with suitably crafted file names.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
               "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
               "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
               "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
               "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
               "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2021-31542",
               url: "https://www.suse.com/security/cve/CVE-2021-31542",
            },
            {
               category: "external",
               summary: "SUSE Bug 1185623 for CVE-2021-31542",
               url: "https://bugzilla.suse.com/1185623",
            },
         ],
         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 OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
                  "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
                  "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
                  "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
                  "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
                  "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.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:H/I:N/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
                  "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
                  "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
                  "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
                  "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
                  "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2021-06-11T13:14:14Z",
               details: "moderate",
            },
         ],
         title: "CVE-2021-31542",
      },
      {
         cve: "CVE-2021-3281",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2021-3281",
            },
         ],
         notes: [
            {
               category: "general",
               text: "In Django 2.2 before 2.2.18, 3.0 before 3.0.12, and 3.1 before 3.1.6, the django.utils.archive.extract method (used by \"startapp --template\" and \"startproject --template\") allows directory traversal via an archive with absolute paths or relative paths with dot segments.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
               "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
               "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
               "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
               "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
               "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2021-3281",
               url: "https://www.suse.com/security/cve/CVE-2021-3281",
            },
            {
               category: "external",
               summary: "SUSE Bug 1181379 for CVE-2021-3281",
               url: "https://bugzilla.suse.com/1181379",
            },
         ],
         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 OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
                  "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
                  "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
                  "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
                  "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
                  "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.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:N/I:H/A:H",
                  version: "3.1",
               },
               products: [
                  "SUSE OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
                  "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
                  "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
                  "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
                  "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
                  "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2021-06-11T13:14:14Z",
               details: "moderate",
            },
         ],
         title: "CVE-2021-3281",
      },
      {
         cve: "CVE-2021-33203",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2021-33203",
            },
         ],
         notes: [
            {
               category: "general",
               text: "Django before 2.2.24, 3.x before 3.1.12, and 3.2.x before 3.2.4 has a potential directory traversal via django.contrib.admindocs. Staff members could use the TemplateDetailView view to check the existence of arbitrary files. Additionally, if (and only if) the default admindocs templates have been customized by application developers to also show file contents, then not only the existence but also the file contents would have been exposed. In other words, there is directory traversal outside of the template root directories.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
               "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
               "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
               "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
               "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
               "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2021-33203",
               url: "https://www.suse.com/security/cve/CVE-2021-33203",
            },
            {
               category: "external",
               summary: "SUSE Bug 1186608 for CVE-2021-33203",
               url: "https://bugzilla.suse.com/1186608",
            },
         ],
         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 OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
                  "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
                  "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
                  "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
                  "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
                  "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 4.9,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
                  "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
                  "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
                  "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
                  "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
                  "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2021-06-11T13:14:14Z",
               details: "moderate",
            },
         ],
         title: "CVE-2021-33203",
      },
      {
         cve: "CVE-2021-33571",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2021-33571",
            },
         ],
         notes: [
            {
               category: "general",
               text: "In Django 2.2 before 2.2.24, 3.x before 3.1.12, and 3.2 before 3.2.4, URLValidator, validate_ipv4_address, and validate_ipv46_address do not prohibit leading zero characters in octal literals. This may allow a bypass of access control that is based on IP addresses. (validate_ipv4_address and validate_ipv46_address are unaffected with Python 3.9.5+..) .",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
               "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
               "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
               "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
               "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
               "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
               "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2021-33571",
               url: "https://www.suse.com/security/cve/CVE-2021-33571",
            },
            {
               category: "external",
               summary: "SUSE Bug 1186611 for CVE-2021-33571",
               url: "https://bugzilla.suse.com/1186611",
            },
         ],
         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 OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
                  "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
                  "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
                  "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
                  "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
                  "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.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:H/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE OpenStack Cloud 7:crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2.noarch",
                  "SUSE OpenStack Cloud 7:grafana-6.7.4-1.24.2.x86_64",
                  "SUSE OpenStack Cloud 7:kibana-4.6.6-9.2.x86_64",
                  "SUSE OpenStack Cloud 7:monasca-installer-20180608_12.47-16.2.noarch",
                  "SUSE OpenStack Cloud 7:python-Django-1.8.19-3.29.1.noarch",
                  "SUSE OpenStack Cloud 7:python-py-1.8.1-11.16.2.noarch",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.aarch64",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.s390x",
                  "SUSE OpenStack Cloud 7:ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2021-06-11T13:14:14Z",
               details: "important",
            },
         ],
         title: "CVE-2021-33571",
      },
   ],
}


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.