---
id: CVE-2026-53762
title: VeraCrypt provides disk encryption with strong security based on TrueCrypt
summary: >-
  VeraCrypt provides disk encryption with strong security based on TrueCrypt.
  Prior to 1.26.29, non-default builds created with WOLFCRYPT=1 and
  WOLFCRYPT_BACKEND route SHA-256 and SHA-512 volume-header key derivation
  through derive_key_sha…
severity: medium
cvss: 6.2
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-916
published: '2026-08-21'
updated: '2026-09-18'
sourceUpdated: '2026-09-18T20:09:01.757'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-53762'
references:
  - url: >-
      https://github.com/veracrypt/VeraCrypt/commit/39f93910075e1cf492fcf4a9f99a53c7d0b96b87
    label: security-advisories@github.com
  - url: 'https://github.com/veracrypt/VeraCrypt/releases/tag/VeraCrypt_1.26.29'
    label: security-advisories@github.com
  - url: >-
      https://github.com/veracrypt/VeraCrypt/security/advisories/GHSA-94c6-mgmv-mqc5
    label: security-advisories@github.com
  - url: >-
      https://github.com/veracrypt/VeraCrypt/security/advisories/GHSA-94c6-mgmv-mqc5
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
epss: 0.00078
epssPercentile: 0.00114
ingestedAt: '2026-09-18T20:51:25.656Z'
---

## Overview

VeraCrypt provides disk encryption with strong security based on TrueCrypt. Prior to 1.26.29, non-default builds created with WOLFCRYPT=1 and WOLFCRYPT_BACKEND route SHA-256 and SHA-512 volume-header key derivation through derive_key_sha256 and derive_key_sha512 in src/Crypto/wolfCrypt.c, where the configured iterations value is discarded and wc_HKDF is used instead of PBKDF2-HMAC. Changing the PIM or iteration count therefore does not increase derivation cost, allowing an attacker with an affected container, disk image, or volume header to perform substantially cheaper offline password guesses. Official precompiled VeraCrypt binaries and normal distribution packages use the standard PBKDF2 backend and are not affected. Volumes created by an affected WOLFCRYPT=1 build require backup and recreation because corrected builds derive different keys. This issue is fixed in version 1.26.29.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
