Path Traversal and Query Parameter Injection in HashiCorp Vault API Module
CVE-2026-55100
8.7HIGH
What is CVE-2026-55100?
The hashi-vault-js Node.js module for the HashiCorp Vault API contains a vulnerability that allows for path traversal and query parameter injection. This occurs because version strings, usernames, names, groups, roles, and additional identifier values are concatenated into request paths and query strings without proper encoding. As a result, attackers could craft malicious requests to exploit the unencoded parameters. This issue has been addressed in version 0.5.2 where the offending code is replaced with secure encoding methods such as encodeURIComponent() and URLSearchParams, preventing such injection attacks.
Affected Version(s)
hashi-vault-js < 0.5.2
