Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
SECURITY:

* core: Update github.com/hashicorp/go-getter to fix security vulnerability GHSA-wjrx-6529-hcj3. ([8b3a9ce1](https://github.com/hashicorp/vault/commit/8b3a9ce1f651932559a129a7889243d24127cee2))
* http: unauthenticated DoS vulnerability from complex JSON payload(CVE-6203) [[GH-31069](https://github.com/hashicorp/vault/pull/31069)], [[HCSEC-2025-24](https://discuss.hashicorp.com/t/hcsec-2025-24-vault-denial-of-service-though-complex-json-payloads/76393)]

CHANGES:

Expand Down Expand Up @@ -286,6 +287,7 @@ intermediate certificates. [[GH-30034](https://github.com/hashicorp/vault/pull/3
SECURITY:

* core: Update github.com/hashicorp/go-getter to fix security vulnerability GHSA-wjrx-6529-hcj3.
* http: unauthenticated DoS vulnerability from complex JSON payload(CVE-6203)[[HCSEC-2025-24](https://discuss.hashicorp.com/t/hcsec-2025-24-vault-denial-of-service-though-complex-json-payloads/76393)]

CHANGES:

Expand Down Expand Up @@ -762,6 +764,10 @@ Unblocks customers that were stuck in a failing loop when attempting to rotate s
## 1.18.14 Enterprise
### August 28, 2025

SECURITY:

* http: unauthenticated DoS vulnerability from complex JSON payload(CVE-6203). [[HCSEC-2025-24](https://discuss.hashicorp.com/t/hcsec-2025-24-vault-denial-of-service-though-complex-json-payloads/76393)]

CHANGES:

* core: Bump Go version to 1.23.12.
Expand Down Expand Up @@ -1948,6 +1954,10 @@ autopilot to fail to discover new server versions and so not trigger an upgrade.

**Enterprise LTS:** Vault Enterprise 1.16 is a [Long-Term Support (LTS)](https://developer.hashicorp.com/vault/docs/enterprise/lts) release.

SECURITY:

* http: unauthenticated DoS vulnerability from complex JSON payload(CVE-6203)[[HCSEC-2025-24](https://discuss.hashicorp.com/t/hcsec-2025-24-vault-denial-of-service-though-complex-json-payloads/76393)]

CHANGES:

* core: Bump Go version to 1.23.12
Expand Down
Loading