All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2024-58375
HIGHpublished 2026-08-16 14:16 UTC · 2 days ago · modified 2026-08-17 16:16 UTC
8.7
CVSS / 10
// description
OpenTofu versions 1.8.0 through 1.8.2 do not properly restrict sensitive variables and locals when users have opted into static evaluation of module sources, versions, and backend configurations. As a result, values marked as sensitive may be exposed through these configuration elements instead of producing an error. This is fixed in OpenTofu 1.8.3, which adds explicit errors to prevent the use of sensitive values in these contexts.
// weaknesses (CWE)
- CWE-497