> For the complete documentation index, see [llms.txt](https://newdocs.keeper.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://newdocs.keeper.io/en/release-notes/desktop/web-vault-+-desktop-app/vault-release-18.6.2.md).

# Vault Release 18.6.2

Released on Sep 11, 2026

## Overview

Web Vault & Desktop App 18.6.2 strengthens security with hardened protections, streamlines the user experience, and resolves critical import barriers. BreachWatch now features a redesigned interface, file uploads scale to 200MB, navigation meets accessibility standards, and Dashlane, PSONO, and LastPass imports work reliably even in restricted network environments.

## Improvements

* **VAUL-7495:** refreshed BreachWatch application interface
* **VAUL-7616:** replaced Record Info section within Record History
* **VAUL-7627:** auto-populates login field with previously saved email for your selected region
* **VAUL-7670:** removed comma-separated usernames in sharing Add People and Edit Shared Folder Users
* **VAUL-8069:** updated gateway selector for configuration records to enable searching online gateways
* **VAUL-8491:** refactored PamConfigurationList and DiscoveryList for keyboard handling
* **VAUL-8864:** added instructional modal with field mapping animation for review and edit import flow
* **VAUL-9334:** added detection and user notification when Chrome policy required for hardware key authentication is not configured in RBI
* **VAUL-9339:** updated PAM record type filters to always remain visible
* **VAUL-9341:** allowed 1PUX imports to map tags to textfield instead of folders
* **VAUL-9344:** increased file upload limit to 200MB
* **VAUL-9409:** disabled record history for PAM configurations
* **KDE-1730:** updated regional dropdown based on selected account email
* **KDE-2083:** prevented loading from file protocol
* **KDE-2216:** ran GitHub CodeQL security analysis for Desktop Vault (18.7.0)
* **KDE-2250:** updated Electron to latest v42
* **KDE-2253:** updated node-ocr package

## Bug Fixes

* **VAUL-9382:** resolved SheetJS issue
* **VAUL-9386:** resolved vault-protobuf security vulnerabilities
* **VAUL-6804:** fixed dropdown menus getting cut off on small screens
* **VAUL-7704:** fixed issue where clicking My Vault did not scroll to top in most views
* **VAUL-7711:** fixed incorrect character count display after saving passphrase in password generator
* **VAUL-7820:** disabled Update button in PAM Settings modal until changes are made
* **VAUL-8173:** added Kosovo to country list for phone number and personal info fields
* **VAUL-8266:** fixed PSONO import failing on Windows
* **VAUL-8373:** fixed issue where opening record from notification link did not highlight record in vault list
* **VAUL-8483:** updated browser list in import UI
* **VAUL-8622:** fixed Shared Folder modal design mismatch in QA/JP environments
* **VAUL-8778:** added error display when Content Manager saves folder edits after Owner deleted folder
* **VAUL-8825:** fixed incorrect error messages displayed in Web Vault when device is locked via iOS Session Management
* **VAUL-8852:** fixed record save failure when creating new address/card in custom record in Nested Shared Folders
* **VAUL-8920:** fixed broken Commander CLI link in Settings Developer tab
* **VAUL-8939:** fixed Dashlane import field mapping issue
* **VAUL-8945:** fixed Admin Console record password policies failing to restrict symbols
* **VAUL-9029:** remediated a window\.enableNetworkLog() issue
* **VAUL-9195:** removed maximum-scale=1 from viewport meta tag to enable mobile zoom for accessibility
* **VAUL-9196:** fixed invalid autocomplete attribute on login page email field for accessibility
* **VAUL-9227:** fixed missing team permission validation on 'Move To' in KeeperDrive
* **VAUL-9270:** fixed Security Audit filter 'Sort by: Last Changed'
* **VAUL-9274:** fixed unexpected error when setting up Master Password expiration for enterprise user
* **VAUL-9279:** fixed missing day numbers in Custom Date calendar dropdown
* **VAUL-9354:** fixed DB protocol displaying above disabled admin credentials info on DB records
* **VAUL-9357:** fixed OTS checkbox 'Allow recipient to edit record fields and upload files' showing with view-only or can-share permissions
* **VAUL-9365:** fixed error when adding user to Nested Shared Record or Folder
* **VAUL-9376:** fixed issue where folders created in KeeperDrive failed to disinherit permissions
* **VAUL-9387:** fixed internal error displayed after closing Master Password expiration popup
* **VAUL-9394:** fixed improper styling on Secrets Manager search input
* **VAUL-9402:** fixed hover styling and keyboard navigation for PAM Gateway dropdown
* **VAUL-9403:** sanitized logoutReason query string parameter rendered in alert body
* **VAUL-9405:** fixed empty rows in username dropdown
* **VAUL-9418:** fixed deployment workflow for Web Vault
* **VAUL-9432:** fixed issue where non-admin BreachWatch users were directed to checkout
* **VAUL-9435:** fixed zxcvbn tokenization error when processing non-string values
* **KDE-1909:** fixed issue requiring multiple clicks on Windows tray icon to open Keeper Desktop after upgrade
* **KDE-2075:** fixed global shortcut for KFFA not focusing popup on Windows
* **KDE-2130:** fixed crash on logout generating large dump files on Windows 11
* **KDE-2132:** fixed password generator enforcing incorrect password policies
* **KDE-2198:** fixed menu overflow in Desktop client
* **KDE-2199:** fixed Windows-only NTLM wildcard delegation issue
* **KDE-2227:** updated password reset flow in KFFA
* **KDE-2229:** remediated Renderer-accessible arbitrary application launch and shell execution vulnerabilities
* **KDE-2242:** fixed Desktop LastPass import failure behind corporate proxy/Zscaler
* **KDE-2248:** resolved high-severity npm audit findings in brace-expansion and js-yaml
* **KDE-2268:** fixed Desktop app hanging when Windows Store/Standalone silently updates running instance
* **KDE-2243:** fixed AppInstaller x86/x64 VCLibs framework dependency mismatch causing install failure
* **KDE-2243:** fixed AppInstaller x86/x64 VCLibs framework dependency mismatch causing install failure
* **KDE-2256:** fixed OCR model download for keeperbundle://app

## Web Vault Update Instructions

* To ensure you're using the latest Web Vault, simply reload the vault login page (or Shift+Ctrl/Cmd+R to force refresh)

## Desktop Update Instructions

* If you installed Keeper Desktop directly from the Keeper website, download the latest version from:\
  <https://www.keepersecurity.com/download.html?t=d>
* If you installed Keeper Desktop from the Mac App Store or Microsoft Store, visit the store to perform the update.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://newdocs.keeper.io/en/release-notes/desktop/web-vault-+-desktop-app/vault-release-18.6.2.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
