GHSA-22r3-9w55-cj54

Suggest an improvement
Source
https://github.com/advisories/GHSA-22r3-9w55-cj54
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/02/GHSA-22r3-9w55-cj54/GHSA-22r3-9w55-cj54.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-22r3-9w55-cj54
Aliases
Related
Published
2024-02-09T15:20:27Z
Modified
2024-02-12T15:03:11Z
Severity
  • 6.6 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N CVSS Calculator
Summary
Pkg Local Privilege Escalation
Details

Impact

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.

Patches

This package is deprecated. Therefore, there will not be a patch provided for this vulnerability.

Recommended Action:

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.

Workarounds

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.

Database specific
{
    "github_reviewed_at": "2024-02-09T15:20:27Z",
    "github_reviewed": true,
    "nvd_published_at": "2024-02-09T23:15:09Z",
    "cwe_ids": [
        "CWE-276"
    ],
    "severity": "MODERATE"
}
References

Affected packages

npm / pkg

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Last affected
5.8.1