VYPR

hashi-vault-js

by Hashi Vault Js

CVEs (1)

  • CVE-2026-55102Aug 13, 2026
    risk 0.00cvss epss

    ## Summary Vault token and secret values are exposed in thrown errors when using `hashi-vault-js`. ## Details Every API method in `Vault.js` executes `throw parseAxiosError(err)`, which returns the raw `AxiosError` untouched. That error carries the full Axios configuration,…