opensuse-su-2021:0064-1
Vulnerability from csaf_opensuse
Published
2021-01-15 09:23
Modified
2021-01-15 09:23
Summary
Security update for nodejs12

Notes

Title of the patch
Security update for nodejs12
Description of the patch
This update for nodejs12 fixes the following issues: - New upstream LTS version 12.20.1: * CVE-2020-8265: use-after-free in TLSWrap (High) bug in TLS implementation. When writing to a TLS enabled socket, node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly allocated WriteWrap object as first argument. If the DoWrite method does not return an error, this object is passed back to the caller as part of a StreamWriteResult structure. This may be exploited to corrupt memory leading to a Denial of Service or potentially other exploits (bsc#1180553) * CVE-2020-8287: HTTP Request Smuggling allow two copies of a header field in a http request. For example, two Transfer-Encoding header fields. In this case Node.js identifies the first header field and ignores the second. This can lead to HTTP Request Smuggling (https://cwe.mitre.org/data/definitions/444.html). (bsc#1180554) * CVE-2020-1971: OpenSSL - EDIPARTYNAME NULL pointer de-reference (High) This is a vulnerability in OpenSSL which may be exploited through Node.js. (bsc#1179491) - New upstream LTS version 12.20.0: * deps: + update llhttp '2.1.2' -> '2.1.3' + update uv '1.39.0' -> '1.40.0' + update uvwasi '0.0.10' -> '0.0.11' * fs: add .ref() and .unref() methods to watcher classes * http: added scheduling option to http agent * module: + exports pattern support + named exports for CJS via static analysis * n-api: add more property defaults (gh#35214) - New upstream LTS version 12.19.1: * deps: Denial of Service through DNS request (High). A Node.js application that allows an attacker to trigger a DNS request for a host of their choice could trigger a Denial of Service by getting the application to resolve a DNS record with a larger number of responses (bsc#1178882, CVE-2020-8277) - New upstream LTS version 12.19.0: * crypto: add randomInt function * deps: + upgrade to libuv 1.39.0 + deps: upgrade npm to 6.14.7 + deps: upgrade to libuv 1.38.1 * doc: deprecate process.umask() with no arguments * module: + package 'imports' field + module: deprecate module.parent * n-api: create N-API version 7 * zlib: switch to lazy init for zlib streams This update was imported from the SUSE:SLE-15-SP2:Update update project.
Patchnames
openSUSE-2021-64
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 nodejs12",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for nodejs12 fixes the following issues:\n\n- New upstream LTS version 12.20.1:\n  * CVE-2020-8265: use-after-free in TLSWrap (High) bug in TLS\n    implementation. When writing to a TLS enabled socket,\n    node::StreamBase::Write calls node::TLSWrap::DoWrite with\n    a freshly allocated WriteWrap object as first argument.\n    If the DoWrite method does not return an error, this object is\n    passed back to the caller as part of a StreamWriteResult structure.\n    This may be exploited to corrupt memory leading to a\n    Denial of Service or potentially other exploits (bsc#1180553)\n  * CVE-2020-8287: HTTP Request Smuggling allow two copies of a\n    header field in a http request. For example, two Transfer-Encoding\n    header fields. In this case Node.js identifies the first header\n    field and ignores the second. This can lead to HTTP Request\n    Smuggling (https://cwe.mitre.org/data/definitions/444.html).\n    (bsc#1180554)\n  * CVE-2020-1971: OpenSSL - EDIPARTYNAME NULL pointer de-reference\n    (High) This is a vulnerability in OpenSSL which may be exploited\n    through Node.js. (bsc#1179491)\n\n- New upstream LTS version 12.20.0:\n  * deps:\n    + update llhttp \u00272.1.2\u0027 -\u003e \u00272.1.3\u0027\n    + update uv \u00271.39.0\u0027 -\u003e \u00271.40.0\u0027\n    + update uvwasi \u00270.0.10\u0027 -\u003e \u00270.0.11\u0027\n  * fs: add .ref() and .unref() methods to watcher classes\n  * http: added scheduling option to http agent\n  * module:\n    + exports pattern support\n    + named exports for CJS via static analysis\n  * n-api: add more property defaults (gh#35214)\n\n- New upstream LTS version 12.19.1:\n  * deps: Denial of Service through DNS request (High).\n  A Node.js application that allows an attacker to trigger a DNS\n  request for a host of their choice could trigger a Denial of Service\n  by getting the application to resolve a DNS record with\n  a larger number of responses (bsc#1178882, CVE-2020-8277)\n\n- New upstream LTS version 12.19.0:\n  * crypto: add randomInt function\n  * deps:\n    + upgrade to libuv 1.39.0\n    + deps: upgrade npm to 6.14.7\n    + deps: upgrade to libuv 1.38.1\n  * doc: deprecate process.umask() with no arguments\n  * module:\n    + package \u0027imports\u0027 field\n    + module: deprecate module.parent\n  * n-api: create N-API version 7\n  * zlib: switch to lazy init for zlib streams\n\nThis update was imported from the SUSE:SLE-15-SP2:Update update project.",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "openSUSE-2021-64",
        "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-2021_0064-1.json"
      },
      {
        "category": "self",
        "summary": "URL for openSUSE-SU-2021:0064-1",
        "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/EIIX5B6YLG6I6J4WR546EWZU23BNUSV6/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for openSUSE-SU-2021:0064-1",
        "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/EIIX5B6YLG6I6J4WR546EWZU23BNUSV6/"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1178882",
        "url": "https://bugzilla.suse.com/1178882"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1179491",
        "url": "https://bugzilla.suse.com/1179491"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1180553",
        "url": "https://bugzilla.suse.com/1180553"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1180554",
        "url": "https://bugzilla.suse.com/1180554"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2020-1971 page",
        "url": "https://www.suse.com/security/cve/CVE-2020-1971/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2020-8265 page",
        "url": "https://www.suse.com/security/cve/CVE-2020-8265/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2020-8277 page",
        "url": "https://www.suse.com/security/cve/CVE-2020-8277/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2020-8287 page",
        "url": "https://www.suse.com/security/cve/CVE-2020-8287/"
      }
    ],
    "title": "Security update for nodejs12",
    "tracking": {
      "current_release_date": "2021-01-15T09:23:17Z",
      "generator": {
        "date": "2021-01-15T09:23:17Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "openSUSE-SU-2021:0064-1",
      "initial_release_date": "2021-01-15T09:23:17Z",
      "revision_history": [
        {
          "date": "2021-01-15T09:23:17Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "nodejs12-docs-12.20.1-lp152.3.9.1.noarch",
                "product": {
                  "name": "nodejs12-docs-12.20.1-lp152.3.9.1.noarch",
                  "product_id": "nodejs12-docs-12.20.1-lp152.3.9.1.noarch"
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "nodejs12-12.20.1-lp152.3.9.1.x86_64",
                "product": {
                  "name": "nodejs12-12.20.1-lp152.3.9.1.x86_64",
                  "product_id": "nodejs12-12.20.1-lp152.3.9.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "nodejs12-devel-12.20.1-lp152.3.9.1.x86_64",
                "product": {
                  "name": "nodejs12-devel-12.20.1-lp152.3.9.1.x86_64",
                  "product_id": "nodejs12-devel-12.20.1-lp152.3.9.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "npm12-12.20.1-lp152.3.9.1.x86_64",
                "product": {
                  "name": "npm12-12.20.1-lp152.3.9.1.x86_64",
                  "product_id": "npm12-12.20.1-lp152.3.9.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "openSUSE Leap 15.2",
                "product": {
                  "name": "openSUSE Leap 15.2",
                  "product_id": "openSUSE Leap 15.2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap:15.2"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs12-12.20.1-lp152.3.9.1.x86_64 as component of openSUSE Leap 15.2",
          "product_id": "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64"
        },
        "product_reference": "nodejs12-12.20.1-lp152.3.9.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs12-devel-12.20.1-lp152.3.9.1.x86_64 as component of openSUSE Leap 15.2",
          "product_id": "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64"
        },
        "product_reference": "nodejs12-devel-12.20.1-lp152.3.9.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs12-docs-12.20.1-lp152.3.9.1.noarch as component of openSUSE Leap 15.2",
          "product_id": "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch"
        },
        "product_reference": "nodejs12-docs-12.20.1-lp152.3.9.1.noarch",
        "relates_to_product_reference": "openSUSE Leap 15.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "npm12-12.20.1-lp152.3.9.1.x86_64 as component of openSUSE Leap 15.2",
          "product_id": "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64"
        },
        "product_reference": "npm12-12.20.1-lp152.3.9.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.2"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2020-1971",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2020-1971"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64",
          "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64",
          "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch",
          "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2020-1971",
          "url": "https://www.suse.com/security/cve/CVE-2020-1971"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1179491 for CVE-2020-1971",
          "url": "https://bugzilla.suse.com/1179491"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1196179 for CVE-2020-1971",
          "url": "https://bugzilla.suse.com/1196179"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1199303 for CVE-2020-1971",
          "url": "https://bugzilla.suse.com/1199303"
        }
      ],
      "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": [
            "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64",
            "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64",
            "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch",
            "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64",
            "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64",
            "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch",
            "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2021-01-15T09:23:17Z",
          "details": "important"
        }
      ],
      "title": "CVE-2020-1971"
    },
    {
      "cve": "CVE-2020-8265",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2020-8265"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 are vulnerable to a use-after-free bug in its TLS implementation. When writing to a TLS enabled socket, node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly allocated WriteWrap object as first argument. If the DoWrite method does not return an error, this object is passed back to the caller as part of a StreamWriteResult structure. This may be exploited to corrupt memory leading to a Denial of Service or potentially other exploits.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64",
          "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64",
          "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch",
          "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2020-8265",
          "url": "https://www.suse.com/security/cve/CVE-2020-8265"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1180553 for CVE-2020-8265",
          "url": "https://bugzilla.suse.com/1180553"
        }
      ],
      "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": [
            "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64",
            "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64",
            "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch",
            "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64",
            "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64",
            "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch",
            "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2021-01-15T09:23:17Z",
          "details": "important"
        }
      ],
      "title": "CVE-2020-8265"
    },
    {
      "cve": "CVE-2020-8277",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2020-8277"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "A Node.js application that allows an attacker to trigger a DNS request for a host of their choice could trigger a Denial of Service in versions \u003c 15.2.1, \u003c 14.15.1, and \u003c 12.19.1 by getting the application to resolve a DNS record with a larger number of responses. This is fixed in 15.2.1, 14.15.1, and 12.19.1.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64",
          "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64",
          "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch",
          "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2020-8277",
          "url": "https://www.suse.com/security/cve/CVE-2020-8277"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1178882 for CVE-2020-8277",
          "url": "https://bugzilla.suse.com/1178882"
        }
      ],
      "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": [
            "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64",
            "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64",
            "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch",
            "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64",
            "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64",
            "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch",
            "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2021-01-15T09:23:17Z",
          "details": "important"
        }
      ],
      "title": "CVE-2020-8277"
    },
    {
      "cve": "CVE-2020-8287",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2020-8287"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 allow two copies of a header field in an HTTP request (for example, two Transfer-Encoding header fields). In this case, Node.js identifies the first header field and ignores the second. This can lead to HTTP Request Smuggling.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64",
          "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64",
          "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch",
          "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2020-8287",
          "url": "https://www.suse.com/security/cve/CVE-2020-8287"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1180554 for CVE-2020-8287",
          "url": "https://bugzilla.suse.com/1180554"
        }
      ],
      "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": [
            "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64",
            "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64",
            "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch",
            "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64",
            "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64",
            "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch",
            "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2021-01-15T09:23:17Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2020-8287"
    }
  ]
}


Log in or create an account to share your comment.




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.


Loading…

Loading…