<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cpe="http://cpe.mitre.org/language/2.0" xmlns:cvrf="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf" xmlns:cvrf-common="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/common" xmlns:cvssv2="http://scap.nist.gov/schema/cvss-v2/1.0" xmlns:cvssv3="https://www.first.org/cvss/cvss-v3.0.xsd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ns0="http://purl.org/dc/elements/1.1/" xmlns:prod="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod" xmlns:scap-core="http://scap.nist.gov/schema/scap-core/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:vuln="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf">
  <DocumentTitle xml:lang="en">CVE-2021-37701</DocumentTitle>
  <DocumentType>SUSE CVE</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE CVE-2021-37701</ID>
    </Identification>
    <Status>Interim</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>42</Number>
        <Date>2025-05-17T01:52:22Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2021-09-02T00:57:14Z</InitialReleaseDate>
    <CurrentReleaseDate>2025-05-17T01:52:22Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf-cve.pl</Engine>
      <Date>2020-12-27T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="CVE" Type="Summary" Ordinal="1" xml:lang="en">CVE-2021-37701</Note>
    <Note Title="Mitre CVE Description" Type="Description" Ordinal="2" xml:lang="en">The npm package "tar" (aka node-tar) before versions 4.4.16, 5.0.8, and 6.1.7 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary stat calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory, where the symlink and directory names in the archive entry used backslashes as a path separator on posix systems. The cache checking logic used both `\` and `/` characters as path separators, however `\` is a valid filename character on posix systems. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass node-tar symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. Additionally, a similar confusion could arise on case-insensitive filesystems. If a tar archive contained a directory at `FOO`, followed by a symbolic link named `foo`, then on case-insensitive file systems, the creation of the symbolic link would remove the directory from the filesystem, but _not_ from the internal directory cache, as it would not be treated as a cache hit. A subsequent file entry within the `FOO` directory would then be placed in the target of the symbolic link, thinking that the directory had already been created. These issues were addressed in releases 4.4.16, 5.0.8 and 6.1.7. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. If this is not possible, a workaround is available in the referenced GHSA-9r2w-394v-53qc.</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="4" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
  </DocumentNotes>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2022-February/010202.html</URL>
      <Description>E-Mail link for SUSE-CU-2022:137-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2022-February/010203.html</URL>
      <Description>E-Mail link for SUSE-CU-2022:138-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2021-December/009816.html</URL>
      <Description>E-Mail link for SUSE-SU-2021:3886-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2021-December/009853.html</URL>
      <Description>E-Mail link for SUSE-SU-2021:3940-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2021-December/009869.html</URL>
      <Description>E-Mail link for SUSE-SU-2021:3964-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2022-January/010017.html</URL>
      <Description>E-Mail link for SUSE-SU-2022:0101-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/INKZHV64GX7LRVL3YYOERQLU3B3U47QD/</URL>
      <Description>E-Mail link for openSUSE-SU-2021:1552-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/OZ6MU5ASKOGKZBGVKFFXVB64PMZRVEPX/</URL>
      <Description>E-Mail link for openSUSE-SU-2021:1574-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/LB7JXCGGW7EKOPAS4IDMUQPYHXS3ZUZA/</URL>
      <Description>E-Mail link for openSUSE-SU-2021:3940-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/EB6I33SJCMQ2K7LAKKPS54HRXSB7FQXG/</URL>
      <Description>E-Mail link for openSUSE-SU-2021:3964-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod">
    <Branch Type="Product Family" Name="Container bci/nodejs:12-10.1">
      <Branch Type="Product Name" Name="Container bci/nodejs:12-10.1">
        <FullProductName ProductID="Container bci/nodejs:12-10.1">Container bci/nodejs:12-10.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/nodejs:14-13.3">
      <Branch Type="Product Name" Name="Container bci/nodejs:14-13.3">
        <FullProductName ProductID="Container bci/nodejs:14-13.3">Container bci/nodejs:14-13.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Enterprise Storage 7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 15 SP2">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP2" CPE="cpe:/o:suse:sle-module-web-scripting:15:sp2">SUSE Linux Enterprise Module for Web and Scripting 15 SP2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Enterprise Storage 7.1">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP3" CPE="cpe:/o:suse:sle-module-web-scripting:15:sp3">SUSE Linux Enterprise Module for Web and Scripting 15 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Liberty Linux 8">
      <Branch Type="Product Name" Name="SUSE Liberty Linux 8">
        <FullProductName ProductID="SUSE Liberty Linux 8" CPE="cpe:/o:suse:sll:8">SUSE Liberty Linux 8</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 12">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 12" CPE="cpe:/o:suse:sle-module-web-scripting:12">SUSE Linux Enterprise Module for Web and Scripting 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP2">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 15 SP2">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP2" CPE="cpe:/o:suse:sle-module-web-scripting:15:sp2">SUSE Linux Enterprise Module for Web and Scripting 15 SP2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP3" CPE="cpe:/o:suse:sle-module-web-scripting:15:sp3">SUSE Linux Enterprise Module for Web and Scripting 15 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 12" CPE="cpe:/o:suse:sle-module-web-scripting:12">SUSE Linux Enterprise Module for Web and Scripting 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 12" CPE="cpe:/o:suse:sle-module-web-scripting:12">SUSE Linux Enterprise Module for Web and Scripting 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 12" CPE="cpe:/o:suse:sle-module-web-scripting:12">SUSE Linux Enterprise Module for Web and Scripting 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 12" CPE="cpe:/o:suse:sle-module-web-scripting:12">SUSE Linux Enterprise Module for Web and Scripting 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP2">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 15 SP2">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP2" CPE="cpe:/o:suse:sle-module-web-scripting:15:sp2">SUSE Linux Enterprise Module for Web and Scripting 15 SP2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP3" CPE="cpe:/o:suse:sle-module-web-scripting:15:sp3">SUSE Linux Enterprise Module for Web and Scripting 15 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 12">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 12" CPE="cpe:/o:suse:sle-module-web-scripting:12">SUSE Linux Enterprise Module for Web and Scripting 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 12 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 12" CPE="cpe:/o:suse:sle-module-web-scripting:12">SUSE Linux Enterprise Module for Web and Scripting 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 12" CPE="cpe:/o:suse:sle-module-web-scripting:12">SUSE Linux Enterprise Module for Web and Scripting 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 12 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 12" CPE="cpe:/o:suse:sle-module-web-scripting:12">SUSE Linux Enterprise Module for Web and Scripting 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 15 SP2">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP2" CPE="cpe:/o:suse:sle-module-web-scripting:15:sp2">SUSE Linux Enterprise Module for Web and Scripting 15 SP2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP3" CPE="cpe:/o:suse:sle-module-web-scripting:15:sp3">SUSE Linux Enterprise Module for Web and Scripting 15 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Proxy 4.1">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 15 SP2">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP2" CPE="cpe:/o:suse:sle-module-web-scripting:15:sp2">SUSE Linux Enterprise Module for Web and Scripting 15 SP2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Proxy 4.2">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP3" CPE="cpe:/o:suse:sle-module-web-scripting:15:sp3">SUSE Linux Enterprise Module for Web and Scripting 15 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Retail Branch Server 4.1">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 15 SP2">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP2" CPE="cpe:/o:suse:sle-module-web-scripting:15:sp2">SUSE Linux Enterprise Module for Web and Scripting 15 SP2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Retail Branch Server 4.2">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP3" CPE="cpe:/o:suse:sle-module-web-scripting:15:sp3">SUSE Linux Enterprise Module for Web and Scripting 15 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Server 4.1">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 15 SP2">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP2" CPE="cpe:/o:suse:sle-module-web-scripting:15:sp2">SUSE Linux Enterprise Module for Web and Scripting 15 SP2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Server 4.2">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP3" CPE="cpe:/o:suse:sle-module-web-scripting:15:sp3">SUSE Linux Enterprise Module for Web and Scripting 15 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.2">
      <Branch Type="Product Name" Name="openSUSE Leap 15.2">
        <FullProductName ProductID="openSUSE Leap 15.2" CPE="cpe:/o:opensuse:leap:15.2">openSUSE Leap 15.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.3">
      <Branch Type="Product Name" Name="openSUSE Leap 15.3">
        <FullProductName ProductID="openSUSE Leap 15.3" CPE="cpe:/o:opensuse:leap:15.3">openSUSE Leap 15.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Tumbleweed">
      <Branch Type="Product Name" Name="openSUSE Tumbleweed">
        <FullProductName ProductID="openSUSE Tumbleweed" CPE="cpe:/o:opensuse:tumbleweed">openSUSE Tumbleweed</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="nodejs-14.18.2-2.module+el8.5.0+13644+8d46dafd">
      <FullProductName ProductID="nodejs-14.18.2-2.module+el8.5.0+13644+8d46dafd" CPE="cpe:2.3:a:nodejs:node.js:14.18.2:*:*:*:-:*:*:*">nodejs-14.18.2-2.module+el8.5.0+13644+8d46dafd</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs-devel-14.18.2-2.module+el8.5.0+13644+8d46dafd">
      <FullProductName ProductID="nodejs-devel-14.18.2-2.module+el8.5.0+13644+8d46dafd">nodejs-devel-14.18.2-2.module+el8.5.0+13644+8d46dafd</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs-docs-14.18.2-2.module+el8.5.0+13644+8d46dafd">
      <FullProductName ProductID="nodejs-docs-14.18.2-2.module+el8.5.0+13644+8d46dafd">nodejs-docs-14.18.2-2.module+el8.5.0+13644+8d46dafd</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs-full-i18n-14.18.2-2.module+el8.5.0+13644+8d46dafd">
      <FullProductName ProductID="nodejs-full-i18n-14.18.2-2.module+el8.5.0+13644+8d46dafd">nodejs-full-i18n-14.18.2-2.module+el8.5.0+13644+8d46dafd</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs-nodemon-2.0.15-1.module+el8.5.0+13504+a2e74d91">
      <FullProductName ProductID="nodejs-nodemon-2.0.15-1.module+el8.5.0+13504+a2e74d91">nodejs-nodemon-2.0.15-1.module+el8.5.0+13504+a2e74d91</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs-packaging-23-3.module+el8.3.0+6519+9f98ed83">
      <FullProductName ProductID="nodejs-packaging-23-3.module+el8.3.0+6519+9f98ed83">nodejs-packaging-23-3.module+el8.3.0+6519+9f98ed83</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs12-12.22.7-4.22.1">
      <FullProductName ProductID="nodejs12-12.22.7-4.22.1" CPE="cpe:2.3:a:nodejs:node.js:12.22.7:*:*:*:-:*:*:*">nodejs12-12.22.7-4.22.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs12-12.22.7-lp152.3.21.1">
      <FullProductName ProductID="nodejs12-12.22.7-lp152.3.21.1" CPE="cpe:2.3:a:nodejs:node.js:12.22.7:*:*:*:-:*:*:*">nodejs12-12.22.7-lp152.3.21.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs12-12.22.9-1.38.1">
      <FullProductName ProductID="nodejs12-12.22.9-1.38.1" CPE="cpe:2.3:a:nodejs:node.js:12.22.9:*:*:*:-:*:*:*">nodejs12-12.22.9-1.38.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs12-devel-12.22.7-4.22.1">
      <FullProductName ProductID="nodejs12-devel-12.22.7-4.22.1">nodejs12-devel-12.22.7-4.22.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs12-devel-12.22.7-lp152.3.21.1">
      <FullProductName ProductID="nodejs12-devel-12.22.7-lp152.3.21.1">nodejs12-devel-12.22.7-lp152.3.21.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs12-devel-12.22.9-1.38.1">
      <FullProductName ProductID="nodejs12-devel-12.22.9-1.38.1">nodejs12-devel-12.22.9-1.38.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs12-docs-12.22.7-4.22.1">
      <FullProductName ProductID="nodejs12-docs-12.22.7-4.22.1">nodejs12-docs-12.22.7-4.22.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs12-docs-12.22.7-lp152.3.21.1">
      <FullProductName ProductID="nodejs12-docs-12.22.7-lp152.3.21.1">nodejs12-docs-12.22.7-lp152.3.21.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs12-docs-12.22.9-1.38.1">
      <FullProductName ProductID="nodejs12-docs-12.22.9-1.38.1">nodejs12-docs-12.22.9-1.38.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs14-14.18.1-1.1">
      <FullProductName ProductID="nodejs14-14.18.1-1.1" CPE="cpe:2.3:a:nodejs:node.js:14.18.1:*:*:*:-:*:*:*">nodejs14-14.18.1-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs14-14.18.1-15.21.2">
      <FullProductName ProductID="nodejs14-14.18.1-15.21.2" CPE="cpe:2.3:a:nodejs:node.js:14.18.1:*:*:*:-:*:*:*">nodejs14-14.18.1-15.21.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs14-14.18.1-6.18.2">
      <FullProductName ProductID="nodejs14-14.18.1-6.18.2" CPE="cpe:2.3:a:nodejs:node.js:14.18.1:*:*:*:-:*:*:*">nodejs14-14.18.1-6.18.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs14-14.18.1-lp152.17.1">
      <FullProductName ProductID="nodejs14-14.18.1-lp152.17.1" CPE="cpe:2.3:a:nodejs:node.js:14.18.1:*:*:*:-:*:*:*">nodejs14-14.18.1-lp152.17.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs14-devel-14.18.1-1.1">
      <FullProductName ProductID="nodejs14-devel-14.18.1-1.1">nodejs14-devel-14.18.1-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs14-devel-14.18.1-15.21.2">
      <FullProductName ProductID="nodejs14-devel-14.18.1-15.21.2">nodejs14-devel-14.18.1-15.21.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs14-devel-14.18.1-6.18.2">
      <FullProductName ProductID="nodejs14-devel-14.18.1-6.18.2">nodejs14-devel-14.18.1-6.18.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs14-devel-14.18.1-lp152.17.1">
      <FullProductName ProductID="nodejs14-devel-14.18.1-lp152.17.1">nodejs14-devel-14.18.1-lp152.17.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs14-docs-14.18.1-1.1">
      <FullProductName ProductID="nodejs14-docs-14.18.1-1.1">nodejs14-docs-14.18.1-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs14-docs-14.18.1-15.21.2">
      <FullProductName ProductID="nodejs14-docs-14.18.1-15.21.2">nodejs14-docs-14.18.1-15.21.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs14-docs-14.18.1-6.18.2">
      <FullProductName ProductID="nodejs14-docs-14.18.1-6.18.2">nodejs14-docs-14.18.1-6.18.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs14-docs-14.18.1-lp152.17.1">
      <FullProductName ProductID="nodejs14-docs-14.18.1-lp152.17.1">nodejs14-docs-14.18.1-lp152.17.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs16">
      <FullProductName ProductID="nodejs16" CPE="cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*">nodejs16</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs16-devel">
      <FullProductName ProductID="nodejs16-devel">nodejs16-devel</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs16-docs">
      <FullProductName ProductID="nodejs16-docs">nodejs16-docs</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="npm-6.14.15-1.14.18.2.2.module+el8.5.0+13644+8d46dafd">
      <FullProductName ProductID="npm-6.14.15-1.14.18.2.2.module+el8.5.0+13644+8d46dafd">npm-6.14.15-1.14.18.2.2.module+el8.5.0+13644+8d46dafd</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="npm12-12.22.7-4.22.1">
      <FullProductName ProductID="npm12-12.22.7-4.22.1">npm12-12.22.7-4.22.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="npm12-12.22.7-lp152.3.21.1">
      <FullProductName ProductID="npm12-12.22.7-lp152.3.21.1">npm12-12.22.7-lp152.3.21.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="npm12-12.22.9-1.38.1">
      <FullProductName ProductID="npm12-12.22.9-1.38.1">npm12-12.22.9-1.38.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="npm14-14.18.1-1.1">
      <FullProductName ProductID="npm14-14.18.1-1.1">npm14-14.18.1-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="npm14-14.18.1-15.21.2">
      <FullProductName ProductID="npm14-14.18.1-15.21.2">npm14-14.18.1-15.21.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="npm14-14.18.1-6.18.2">
      <FullProductName ProductID="npm14-14.18.1-6.18.2">npm14-14.18.1-6.18.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="npm14-14.18.1-lp152.17.1">
      <FullProductName ProductID="npm14-14.18.1-lp152.17.1">npm14-14.18.1-lp152.17.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="npm16">
      <FullProductName ProductID="npm16">npm16</FullProductName>
    </Branch>
    <Relationship ProductReference="nodejs12-12.22.7-4.22.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/nodejs:12-10.1">
      <FullProductName ProductID="Container bci/nodejs:12-10.1:nodejs12-12.22.7-4.22.1">nodejs12-12.22.7-4.22.1 as a component of Container bci/nodejs:12-10.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="npm12-12.22.7-4.22.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/nodejs:12-10.1">
      <FullProductName ProductID="Container bci/nodejs:12-10.1:npm12-12.22.7-4.22.1">npm12-12.22.7-4.22.1 as a component of Container bci/nodejs:12-10.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs14-14.18.1-15.21.2" RelationType="Default Component Of" RelatesToProductReference="Container bci/nodejs:14-13.3">
      <FullProductName ProductID="Container bci/nodejs:14-13.3:nodejs14-14.18.1-15.21.2">nodejs14-14.18.1-15.21.2 as a component of Container bci/nodejs:14-13.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="npm14-14.18.1-15.21.2" RelationType="Default Component Of" RelatesToProductReference="Container bci/nodejs:14-13.3">
      <FullProductName ProductID="Container bci/nodejs:14-13.3:npm14-14.18.1-15.21.2">npm14-14.18.1-15.21.2 as a component of Container bci/nodejs:14-13.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs-14.18.2-2.module+el8.5.0+13644+8d46dafd" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:nodejs-14.18.2-2.module+el8.5.0+13644+8d46dafd">nodejs-14.18.2-2.module+el8.5.0+13644+8d46dafd as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs-devel-14.18.2-2.module+el8.5.0+13644+8d46dafd" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:nodejs-devel-14.18.2-2.module+el8.5.0+13644+8d46dafd">nodejs-devel-14.18.2-2.module+el8.5.0+13644+8d46dafd as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs-docs-14.18.2-2.module+el8.5.0+13644+8d46dafd" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:nodejs-docs-14.18.2-2.module+el8.5.0+13644+8d46dafd">nodejs-docs-14.18.2-2.module+el8.5.0+13644+8d46dafd as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs-full-i18n-14.18.2-2.module+el8.5.0+13644+8d46dafd" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:nodejs-full-i18n-14.18.2-2.module+el8.5.0+13644+8d46dafd">nodejs-full-i18n-14.18.2-2.module+el8.5.0+13644+8d46dafd as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs-nodemon-2.0.15-1.module+el8.5.0+13504+a2e74d91" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:nodejs-nodemon-2.0.15-1.module+el8.5.0+13504+a2e74d91">nodejs-nodemon-2.0.15-1.module+el8.5.0+13504+a2e74d91 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs-packaging-23-3.module+el8.3.0+6519+9f98ed83" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:nodejs-packaging-23-3.module+el8.3.0+6519+9f98ed83">nodejs-packaging-23-3.module+el8.3.0+6519+9f98ed83 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="npm-6.14.15-1.14.18.2.2.module+el8.5.0+13644+8d46dafd" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:npm-6.14.15-1.14.18.2.2.module+el8.5.0+13644+8d46dafd">npm-6.14.15-1.14.18.2.2.module+el8.5.0+13644+8d46dafd as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs12-12.22.9-1.38.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 12">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.9-1.38.1">nodejs12-12.22.9-1.38.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs12-devel-12.22.9-1.38.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 12">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.9-1.38.1">nodejs12-devel-12.22.9-1.38.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs12-docs-12.22.9-1.38.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 12">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.9-1.38.1">nodejs12-docs-12.22.9-1.38.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs14-14.18.1-6.18.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 12">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.18.1-6.18.2">nodejs14-14.18.1-6.18.2 as a component of SUSE Linux Enterprise Module for Web and Scripting 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs14-devel-14.18.1-6.18.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 12">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.18.1-6.18.2">nodejs14-devel-14.18.1-6.18.2 as a component of SUSE Linux Enterprise Module for Web and Scripting 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs14-docs-14.18.1-6.18.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 12">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.18.1-6.18.2">nodejs14-docs-14.18.1-6.18.2 as a component of SUSE Linux Enterprise Module for Web and Scripting 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="npm12-12.22.9-1.38.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 12">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.9-1.38.1">npm12-12.22.9-1.38.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="npm14-14.18.1-6.18.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 12">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.18.1-6.18.2">npm14-14.18.1-6.18.2 as a component of SUSE Linux Enterprise Module for Web and Scripting 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs12-12.22.7-4.22.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.22.7-4.22.1">nodejs12-12.22.7-4.22.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs12-devel-12.22.7-4.22.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.22.7-4.22.1">nodejs12-devel-12.22.7-4.22.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs12-docs-12.22.7-4.22.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-docs-12.22.7-4.22.1">nodejs12-docs-12.22.7-4.22.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs14-14.18.1-15.21.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs14-14.18.1-15.21.2">nodejs14-14.18.1-15.21.2 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs14-devel-14.18.1-15.21.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs14-devel-14.18.1-15.21.2">nodejs14-devel-14.18.1-15.21.2 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs14-docs-14.18.1-15.21.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs14-docs-14.18.1-15.21.2">nodejs14-docs-14.18.1-15.21.2 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="npm12-12.22.7-4.22.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.22.7-4.22.1">npm12-12.22.7-4.22.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="npm14-14.18.1-15.21.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm14-14.18.1-15.21.2">npm14-14.18.1-15.21.2 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs12-12.22.7-4.22.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.7-4.22.1">nodejs12-12.22.7-4.22.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs12-devel-12.22.7-4.22.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.7-4.22.1">nodejs12-devel-12.22.7-4.22.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs12-docs-12.22.7-4.22.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-docs-12.22.7-4.22.1">nodejs12-docs-12.22.7-4.22.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs14-14.18.1-15.21.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.18.1-15.21.2">nodejs14-14.18.1-15.21.2 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs14-devel-14.18.1-15.21.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.18.1-15.21.2">nodejs14-devel-14.18.1-15.21.2 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs14-docs-14.18.1-15.21.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-docs-14.18.1-15.21.2">nodejs14-docs-14.18.1-15.21.2 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="npm12-12.22.7-4.22.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.7-4.22.1">npm12-12.22.7-4.22.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="npm14-14.18.1-15.21.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.18.1-15.21.2">npm14-14.18.1-15.21.2 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs12-12.22.7-lp152.3.21.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:nodejs12-12.22.7-lp152.3.21.1">nodejs12-12.22.7-lp152.3.21.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs12-devel-12.22.7-lp152.3.21.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:nodejs12-devel-12.22.7-lp152.3.21.1">nodejs12-devel-12.22.7-lp152.3.21.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs12-docs-12.22.7-lp152.3.21.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:nodejs12-docs-12.22.7-lp152.3.21.1">nodejs12-docs-12.22.7-lp152.3.21.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs14-14.18.1-lp152.17.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:nodejs14-14.18.1-lp152.17.1">nodejs14-14.18.1-lp152.17.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs14-devel-14.18.1-lp152.17.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:nodejs14-devel-14.18.1-lp152.17.1">nodejs14-devel-14.18.1-lp152.17.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs14-docs-14.18.1-lp152.17.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:nodejs14-docs-14.18.1-lp152.17.1">nodejs14-docs-14.18.1-lp152.17.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="npm12-12.22.7-lp152.3.21.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:npm12-12.22.7-lp152.3.21.1">npm12-12.22.7-lp152.3.21.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="npm14-14.18.1-lp152.17.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:npm14-14.18.1-lp152.17.1">npm14-14.18.1-lp152.17.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs12-12.22.7-4.22.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:nodejs12-12.22.7-4.22.1">nodejs12-12.22.7-4.22.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs12-devel-12.22.7-4.22.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:nodejs12-devel-12.22.7-4.22.1">nodejs12-devel-12.22.7-4.22.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs12-docs-12.22.7-4.22.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:nodejs12-docs-12.22.7-4.22.1">nodejs12-docs-12.22.7-4.22.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs14-14.18.1-15.21.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:nodejs14-14.18.1-15.21.2">nodejs14-14.18.1-15.21.2 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs14-devel-14.18.1-15.21.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:nodejs14-devel-14.18.1-15.21.2">nodejs14-devel-14.18.1-15.21.2 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs14-docs-14.18.1-15.21.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:nodejs14-docs-14.18.1-15.21.2">nodejs14-docs-14.18.1-15.21.2 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="npm12-12.22.7-4.22.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:npm12-12.22.7-4.22.1">npm12-12.22.7-4.22.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="npm14-14.18.1-15.21.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:npm14-14.18.1-15.21.2">npm14-14.18.1-15.21.2 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs14-14.18.1-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:nodejs14-14.18.1-1.1">nodejs14-14.18.1-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs14-devel-14.18.1-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:nodejs14-devel-14.18.1-1.1">nodejs14-devel-14.18.1-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs14-docs-14.18.1-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:nodejs14-docs-14.18.1-1.1">nodejs14-docs-14.18.1-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="npm14-14.18.1-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:npm14-14.18.1-1.1">npm14-14.18.1-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs16" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 12">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16">nodejs16 as a component of SUSE Linux Enterprise Module for Web and Scripting 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs16-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 12">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel">nodejs16-devel as a component of SUSE Linux Enterprise Module for Web and Scripting 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs16-docs" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 12">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs">nodejs16-docs as a component of SUSE Linux Enterprise Module for Web and Scripting 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="npm16" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 12">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 12:npm16">npm16 as a component of SUSE Linux Enterprise Module for Web and Scripting 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs16" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16">nodejs16 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs16-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel">nodejs16-devel as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs16-docs" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-docs">nodejs16-docs as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="npm16" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16">npm16 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The npm package "tar" (aka node-tar) before versions 4.4.16, 5.0.8, and 6.1.7 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary stat calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory, where the symlink and directory names in the archive entry used backslashes as a path separator on posix systems. The cache checking logic used both `\` and `/` characters as path separators, however `\` is a valid filename character on posix systems. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass node-tar symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. Additionally, a similar confusion could arise on case-insensitive filesystems. If a tar archive contained a directory at `FOO`, followed by a symbolic link named `foo`, then on case-insensitive file systems, the creation of the symbolic link would remove the directory from the filesystem, but _not_ from the internal directory cache, as it would not be treated as a cache hit. A subsequent file entry within the `FOO` directory would then be placed in the target of the symbolic link, thinking that the directory had already been created. These issues were addressed in releases 4.4.16, 5.0.8 and 6.1.7. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. If this is not possible, a workaround is available in the referenced GHSA-9r2w-394v-53qc.</Note>
    </Notes>
    <CVE>CVE-2021-37701</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container bci/nodejs:12-10.1:nodejs12-12.22.7-4.22.1</ProductID>
        <ProductID>Container bci/nodejs:12-10.1:npm12-12.22.7-4.22.1</ProductID>
        <ProductID>Container bci/nodejs:14-13.3:nodejs14-14.18.1-15.21.2</ProductID>
        <ProductID>Container bci/nodejs:14-13.3:npm14-14.18.1-15.21.2</ProductID>
        <ProductID>SUSE Liberty Linux 8:nodejs-14.18.2-2.module+el8.5.0+13644+8d46dafd</ProductID>
        <ProductID>SUSE Liberty Linux 8:nodejs-devel-14.18.2-2.module+el8.5.0+13644+8d46dafd</ProductID>
        <ProductID>SUSE Liberty Linux 8:nodejs-docs-14.18.2-2.module+el8.5.0+13644+8d46dafd</ProductID>
        <ProductID>SUSE Liberty Linux 8:nodejs-full-i18n-14.18.2-2.module+el8.5.0+13644+8d46dafd</ProductID>
        <ProductID>SUSE Liberty Linux 8:nodejs-nodemon-2.0.15-1.module+el8.5.0+13504+a2e74d91</ProductID>
        <ProductID>SUSE Liberty Linux 8:nodejs-packaging-23-3.module+el8.3.0+6519+9f98ed83</ProductID>
        <ProductID>SUSE Liberty Linux 8:npm-6.14.15-1.14.18.2.2.module+el8.5.0+13644+8d46dafd</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP4:nodejs12-12.22.7-4.22.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP4:nodejs12-devel-12.22.7-4.22.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP4:nodejs12-docs-12.22.7-4.22.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP4:nodejs14-14.18.1-15.21.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP4:nodejs14-devel-14.18.1-15.21.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP4:nodejs14-docs-14.18.1-15.21.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP4:npm12-12.22.7-4.22.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP4:npm14-14.18.1-15.21.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP5:nodejs12-12.22.7-4.22.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP5:nodejs12-devel-12.22.7-4.22.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP5:nodejs12-docs-12.22.7-4.22.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP5:nodejs14-14.18.1-15.21.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP5:nodejs14-devel-14.18.1-15.21.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP5:nodejs14-docs-14.18.1-15.21.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP5:npm12-12.22.7-4.22.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP5:npm14-14.18.1-15.21.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:nodejs12-12.22.7-4.22.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:nodejs12-devel-12.22.7-4.22.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:nodejs12-docs-12.22.7-4.22.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:nodejs14-14.18.1-15.21.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:nodejs14-devel-14.18.1-15.21.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:nodejs14-docs-14.18.1-15.21.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:npm12-12.22.7-4.22.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:npm14-14.18.1-15.21.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:nodejs12-12.22.7-4.22.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:nodejs12-devel-12.22.7-4.22.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:nodejs12-docs-12.22.7-4.22.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:nodejs14-14.18.1-15.21.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:nodejs14-devel-14.18.1-15.21.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:nodejs14-docs-14.18.1-15.21.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:npm12-12.22.7-4.22.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:npm14-14.18.1-15.21.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.9-1.38.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.9-1.38.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.9-1.38.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.18.1-6.18.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.18.1-6.18.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.18.1-6.18.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.9-1.38.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.18.1-6.18.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.22.7-4.22.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.22.7-4.22.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-docs-12.22.7-4.22.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs14-14.18.1-15.21.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs14-devel-14.18.1-15.21.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs14-docs-14.18.1-15.21.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.22.7-4.22.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm14-14.18.1-15.21.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.7-4.22.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.7-4.22.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-docs-12.22.7-4.22.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.18.1-15.21.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.18.1-15.21.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-docs-14.18.1-15.21.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.7-4.22.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.18.1-15.21.2</ProductID>
        <ProductID>openSUSE Leap 15.2:nodejs12-12.22.7-lp152.3.21.1</ProductID>
        <ProductID>openSUSE Leap 15.2:nodejs12-devel-12.22.7-lp152.3.21.1</ProductID>
        <ProductID>openSUSE Leap 15.2:nodejs12-docs-12.22.7-lp152.3.21.1</ProductID>
        <ProductID>openSUSE Leap 15.2:nodejs14-14.18.1-lp152.17.1</ProductID>
        <ProductID>openSUSE Leap 15.2:nodejs14-devel-14.18.1-lp152.17.1</ProductID>
        <ProductID>openSUSE Leap 15.2:nodejs14-docs-14.18.1-lp152.17.1</ProductID>
        <ProductID>openSUSE Leap 15.2:npm12-12.22.7-lp152.3.21.1</ProductID>
        <ProductID>openSUSE Leap 15.2:npm14-14.18.1-lp152.17.1</ProductID>
        <ProductID>openSUSE Leap 15.3:nodejs12-12.22.7-4.22.1</ProductID>
        <ProductID>openSUSE Leap 15.3:nodejs12-devel-12.22.7-4.22.1</ProductID>
        <ProductID>openSUSE Leap 15.3:nodejs12-docs-12.22.7-4.22.1</ProductID>
        <ProductID>openSUSE Leap 15.3:nodejs14-14.18.1-15.21.2</ProductID>
        <ProductID>openSUSE Leap 15.3:nodejs14-devel-14.18.1-15.21.2</ProductID>
        <ProductID>openSUSE Leap 15.3:nodejs14-docs-14.18.1-15.21.2</ProductID>
        <ProductID>openSUSE Leap 15.3:npm12-12.22.7-4.22.1</ProductID>
        <ProductID>openSUSE Leap 15.3:npm14-14.18.1-15.21.2</ProductID>
        <ProductID>openSUSE Tumbleweed:nodejs14-14.18.1-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:nodejs14-devel-14.18.1-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:nodejs14-docs-14.18.1-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:npm14-14.18.1-1.1</ProductID>
      </Status>
      <Status Type="Known Not Affected">
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 12:npm16</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs16-docs</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm16</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>4.4</BaseScoreV2>
        <VectorV2>AV:L/AC:M/Au:N/C:P/I:P/A:P</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>8.1</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H</VectorV3>
      </ScoreSetV3>
    </CVSSScoreSets>
  </Vulnerability>
</cvrfdoc>
