Affected by GO-2022-0618
and 15 other vulnerabilities
GO-2022-0618: Hashicorp Vault Privilege Escalation Vulnerability in github.com/hashicorp/vault
GO-2022-0632: Improper Removal of Sensitive Information Before Storage or Transfer in HashiCorp Vault in github.com/hashicorp/vault
GO-2022-0825: Authentication Bypass by Spoofing and Insufficient Verification of Data Authenticity in Hashicorp Vault in github.com/hashicorp/vault
GO-2023-1685: HashiCorp Vault’s Microsoft SQL Database Storage Backend Vulnerable to SQL Injection Via Configuration File in github.com/hashicorp/vault
GO-2023-1708: HashiCorp Vault's PKI mount vulnerable to denial of service in github.com/hashicorp/vault
GO-2023-1849: Hashicorp Vault vulnerable to Cross-site Scripting in github.com/hashicorp/vault
GO-2023-1897: HashiCorp Vault's revocation list not respected in github.com/hashicorp/vault
GO-2023-1900: Hashicorp Vault Fails to Verify if Approle SecretID Belongs to Role During a Destroy Operation in github.com/hashicorp/vault
GO-2023-1986: HashiCorp Vault and Vault Enterprise vulnerable to user enumeration in github.com/hashicorp/vault
GO-2023-2088: Hashicorp Vault Incorrect Permission Assignment for Critical Resource vulnerability in github.com/hashicorp/vault
GO-2023-2329: HashiCorp Vault Missing Release of Memory after Effective Lifetime vulnerability in github.com/hashicorp/vault
GO-2024-2486: HashiCorp Vault Improper Privilege Management in github.com/hashicorp/vault
GO-2024-2488: HashiCorp Vault Authentication bypass in github.com/hashicorp/vault
GO-2024-2617: Authentication bypass in github.com/hashicorp/vault
GO-2024-2690: HashiCorpVault does not correctly validate OCSP responses in github.com/hashicorp/vault
GO-2024-3191: Vault Community Edition privilege escalation vulnerability in github.com/hashicorp/vault
EquivalentPolicies checks whether the given policy sets are equivalent, as in,
they contain the same values. The benefit of this method is that it leaves
the "default" policy out of its comparisons as it may be added later by core
after a set of policies has been saved by a backend.
ParsePolicies parses a comma-delimited list of policies.
The resulting collection will have no duplicate elements.
If 'root' policy was present in the list of policies, then
all other policies will be ignored, the result will contain
just the 'root'. In cases where 'root' is not present, if
'default' policy is not already present, it will be added.
SanitizePolicies performs the common input validation tasks
which are performed on the list of policies across Vault.
The resulting collection will have no duplicate elements.
If 'root' policy was present in the list of policies, then
all other policies will be ignored, the result will contain
just the 'root'. In cases where 'root' is not present, if
'default' policy is not already present, it will be added
if addDefault is set to true.