CyberRota Analysis
AI-GeneratedThe hashi-vault-js Node.js module is vulnerable due to improper handling of unencoded identifier values in request paths and query strings, which can lead to path traversal and query parameter injection attacks. This vulnerability affects versions prior to 0.5.2, and users of the module should prioritize upgrading to the fixed version to mitigate potential security risks. Organizations utilizing this module for interacting with the HashiCorp Vault API should take immediate action to ensure their implementations are secure.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
hashi-vault-js is a Node.js module for interacting with the HashiCorp Vault API. Prior to 0.5.2, src/Vault.js concatenates unencoded identifier values including name, username, group, role, and version into Vault request paths and query strings instead of using encodeURIComponent() and URLSearchParams, allowing path traversal and query parameter injection. This issue is fixed in version 0.5.2.