CVE-2024-24828

pkg is tool design to bundle Node.js projects into an executables. Any native code packages built by `pkg` are written to a hardcoded directory. On unix systems, this is `/tmp/pkg/*` which is a shared directory for all users on the same local system. There is no uniqueness to the package names within this directory, they are predictable. An attacker who has access to the same local system has the ability to replace the genuine executables in the shared directory with malicious executables of the same name. A user may then run the malicious executable without realising it has been modified. This package is deprecated. Therefore, there will not be a patch provided for this vulnerability. To check if your executable build by pkg depends on native code and is vulnerable, run the executable and check if `/tmp/pkg/` was created. Users should transition to actively maintained alternatives. We would recommend investigating Node.js 21’s support for single executable applications. Given the decision to deprecate the pkg package, there are no official workarounds or remediations provided by our team. Users should prioritize migrating to other packages that offer similar functionality with enhanced security.
Configurations

Configuration 1 (hide)

cpe:2.3:a:vercel:pkg:*:*:*:*:*:node.js:*:*

History

16 Feb 2024, 13:43

Type Values Removed Values Added
References () https://nodejs.org/api/single-executable-applications.html - () https://nodejs.org/api/single-executable-applications.html - Product
References () https://github.com/vercel/pkg/security/advisories/GHSA-22r3-9w55-cj54 - () https://github.com/vercel/pkg/security/advisories/GHSA-22r3-9w55-cj54 - Vendor Advisory
CWE CWE-276 NVD-CWE-noinfo
First Time Vercel
Vercel pkg
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.8
CPE cpe:2.3:a:vercel:pkg:*:*:*:*:*:node.js:*:*

09 Feb 2024, 23:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-02-09 23:15

Updated : 2024-02-28 20:54


NVD link : CVE-2024-24828

Mitre link : CVE-2024-24828

CVE.ORG link : CVE-2024-24828


JSON object : View

Products Affected

vercel

  • pkg
CWE
NVD-CWE-noinfo CWE-276

Incorrect Default Permissions