CVE-2024-6468: Vault Vulnerable to Denial of Service When Setting a Proxy Protocol Behavior
Vault and Vault Enterprise did not properly handle requests originating from unauthorized IP addresses when the TCP listener option, proxyprotocolbehavior, was set to denyunauthorized. When receiving a request from a source IP address that was not listed in proxyprotocolauthorizedaddrs, the Vault API server would shut down and no longer respond to any HTTP requests, potentially resulting in denial of service.
While this bug also affected versions of Vault up to 1.17.1 and 1.16.5, a separate regression in those release series did not allow Vault operators to configure the denyunauthorized option, thus not allowing the conditions for the denial of service to occur.
Fixed in Vault and Vault Enterprise 1.17.2, 1.16.6, and 1.15.12
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
go/github.com/hashicorp/vaultto a version that resolves this vulnerability.Fixed in 1.15.12 - Upgrade
Upgrade
go/github.com/hashicorp/vaultto a version that resolves this vulnerability.Fixed in 1.17.2 - Upgrade
Upgrade
go/github.com/hashicorp/vaultto a version that resolves this vulnerability.Fixed in 1.16.3 - Upgrade
Upgrade
Vault (and Vault Enterprise)to a version that resolves this vulnerability.Fixed in 1.17.2 - Upgrade
Upgrade
Vault (and Vault Enterprise)to a version that resolves this vulnerability.Fixed in 1.16.6 - Upgrade
Upgrade
Vault (and Vault Enterprise)to a version that resolves this vulnerability.Fixed in 1.15.12
Event History
Frequently Asked Questions
What is the severity of CVE-2024-6468?
CVE-2024-6468 has been classified as a denial of service vulnerability.
How do I fix CVE-2024-6468?
To fix CVE-2024-6468, upgrade to Vault version 1.15.12, 1.16.3, or 1.17.2.
What software is affected by CVE-2024-6468?
CVE-2024-6468 affects HashiCorp Vault versions between 1.10.0 and 1.15.12, 1.16.0-rc1 and 1.16.3, and 1.17.0-rc1 and 1.17.2.
What is the impact of CVE-2024-6468?
The impact of CVE-2024-6468 is that unauthorized IP addresses can potentially disrupt service by not being properly handled.
What configurations are involved in CVE-2024-6468?
CVE-2024-6468 involves the configuration of the TCP listener option 'proxy_protocol_behavior' set to 'deny_unauthorized'.