Description
VeraCrypt provides disk encryption with strong security based on TrueCrypt. From 1.26.6 until 1.26.29, file-hosted hidden volume creation forces quick format and the FormatNoFs function in src/Common/Format.c and FormatFat function in src/Common/Fat.c use WriteFile to place raw zeroed sectors at predictable 128 MiB intervals. These writes bypass the normal EncryptDataUnits formatting path, leaving deterministic plaintext markers in an area expected to resemble random ciphertext. The markers can weaken plausible deniability during forensic inspection, although they do not disclose hidden-volume content or reduce the strength of VeraCrypt encryption. This issue is fixed in version 1.26.29.
Published: 2026-08-21
Score: 4.6 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Weakens plausible deniability during forensic analysis
Action: Apply update
AI Analysis

Impact

VeraCrypt’s hidden volume creation function used quick format from version 1.26.6 to 1.26.29, writing raw zeroed sectors at 128 MiB intervals. These writes bypass the normal encrypted data unit path and leave deterministic plaintext markers where random ciphertext should exist. While the markers do not expose hidden‑volume contents or degrade encryption strength, they undermine plausible deniability by giving forensic analysts identifiable patterns to detect hidden volumes.

Affected Systems

The affected product is VeraCrypt. Versions from 1.26.6 through 1.26.28 contain the issue; the problem is corrected in release 1.26.29 and later.

Risk and Exploitability

The vulnerability has a CVSS score of 4.6, indicating moderate severity. No EPSS score is available and the issue is not listed in CISA KEV. The attack vector is inferred from the description because the hidden volume creation requires local user interaction on a file‑hosted container. An attacker cannot obtain confidential data or execute code; the risk is limited to forensic visibility and loss of plausible deniability under investigative circumstances.

Generated by OpenCVE AI on August 21, 2026 at 21:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade VeraCrypt to version 1.26.29 or newer.
  • If any hidden volumes were created in the affected period, recreate them after the upgrade to eliminate deterministic markers.
  • Ensure future hidden‑volume creations use the updated application version to benefit from the fixed formatting routine.

Generated by OpenCVE AI on August 21, 2026 at 21:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Veracrypt
Veracrypt veracrypt
Vendors & Products Veracrypt
Veracrypt veracrypt

Fri, 21 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 21 Aug 2026 19:15:00 +0000

Type Values Removed Values Added
Description VeraCrypt provides disk encryption with strong security based on TrueCrypt. From 1.26.6 until 1.26.29, file-hosted hidden volume creation forces quick format and the FormatNoFs function in src/Common/Format.c and FormatFat function in src/Common/Fat.c use WriteFile to place raw zeroed sectors at predictable 128 MiB intervals. These writes bypass the normal EncryptDataUnits formatting path, leaving deterministic plaintext markers in an area expected to resemble random ciphertext. The markers can weaken plausible deniability during forensic inspection, although they do not disclose hidden-volume content or reduce the strength of VeraCrypt encryption. This issue is fixed in version 1.26.29.
Title VeraCrypt: Hidden volume quick format weakens plausible deniability
Weaknesses CWE-693
References
Metrics cvssV4_0

{'score': 4.6, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Veracrypt Veracrypt
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-21T19:32:34.830Z

Reserved: 2026-06-11T18:24:35.098Z

Link: CVE-2026-54073

cve-icon Vulnrichment

Updated: 2026-08-21T19:32:05.323Z

cve-icon NVD

Status : Received

Published: 2026-08-21T19:17:02.870

Modified: 2026-08-21T20:16:37.233

Link: CVE-2026-54073

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T21:30:17Z

Weaknesses
  • CWE-693

    Protection Mechanism Failure