---
id: CVE-2023-4680
aliases:
  - GHSA-v84f-6r39-cpfc
  - BIT-vault-2023-4680
  - GO-2023-2063
title: HashiCorp Vault Improper Input Validation vulnerability
summary: HashiCorp Vault Improper Input Validation vulnerability
severity: medium
cvss: 6.8
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N'
vendor: hashicorp
product: github.com/hashicorp/vault
ecosystem: go
affected:
  - 'github.com/hashicorp/vault >= 1.6.0, < 1.12.11'
  - 'github.com/hashicorp/vault >= 1.13.0, < 1.13.7'
  - 'github.com/hashicorp/vault >= 1.14.0, < 1.14.3'
patched:
  - github.com/hashicorp/vault 1.12.11
  - github.com/hashicorp/vault 1.13.7
  - github.com/hashicorp/vault 1.14.3
published: '2023-09-15'
updated: '2026-08-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-v84f-6r39-cpfc'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2023-4680'
  - url: >-
      https://discuss.hashicorp.com/t/hcsec-2023-28-vault-s-transit-secrets-engine-allowed-nonce-specified-without-convergent-encryption/58249
  - url: 'https://github.com/hashicorp/vault'
tags:
  - osv
  - go
epss: 0.0044
epssPercentile: 0.37663
ingestedAt: '2026-08-07T19:14:17.721Z'
---

## Overview

HashiCorp Vault and Vault Enterprise transit secrets engine allowed authorized users to specify arbitrary nonces, even with convergent encryption disabled. The encrypt endpoint, in combination with an offline attack, could be used to decrypt arbitrary ciphertext and potentially derive the authentication subkey when using transit secrets engine without convergent encryption. Introduced in 1.6.0 and fixed in 1.14.3, 1.13.7, and 1.12.11.

## Affected packages

- `github.com/hashicorp/vault >= 1.6.0, < 1.12.11`
- `github.com/hashicorp/vault >= 1.13.0, < 1.13.7`
- `github.com/hashicorp/vault >= 1.14.0, < 1.14.3`

## Remediation

Upgrade to a patched release:

- `github.com/hashicorp/vault 1.12.11`
- `github.com/hashicorp/vault 1.13.7`
- `github.com/hashicorp/vault 1.14.3`
