2 matches found
CVE-2026-81101: Exposure of Sensitive Information to an Unauthorized Actor
The configure command accepted any endpoint URL and stored it beside the user's access token. ConfigureCommand.execute in src/cli.ts persisted the value given to its endpoint option into the user profile without passing it through createSafeUrl in src/config.ts, the helper that already restricted...
CVE-2025-13437: Use of Incorrectly-Resolved Name or Reference
When zx is invoked with --prefer-local= , the CLI creates a symlink named ./nodemodules pointing to /nodemodules. Due to a logic error in src/cli.ts linkNodeModules / cleanup, the function returns the target path instead of the alias symlink path. The later cleanup routine removes what it receive...