<?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-39134</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-39134</ID>
    </Identification>
    <Status>Interim</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>38</Number>
        <Date>2025-05-17T01:51:34Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2021-09-02T00:57:21Z</InitialReleaseDate>
    <CurrentReleaseDate>2025-05-17T01:51:34Z</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-39134</Note>
    <Note Title="Mitre CVE Description" Type="Description" Ordinal="2" xml:lang="en">`@npmcli/arborist`, the library that calculates dependency trees and manages the `node_modules` folder hierarchy for the npm command line interface, aims to guarantee that package dependency contracts will be met, and the extraction of package contents will always be performed into the expected folder. This is, in part, accomplished by resolving dependency specifiers defined in `package.json` manifests for dependencies with a specific name, and nesting folders to resolve conflicting dependencies. When multiple dependencies differ only in the case of their name, Arborist's internal data structure saw them as separate items that could coexist within the same level in the `node_modules` hierarchy. However, on case-insensitive file systems (such as macOS and Windows), this is not the case. Combined with a symlink dependency such as `file:/some/path`, this allowed an attacker to create a situation in which arbitrary contents could be written to any location on the filesystem. For example, a package `pwn-a` could define a dependency in their `package.json` file such as `"foo": "file:/some/path"`. Another package, `pwn-b` could define a dependency such as `FOO: "file:foo.tgz"`. On case-insensitive file systems, if `pwn-a` was installed, and then `pwn-b` was installed afterwards, the contents of `foo.tgz` would be written to `/some/path`, and any existing contents of `/some/path` would be removed. Anyone using npm v7.20.6 or earlier on a case-insensitive filesystem is potentially affected. This is patched in @npmcli/arborist 2.8.2 which is included in npm v7.20.7 and above.</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 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 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-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-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-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="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-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="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="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">`@npmcli/arborist`, the library that calculates dependency trees and manages the `node_modules` folder hierarchy for the npm command line interface, aims to guarantee that package dependency contracts will be met, and the extraction of package contents will always be performed into the expected folder. This is, in part, accomplished by resolving dependency specifiers defined in `package.json` manifests for dependencies with a specific name, and nesting folders to resolve conflicting dependencies. When multiple dependencies differ only in the case of their name, Arborist's internal data structure saw them as separate items that could coexist within the same level in the `node_modules` hierarchy. However, on case-insensitive file systems (such as macOS and Windows), this is not the case. Combined with a symlink dependency such as `file:/some/path`, this allowed an attacker to create a situation in which arbitrary contents could be written to any location on the filesystem. For example, a package `pwn-a` could define a dependency in their `package.json` file such as `"foo": "file:/some/path"`. Another package, `pwn-b` could define a dependency such as `FOO: "file:foo.tgz"`. On case-insensitive file systems, if `pwn-a` was installed, and then `pwn-b` was installed afterwards, the contents of `foo.tgz` would be written to `/some/path`, and any existing contents of `/some/path` would be removed. Anyone using npm v7.20.6 or earlier on a case-insensitive filesystem is potentially affected. This is patched in @npmcli/arborist 2.8.2 which is included in npm v7.20.7 and above.</Note>
    </Notes>
    <CVE>CVE-2021-39134</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 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>
      </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>
