Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. @bitbonsai/mcpvault
  4. ›
  5. GHSA-j99q-93c9-h869

GHSA-j99q-93c9-h869: MCPVault: PathFilter restricted-directory deny-list bypass via case and trailing dot/space equivalence

June 18, 2026

On case-insensitive filesystems (macOS, Windows), PathFilter compiled its deny-list patterns case-sensitively and matched the path verbatim, so names like .Git/config, .GIT/config, or .oBsIdIaN/secrets.md slipped past the .git/.obsidian/node_modules restriction while the OS opened the real file. On Windows, trailing dots/spaces (.git./config, .git /config) bypassed it the same way. Affects both isAllowed (read/write/move/search) and isAllowedForListing. Vault-root .. containment is NOT affected. Fixed in 0.11.4 by case-insensitive matching plus per-segment canonicalization before the deny-list check. Reported privately by novice-22.

References

  • github.com/advisories/GHSA-j99q-93c9-h869
  • github.com/bitbonsai/mcpvault/security/advisories/GHSA-j99q-93c9-h869

Code Behaviors & Features

Detect and mitigate GHSA-j99q-93c9-h869 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.11.4

Fixed versions

  • 0.11.4

Solution

Upgrade to version 0.11.4 or above.

Impact 6.5 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-178: Improper Handling of Case Sensitivity
  • CWE-41: Improper Resolution of Path Equivalence

Source file

npm/@bitbonsai/mcpvault/GHSA-j99q-93c9-h869.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 23 Jun 2026 12:24:33 +0000.