-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Description
Terraform Version
1.11.4Use Cases
The consul package referenced in go.mod is v1.13.0 which is a quite old package and security scanners report vulnerabilities on it.
https://github.com/hashicorp/terraform/blob/main/go.mod#L182
Vulnerabilities:
- https://nvd.nist.gov/vuln/detail/CVE-2021-41803
- https://nvd.nist.gov/vuln/detail/CVE-2024-10006
- https://nvd.nist.gov/vuln/detail/CVE-2024-10005
I reported it to hashicorp security team and they replied back as below.
Terraform includes the github.com/hashicorp/consul/api module in order to support the Consul remote state backend. Terraform only uses client libraries and does not run a Consul server, therefore it is not impacted by Consul server vulnerabilities such as the ones listed above.
Still, security scanners highlight the vulnerabilities. Could you please update the consul package as the latest one is v1.32.1 ?
Attempted Solutions
NA
Proposal
Could you please update the consul package as the latest one is v1.32.1 ?
References
No response