CVE-2026-55100
Received Received - Intake

Path Traversal in hashi-vault-js Node.js Module

Vulnerability report for CVE-2026-55100, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-31

Last updated on: 2026-07-31

Assigner: GitHub, Inc.

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-31
Last Modified
2026-07-31
Generated
2026-07-31
AI Q&A
2026-07-31
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
hashicorp hashi-vault-js to 0.5.2 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-23 The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize sequences such as ".." that can resolve to a location that is outside of that directory.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

hashi-vault-js before 0.5.2 concatenates unencoded user-controlled values like name, username, group, role, and version directly into Vault request paths and query strings. This allows attackers to craft malicious inputs that manipulate the URL structure, enabling path traversal and query parameter injection attacks.

Detection Guidance

This vulnerability involves path traversal and query parameter injection due to improper encoding in Vault.js. To detect it, inspect Node.js applications using hashi-vault-js versions prior to 0.5.2 for unencoded user-supplied input in URL paths or query strings. Check application logs for unusual Vault API requests containing path segments like '../' or query parameters with malicious payloads.

Impact Analysis

An attacker could exploit this to access unauthorized files or data on the server by manipulating paths, or inject malicious query parameters to alter application behavior. This could lead to data breaches, privilege escalation, or service disruption if the Vault instance is exposed to untrusted networks.

Compliance Impact

This vulnerability could lead to unauthorized data access or exfiltration, violating confidentiality requirements in GDPR and HIPAA. Organizations using affected versions may face compliance violations, legal penalties, and reputational damage due to potential data breaches.

Mitigation Strategies

Upgrade hashi-vault-js to version 0.5.2 or later immediately. Review and sanitize all inputs used in Vault API requests to ensure proper encoding. Monitor network traffic for suspicious Vault API calls and restrict access to Vault endpoints if possible.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-55100. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart