{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-45099",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2026-05-08T19:27:26.698Z",
        "datePublished": "2026-08-21T20:07:33.195Z",
        "dateUpdated": "2026-08-21T20:07:33.195Z"
    },
    "containers": {
        "cna": {
            "title": "Terragrunt: Arbitrary File Deletion via Malicious Module Manifest",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-22",
                            "lang": "en",
                            "description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV4_0": {
                        "attackVector": "NETWORK",
                        "attackComplexity": "LOW",
                        "attackRequirements": "NONE",
                        "privilegesRequired": "NONE",
                        "userInteraction": "NONE",
                        "vulnConfidentialityImpact": "NONE",
                        "vulnIntegrityImpact": "LOW",
                        "vulnAvailabilityImpact": "NONE",
                        "subConfidentialityImpact": "NONE",
                        "subIntegrityImpact": "NONE",
                        "subAvailabilityImpact": "NONE",
                        "baseScore": 6.9,
                        "baseSeverity": "MEDIUM",
                        "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N",
                        "version": "4.0"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/gruntwork-io/terragrunt/security/advisories/GHSA-8394-6f8r-whxg",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/gruntwork-io/terragrunt/security/advisories/GHSA-8394-6f8r-whxg"
                },
                {
                    "name": "https://github.com/gruntwork-io/terragrunt/pull/6032",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/gruntwork-io/terragrunt/pull/6032"
                },
                {
                    "name": "https://github.com/gruntwork-io/terragrunt/commit/3d6f10d6bccc851c6506a307a0b8675e0346e65e",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/gruntwork-io/terragrunt/commit/3d6f10d6bccc851c6506a307a0b8675e0346e65e"
                },
                {
                    "name": "https://github.com/gruntwork-io/terragrunt/releases/tag/v1.0.4",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/gruntwork-io/terragrunt/releases/tag/v1.0.4"
                }
            ],
            "affected": [
                {
                    "vendor": "gruntwork-io",
                    "product": "terragrunt",
                    "versions": [
                        {
                            "version": "< 1.0.4",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2026-08-21T20:07:33.195Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu or Terraform to scale. Prior to 1.0.4, Terragrunt trusts paths decoded from a downloaded module's .terragrunt-module-manifest during fileManifest.Clean() in internal/util/file.go. A malicious or compromised external module can place absolute or traversal paths in the manifest, causing cleanup to delete files outside the module cache that are accessible to the Terragrunt process before OpenTofu or Terraform executes. This deletion-only primitive can remove local source code or configuration and disrupt CI/CD pipelines. This issue is fixed in version 1.0.4."
                }
            ],
            "source": {
                "advisory": "GHSA-8394-6f8r-whxg",
                "discovery": "UNKNOWN"
            }
        }
    }
}