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://github.com/vercel/pkg/security/advisories/GHSA-22r3-9w55-cj54 - () https://github.com/vercel/pkg/security/advisories/GHSA-22r3-9w55-cj54 - Vendor Advisory
References () https://nodejs.org/api/single-executable-applications.html - () https://nodejs.org/api/single-executable-applications.html - Product
Summary
  • (es) pkg es una herramienta de diseño para agrupar proyectos de Node.js en archivos ejecutables. Cualquier paquete de código nativo creado por `pkg` se escribe en un directorio codificado. En sistemas Unix, este es `/tmp/pkg/*` que es un directorio compartido para todos los usuarios en el mismo sistema local. Los nombres de los paquetes dentro de este directorio no son únicos, son predecibles. Un atacante que tiene acceso al mismo sistema local tiene la capacidad de reemplazar los ejecutables genuinos en el directorio compartido con ejecutables maliciosos del mismo nombre. Luego, un usuario puede ejecutar el ejecutable malicioso sin darse cuenta de que ha sido modificado. Este paquete está en desuso. Por lo tanto, no se proporcionará ningún parche para esta vulnerabilidad. Para verificar si su ejecutable compilado por pkg depende del código nativo y es vulnerable, ejecute el ejecutable y verifique si se creó `/tmp/pkg/`. Los usuarios deben hacer la transición a alternativas mantenidas activamente. Recomendamos investigar la compatibilidad de Node.js 21 con aplicaciones ejecutables únicas. Dada la decisión de dejar de usar el paquete pkg, nuestro equipo no ha proporcionado soluciones ni soluciones oficiales. Los usuarios deben priorizar la migración a otros paquetes que ofrezcan funciones similares con seguridad mejorada.
First Time Vercel pkg
Vercel
CVSS v2 : unknown
v3 : 6.6
v2 : unknown
v3 : 7.8
CPE cpe:2.3:a:vercel:pkg:*:*:*:*:*:node.js:*:*
CWE NVD-CWE-noinfo

09 Feb 2024, 23:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-02-09 23:15

Updated : 2024-02-16 13:43


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