Bug 1999745 (CVE-2021-39135)

Summary: CVE-2021-39135 nodejs-arborist: symlink following vulnerability
Product: [Other] Security Response Reporter: Guilherme de Almeida Suckevicz <gsuckevi>
Component: vulnerabilityAssignee: Nobody <nobody>
Status: NEW --- QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: unspecifiedCC: hhorak, jorton, kaycoth, mrunge, nodejs-maint, nodejs-sig, psegedy, sgallagh, thrcka
Target Milestone: ---Keywords: Security
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: nodejs-npmcli-arborist 2.8.2, npm 7.21.0 Doc Type: If docs needed, set a value
Doc Text:
A flaw was found in nodejs-arborist. Arborist could write package dependencies to any arbitrary location on the file system if an attacker had replaced a project folder with a symbolic link in the node_modules folder. The highest threat from this vulnerability is to data integrity and system availability.
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2029557    
Bug Blocks: 1999749    

Description Guilherme de Almeida Suckevicz 2021-08-31 16:55:46 UTC
@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 accomplished by extracting package contents into a project's node_modules folder.

If the node_modules folder of the root project or any of its dependencies is somehow replaced with a symbolic link, it could allow Arborist to write package dependencies to any arbitrary location on the file system.

Note that symbolic links contained within package artifact contents are filtered out, so another means of creating a node_modules symbolic link would have to be employed.

A preinstall script could replace node_modules with a symlink. (This is prevented by using --ignore-scripts.)
An attacker could supply the target with a git repository, instructing them to run npm install --ignore-scripts in the root. This may be successful, because npm install --ignore-scripts is typically not capable of making changes outside of the project directory, so it may be deemed safe.

Reference:
https://github.com/npm/arborist/security/advisories/GHSA-gmw6-94gg-2rc2

Comment 2 Laurie Morse 2021-09-24 15:19:09 UTC
Searched Red Hat - This CVE page does not exist - https://access.redhat.com/security/cve/CVE-2021-39135

Any idea when Red Hat will open a CVE record and include this fix?

Comment 4 Cedric Buissart 2021-12-06 15:20:14 UTC
In reply to comment #2:
> Searched Red Hat - This CVE page does not exist -
> https://access.redhat.com/security/cve/CVE-2021-39135
> 
> Any idea when Red Hat will open a CVE record and include this fix?
The page should now exist

Comment 5 Cedric Buissart 2021-12-06 15:47:19 UTC
* npm versions v7 until older than v7.21.0 are affected
* npm versions v7.21.0 and newer (including v8.0.0) are not affected
* npm versions 6.x and older are not using @npmcli/arborist, and thus are not affected

Comment 7 Cedric Buissart 2021-12-06 18:46:57 UTC
Created nodejs:16/nodejs tracking bugs for this issue:

Affects: fedora-all [bug 2029557]