OPENSUSE-SU-2022:0061-1

Vulnerability from csaf_opensuse - Published: 2022-03-01 17:02 - Updated: 2026-09-20 19:37
Summary
Security update for mc
Severity
Moderate
Notes
Title of the patch: Security update for mc
Description of the patch: This update for mc fixes the following issues: Midnight Commander 4.8.27: * Core - Reimplement version detection (#3603, #4249) - Significantly reduce rebuilt time after version change (#2252, #4266) - Drop automatic migration of configuration from ~/.mc to XDG-based directories (#3682) - zsh: support custom configuration file: ~/.local/share/mc/.zshrc (#4203) - Widgets: implement WST_VISIBLE state to show/hide widgets (#2919) - Find File: add Follow symlinks option (#2020) * VFS - extfs: support unrar-6 (#4154) - extfs: support official 7z binary (7zz) (#4239) - ftpfs: apply file list parser from lftp project (#2841, #3174) * Editor - Word completion: get candidates from all open files (#4160) - etags: get rid of hardcoded list length and window width (#4132) - Update syntax files: - python (#4140) - Add syntax highlighting: - Verilog and SystemVerilog? header files (#4215) - JSON (#4250) - openrc-run scripts (#4246) * Misc - Filehighlight of c++ and h++ files as sources (#4194) - Filehighlight of JSON files as documents (#4250) - Support of alacritty terminal emulator (​https://github.com/alacritty/alacritty) (#4248) - Support of foot terminal emulator (​https://codeberg.org/dnkl/foot) (#4251) - Support of (alt+)shift+arrow keys in st terminal emulator (st.suckless.org) (#4267) - Mouse support in screen: don't check variable (#4233) - mc.ext: support fb2 e-books (#4167) - ext.d: use mediainfo to view info about various media files (#4167) - Remove OS/distro-specific package-related stuff from source tree (#4217) * Fixes - FTBFS against NCurses on OS X 10.9.5 (#4181) - Segfault on dialog before panels get visible (#4244) - Crash if shadow is out of screen (build against NCurses) (#4192) - Crash in search (#4222) - Crash on startup with enabled subshell in FreeBSD (workaround) (#4213) - Hang on start randomly with zsh as subshell (#4198) - If command line is invisible it's partially displayed (#4182) - Broken handling of zip archives (#4180, #4183) - Broken handling of jar files as zip archives (#4223) - Timestamps of symlinks, sockets, fifos, etc are not preserved after copy/move (#3985) - %view action in the user menu doesn't work on no-exec filesystem (#4242) - Hardlinks are not colored by file type or extension (#3375) - mcedit: silent macro makes terminal disrupted (#4171) - mcedit: disrupting of TAGS file path (#4207) - vfs: unable to browse compressed tar archives (#4191) - sftpfs vfs: CVE-2021-36370: server fingerprint isn't verified (discovered by AUT-milCERT during an audit of open source software) (#4259) - ftpfs vfs: month of file is always January (#4260) - Tests: log files are written by libcheck and automake simultaneously (#3986)
Patchnames: openSUSE-2022-61
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Product Identifier Version Remediation
Unresolved product id: SUSE Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.i586 —
Vendor Fix
Unresolved product id: SUSE Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.s390x —
Vendor Fix
Unresolved product id: SUSE Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Package Hub 15 SP3:mc-lang-0:4.8.27-bp153.2.3.1.noarch —
Vendor Fix
Unresolved product id: openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.aarch64 —
Vendor Fix
Unresolved product id: openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.i586 —
Vendor Fix
Unresolved product id: openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.ppc64le —
Vendor Fix
Unresolved product id: openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.s390x —
Vendor Fix
Unresolved product id: openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.x86_64 —
Vendor Fix
Unresolved product id: openSUSE Leap 15.3:mc-lang-0:4.8.27-bp153.2.3.1.noarch —
Vendor Fix
Threats
Impact moderate

{
  "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 mc",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for mc fixes the following issues:\n\nMidnight Commander 4.8.27:\n\n* Core\n\n  - Reimplement version detection (#3603, #4249)\n  - Significantly reduce rebuilt time after version change (#2252, #4266)\n  - Drop automatic migration of configuration from ~/.mc to XDG-based directories (#3682)\n  - zsh: support custom configuration file: ~/.local/share/mc/.zshrc (#4203)\n  - Widgets: implement WST_VISIBLE state to show/hide widgets (#2919)\n  - Find File: add Follow symlinks option (#2020) \n\n* VFS\n\n  - extfs: support unrar-6 (#4154)\n  - extfs: support official 7z binary (7zz) (#4239)\n  - ftpfs: apply file list parser from lftp project (#2841, #3174) \n\n* Editor\n\n  - Word completion: get candidates from all open files (#4160)\n  - etags: get rid of hardcoded list length and window width (#4132)\n  - Update syntax files:\n    - python (#4140) \n  - Add syntax highlighting:\n    - Verilog and SystemVerilog? header files (#4215)\n    - JSON (#4250)\n    - openrc-run scripts (#4246) \n* Misc\n\n  - Filehighlight of c++ and h++ files as sources (#4194)\n  - Filehighlight of JSON files as documents (#4250)\n  - Support of alacritty terminal emulator (\u200bhttps://github.com/alacritty/alacritty) (#4248)\n  - Support of foot terminal emulator (\u200bhttps://codeberg.org/dnkl/foot) (#4251)\n  - Support of (alt+)shift+arrow keys in st terminal emulator (st.suckless.org) (#4267)\n  - Mouse support in screen: don\u0027t check  variable (#4233)\n  - mc.ext: support fb2 e-books (#4167)\n  - ext.d: use mediainfo to view info about various media files (#4167)\n  - Remove OS/distro-specific package-related stuff from source tree (#4217) \n\n* Fixes\n\n  - FTBFS against NCurses on OS X 10.9.5 (#4181)\n  - Segfault on dialog before panels get visible (#4244)\n  - Crash if shadow is out of screen (build against NCurses) (#4192)\n  - Crash in search (#4222)\n  - Crash on startup with enabled subshell in FreeBSD (workaround) (#4213)\n  - Hang on start randomly with zsh as subshell (#4198)\n  - If command line is invisible it\u0027s partially displayed (#4182)\n  - Broken handling of zip archives (#4180, #4183)\n  - Broken handling of jar files as zip archives (#4223)\n  - Timestamps of symlinks, sockets, fifos, etc are not preserved after copy/move (#3985)\n  - %view action in the user menu doesn\u0027t work on no-exec filesystem (#4242)\n  - Hardlinks are not colored by file type or extension (#3375)\n  - mcedit: silent macro makes terminal disrupted (#4171)\n  - mcedit: disrupting of TAGS file path (#4207)\n  - vfs: unable to browse compressed tar archives (#4191)\n  - sftpfs vfs: CVE-2021-36370: server fingerprint isn\u0027t verified \n    (discovered by AUT-milCERT during an audit of open source software) (#4259)\n  - ftpfs vfs: month of file is always January (#4260)\n  - Tests: log files are written by libcheck and automake simultaneously (#3986) \n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "openSUSE-2022-61",
        "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/opensuse-su-2022_0061-1.json"
      },
      {
        "category": "self",
        "summary": "URL for openSUSE-SU-2022:0061-1",
        "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5SJPZ2MSI7IPFCS5TFZZVXF4NN6XKYKJ/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for openSUSE-SU-2022:0061-1",
        "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5SJPZ2MSI7IPFCS5TFZZVXF4NN6XKYKJ/"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1190180",
        "url": "https://bugzilla.suse.com/1190180"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2021-36370 page",
        "url": "https://www.suse.com/security/cve/CVE-2021-36370/"
      }
    ],
    "title": "Security update for mc",
    "tracking": {
      "current_release_date": "2026-09-20T19:37:56Z",
      "generator": {
        "date": "2022-03-01T17:02:24Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "openSUSE-SU-2022:0061-1",
      "initial_release_date": "2022-03-01T17:02:24Z",
      "revision_history": [
        {
          "date": "2022-03-01T17:02:24Z",
          "number": "1",
          "summary": "Current version"
        },
        {
          "date": "2026-09-20T19:37:56Z",
          "number": "2",
          "summary": "unknown changes"
        }
      ],
      "status": "final",
      "version": "2"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "mc-0:4.8.27-bp153.2.3.1.aarch64",
                "product": {
                  "name": "mc-0:4.8.27-bp153.2.3.1.aarch64",
                  "product_id": "mc-0:4.8.27-bp153.2.3.1.aarch64",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:midnight-commander:midnight_commander:4.8.27:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/mc@4.8.27-bp153.2.3.1?arch=aarch64\u0026upstream=mc-0:4.8.27-bp153.2.3.1.src.rpm"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "mc-0:4.8.27-bp153.2.3.1.i586",
                "product": {
                  "name": "mc-0:4.8.27-bp153.2.3.1.i586",
                  "product_id": "mc-0:4.8.27-bp153.2.3.1.i586",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:midnight-commander:midnight_commander:4.8.27:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/mc@4.8.27-bp153.2.3.1?arch=i586\u0026upstream=mc-0:4.8.27-bp153.2.3.1.src.rpm"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "mc-lang-0:4.8.27-bp153.2.3.1.noarch",
                "product": {
                  "name": "mc-lang-0:4.8.27-bp153.2.3.1.noarch",
                  "product_id": "mc-lang-0:4.8.27-bp153.2.3.1.noarch",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:midnight-commander:midnight_commander:4.8.27:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/mc-lang@4.8.27-bp153.2.3.1?arch=noarch\u0026upstream=mc-0:4.8.27-bp153.2.3.1.src.rpm"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "mc-0:4.8.27-bp153.2.3.1.ppc64le",
                "product": {
                  "name": "mc-0:4.8.27-bp153.2.3.1.ppc64le",
                  "product_id": "mc-0:4.8.27-bp153.2.3.1.ppc64le",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:midnight-commander:midnight_commander:4.8.27:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/mc@4.8.27-bp153.2.3.1?arch=ppc64le\u0026upstream=mc-0:4.8.27-bp153.2.3.1.src.rpm"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "mc-0:4.8.27-bp153.2.3.1.s390x",
                "product": {
                  "name": "mc-0:4.8.27-bp153.2.3.1.s390x",
                  "product_id": "mc-0:4.8.27-bp153.2.3.1.s390x",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:midnight-commander:midnight_commander:4.8.27:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/mc@4.8.27-bp153.2.3.1?arch=s390x\u0026upstream=mc-0:4.8.27-bp153.2.3.1.src.rpm"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "mc-0:4.8.27-bp153.2.3.1.x86_64",
                "product": {
                  "name": "mc-0:4.8.27-bp153.2.3.1.x86_64",
                  "product_id": "mc-0:4.8.27-bp153.2.3.1.x86_64",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:midnight-commander:midnight_commander:4.8.27:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/mc@4.8.27-bp153.2.3.1?arch=x86_64\u0026upstream=mc-0:4.8.27-bp153.2.3.1.src.rpm"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Package Hub 15 SP3",
                "product": {
                  "name": "SUSE Package Hub 15 SP3",
                  "product_id": "SUSE Package Hub 15 SP3"
                }
              },
              {
                "category": "product_name",
                "name": "openSUSE Leap 15.3",
                "product": {
                  "name": "openSUSE Leap 15.3",
                  "product_id": "openSUSE Leap 15.3",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap:15.3"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mc-0:4.8.27-bp153.2.3.1.aarch64 as component of SUSE Package Hub 15 SP3",
          "product_id": "SUSE Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.aarch64"
        },
        "product_reference": "mc-0:4.8.27-bp153.2.3.1.aarch64",
        "relates_to_product_reference": "SUSE Package Hub 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mc-0:4.8.27-bp153.2.3.1.i586 as component of SUSE Package Hub 15 SP3",
          "product_id": "SUSE Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.i586"
        },
        "product_reference": "mc-0:4.8.27-bp153.2.3.1.i586",
        "relates_to_product_reference": "SUSE Package Hub 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mc-0:4.8.27-bp153.2.3.1.ppc64le as component of SUSE Package Hub 15 SP3",
          "product_id": "SUSE Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.ppc64le"
        },
        "product_reference": "mc-0:4.8.27-bp153.2.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Package Hub 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mc-0:4.8.27-bp153.2.3.1.s390x as component of SUSE Package Hub 15 SP3",
          "product_id": "SUSE Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.s390x"
        },
        "product_reference": "mc-0:4.8.27-bp153.2.3.1.s390x",
        "relates_to_product_reference": "SUSE Package Hub 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mc-0:4.8.27-bp153.2.3.1.x86_64 as component of SUSE Package Hub 15 SP3",
          "product_id": "SUSE Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.x86_64"
        },
        "product_reference": "mc-0:4.8.27-bp153.2.3.1.x86_64",
        "relates_to_product_reference": "SUSE Package Hub 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mc-lang-0:4.8.27-bp153.2.3.1.noarch as component of SUSE Package Hub 15 SP3",
          "product_id": "SUSE Package Hub 15 SP3:mc-lang-0:4.8.27-bp153.2.3.1.noarch"
        },
        "product_reference": "mc-lang-0:4.8.27-bp153.2.3.1.noarch",
        "relates_to_product_reference": "SUSE Package Hub 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mc-0:4.8.27-bp153.2.3.1.aarch64 as component of openSUSE Leap 15.3",
          "product_id": "openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.aarch64"
        },
        "product_reference": "mc-0:4.8.27-bp153.2.3.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mc-0:4.8.27-bp153.2.3.1.i586 as component of openSUSE Leap 15.3",
          "product_id": "openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.i586"
        },
        "product_reference": "mc-0:4.8.27-bp153.2.3.1.i586",
        "relates_to_product_reference": "openSUSE Leap 15.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mc-0:4.8.27-bp153.2.3.1.ppc64le as component of openSUSE Leap 15.3",
          "product_id": "openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.ppc64le"
        },
        "product_reference": "mc-0:4.8.27-bp153.2.3.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mc-0:4.8.27-bp153.2.3.1.s390x as component of openSUSE Leap 15.3",
          "product_id": "openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.s390x"
        },
        "product_reference": "mc-0:4.8.27-bp153.2.3.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mc-0:4.8.27-bp153.2.3.1.x86_64 as component of openSUSE Leap 15.3",
          "product_id": "openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.x86_64"
        },
        "product_reference": "mc-0:4.8.27-bp153.2.3.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mc-lang-0:4.8.27-bp153.2.3.1.noarch as component of openSUSE Leap 15.3",
          "product_id": "openSUSE Leap 15.3:mc-lang-0:4.8.27-bp153.2.3.1.noarch"
        },
        "product_reference": "mc-lang-0:4.8.27-bp153.2.3.1.noarch",
        "relates_to_product_reference": "openSUSE Leap 15.3"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2021-36370",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2021-36370"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "An issue was discovered in Midnight Commander through 4.8.26. When establishing an SFTP connection, the fingerprint of the server is neither checked nor displayed. As a result, a user connects to the server without the ability to verify its authenticity.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.aarch64",
          "SUSE Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.i586",
          "SUSE Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.ppc64le",
          "SUSE Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.s390x",
          "SUSE Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.x86_64",
          "SUSE Package Hub 15 SP3:mc-lang-0:4.8.27-bp153.2.3.1.noarch",
          "openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.aarch64",
          "openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.i586",
          "openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.ppc64le",
          "openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.s390x",
          "openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.x86_64",
          "openSUSE Leap 15.3:mc-lang-0:4.8.27-bp153.2.3.1.noarch"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2021-36370",
          "url": "https://www.suse.com/security/cve/CVE-2021-36370"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1190180 for CVE-2021-36370",
          "url": "https://bugzilla.suse.com/1190180"
        }
      ],
      "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 Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.aarch64",
            "SUSE Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.i586",
            "SUSE Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.ppc64le",
            "SUSE Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.s390x",
            "SUSE Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.x86_64",
            "SUSE Package Hub 15 SP3:mc-lang-0:4.8.27-bp153.2.3.1.noarch",
            "openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.aarch64",
            "openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.i586",
            "openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.ppc64le",
            "openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.s390x",
            "openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.x86_64",
            "openSUSE Leap 15.3:mc-lang-0:4.8.27-bp153.2.3.1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4.6,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "SUSE Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.aarch64",
            "SUSE Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.i586",
            "SUSE Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.ppc64le",
            "SUSE Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.s390x",
            "SUSE Package Hub 15 SP3:mc-0:4.8.27-bp153.2.3.1.x86_64",
            "SUSE Package Hub 15 SP3:mc-lang-0:4.8.27-bp153.2.3.1.noarch",
            "openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.aarch64",
            "openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.i586",
            "openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.ppc64le",
            "openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.s390x",
            "openSUSE Leap 15.3:mc-0:4.8.27-bp153.2.3.1.x86_64",
            "openSUSE Leap 15.3:mc-lang-0:4.8.27-bp153.2.3.1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2022-03-01T17:02:24Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2021-36370"
    }
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…