Skip to content

Possible fix(deps): 9 vulnerable dependencies in pnpm-lock.yaml #1134

Description

@begininvoke

I think there may be a problem in pnpm-lock.yaml around line 1.

The node-tar library (<=7.5.2) fails to sanitize the linkpath of Hardlink and Symlink entries when preservePaths is false (default). This allows an attacker to craft a malicious archive that bypasses extraction root restrictions, leading to arbitrary file overwrite via hardlinks and symlink poisoning via absolute symlink targets. The vulnerability is HIGH severity, enabling potential remote code execution or system file corruption.

Something like this might fix it:

Upgrade tar to version 7.5.3 or higher (e.g., update package.json and run pnpm install).

For reference: rule CVE-2026-23745. Rated high.

I may be wrong about this one — closing it costs you nothing if so.


Found with automated scanning (RedGem) and reviewed before opening. If it is not useful, closing it is completely fine.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions