Search

Find a vulnerability

Search criteria Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.

    2 vulnerabilities by gleam-lang

    CVE-2026-59247 (GCVE-0-2026-59247)

    Vulnerability from nvd – Published: 2026-07-29 14:24 – Updated: 2026-07-30 04:15
    VLAI
    Title
    Insufficient verification of Hex package metadata in Gleam
    Summary
    Insufficient Verification of Data Authenticity vulnerability in Gleam allows an adversary in the middle to substitute forged Hex package contents during dependency resolution. During dependency resolution Gleam fetches package metadata from the signature-verified Hex repository, which covers each release's dependency requirements and SHA-256 outer_checksum. After resolving versions, gleam_cli::dependencies::lookup_package makes a second request to the unsigned Hex API through gleam_core::hex::get_package_release and records the outer_checksum and dependency names from that JSON response into manifest.toml, instead of the values from the verified repository metadata. The Hex repository signature does not cover the API response. An adversary in the middle who can intercept TLS with a certificate trusted by the Gleam process (for example a TLS-inspecting proxy using a CA in the operating system trust store or added through GLEAM_CACERTS_PATH), and who can modify both the API release response and the corresponding repository tarball, can supply a package archive with a matching forged checksum without the Hex repository signing key. Gleam verifies the forged tarball against the forged checksum, accepts it, and extracts it as a dependency source, resulting in loss of integrity of the downloaded package contents. Only projects that resolve or update Hex dependencies are affected, which happens when the manifest is missing, a dependency is added or updated, or dependency requirements change. Builds that reuse an unchanged, known-good manifest.toml continue to verify tarballs against its pinned checksum. This issue affects gleam: from 0.18.0 before 1.18.0.
    SSVC
    Exploitation: none Automatable: no Technical Impact: total
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-345 - Insufficient Verification of Data Authenticity
    Assigner
    EEF
    Impacted products
    Vendor Product Version
    gleam-lang gleam Affected: 0.18.0 , < 1.18.0 (semver)
        cpe:2.3:a:gleam-lang:gleam:*:*:*:*:*:*:*:*
    Create a notification for this product.
    gleam-lang gleam Affected: 0.18.0 , < 1.18.0 (semver)
    Affected: 8447b78cc844ff4aec44eea23dbd68d1fea11f11 , < c9c0d48c123c8abae6db8dd61b25ccb427ed3d35 (git)
        cpe:2.3:a:gleam-lang:gleam:*:*:*:*:*:*:*:*
    Create a notification for this product.
    gleam-lang gleam Affected: v0.18.0-elixir , < v1.18.0-elixir (other)
    Affected: v0.18.0-elixir-slim , < v1.18.0-elixir-slim (other)
    Affected: v0.18.0-elixir-alpine , < v1.18.0-elixir-alpine (other)
    Affected: v0.18.0-erlang , < v1.18.0-erlang (other)
    Affected: v0.18.0-erlang-slim , < v1.18.0-erlang-slim (other)
    Affected: v0.18.0-erlang-alpine , < v1.18.0-erlang-alpine (other)
    Affected: v0.18.0-node , < v1.18.0-node (other)
    Affected: v0.18.0-node-slim , < v1.18.0-node-slim (other)
    Affected: v0.18.0-node-alpine , < v1.18.0-node-alpine (other)
    Affected: v1.6.0-scratch , < v1.18.0-scratch (other)
        cpe:2.3:a:gleam-lang:gleam:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Credits
    John Downey John Downey Louis Pilfold
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-59247",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-29T15:03:54.127187Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-29T15:09:39.613Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://gleam.run",
              "cpes": [
                "cpe:2.3:a:gleam-lang:gleam:*:*:*:*:*:*:*:*"
              ],
              "defaultStatus": "unaffected",
              "modules": [
                "gleam_cli::dependencies",
                "gleam_cli::dependencies::dependency_manager"
              ],
              "packageName": "gleam.run/gleam",
              "packageURL": "pkg:sid/gleam.run/gleam",
              "product": "gleam",
              "programFiles": [
                "compiler-cli/src/dependencies.rs",
                "compiler-cli/src/dependencies/dependency_manager.rs"
              ],
              "programRoutines": [
                {
                  "name": "gleam_cli::dependencies::lookup_package"
                },
                {
                  "name": "gleam_cli::dependencies::dependency_manager::DependencyManager::perform_version_resolution"
                }
              ],
              "repo": "https://github.com/gleam-lang/gleam",
              "vendor": "gleam-lang",
              "versions": [
                {
                  "lessThan": "1.18.0",
                  "status": "affected",
                  "version": "0.18.0",
                  "versionType": "semver"
                }
              ]
            },
            {
              "collectionURL": "https://github.com",
              "cpes": [
                "cpe:2.3:a:gleam-lang:gleam:*:*:*:*:*:*:*:*"
              ],
              "defaultStatus": "unaffected",
              "modules": [
                "gleam_cli::dependencies",
                "gleam_cli::dependencies::dependency_manager"
              ],
              "packageName": "gleam-lang/gleam",
              "packageURL": "pkg:github/gleam-lang/gleam",
              "product": "gleam",
              "programFiles": [
                "compiler-cli/src/dependencies.rs",
                "compiler-cli/src/dependencies/dependency_manager.rs"
              ],
              "programRoutines": [
                {
                  "name": "gleam_cli::dependencies::lookup_package"
                },
                {
                  "name": "gleam_cli::dependencies::dependency_manager::DependencyManager::perform_version_resolution"
                }
              ],
              "repo": "https://github.com/gleam-lang/gleam",
              "vendor": "gleam-lang",
              "versions": [
                {
                  "lessThan": "1.18.0",
                  "status": "affected",
                  "version": "0.18.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "c9c0d48c123c8abae6db8dd61b25ccb427ed3d35",
                  "status": "affected",
                  "version": "8447b78cc844ff4aec44eea23dbd68d1fea11f11",
                  "versionType": "git"
                }
              ]
            },
            {
              "collectionURL": "https://ghcr.io",
              "cpes": [
                "cpe:2.3:a:gleam-lang:gleam:*:*:*:*:*:*:*:*"
              ],
              "defaultStatus": "unaffected",
              "modules": [
                "gleam_cli::dependencies",
                "gleam_cli::dependencies::dependency_manager"
              ],
              "packageName": "gleam-lang/gleam",
              "packageURL": "pkg:oci/gleam?repository_url=ghcr.io/gleam-lang",
              "product": "gleam",
              "programFiles": [
                "compiler-cli/src/dependencies.rs",
                "compiler-cli/src/dependencies/dependency_manager.rs"
              ],
              "programRoutines": [
                {
                  "name": "gleam_cli::dependencies::lookup_package"
                },
                {
                  "name": "gleam_cli::dependencies::dependency_manager::DependencyManager::perform_version_resolution"
                }
              ],
              "vendor": "gleam-lang",
              "versions": [
                {
                  "lessThan": "v1.18.0-elixir",
                  "status": "affected",
                  "version": "v0.18.0-elixir",
                  "versionType": "other"
                },
                {
                  "lessThan": "v1.18.0-elixir-slim",
                  "status": "affected",
                  "version": "v0.18.0-elixir-slim",
                  "versionType": "other"
                },
                {
                  "lessThan": "v1.18.0-elixir-alpine",
                  "status": "affected",
                  "version": "v0.18.0-elixir-alpine",
                  "versionType": "other"
                },
                {
                  "lessThan": "v1.18.0-erlang",
                  "status": "affected",
                  "version": "v0.18.0-erlang",
                  "versionType": "other"
                },
                {
                  "lessThan": "v1.18.0-erlang-slim",
                  "status": "affected",
                  "version": "v0.18.0-erlang-slim",
                  "versionType": "other"
                },
                {
                  "lessThan": "v1.18.0-erlang-alpine",
                  "status": "affected",
                  "version": "v0.18.0-erlang-alpine",
                  "versionType": "other"
                },
                {
                  "lessThan": "v1.18.0-node",
                  "status": "affected",
                  "version": "v0.18.0-node",
                  "versionType": "other"
                },
                {
                  "lessThan": "v1.18.0-node-slim",
                  "status": "affected",
                  "version": "v0.18.0-node-slim",
                  "versionType": "other"
                },
                {
                  "lessThan": "v1.18.0-node-alpine",
                  "status": "affected",
                  "version": "v0.18.0-node-alpine",
                  "versionType": "other"
                },
                {
                  "lessThan": "v1.18.0-scratch",
                  "status": "affected",
                  "version": "v1.6.0-scratch",
                  "versionType": "other"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:gleam-lang:gleam:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "1.18.0",
                      "versionStartIncluding": "0.18.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ],
              "operator": "AND"
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "John Downey"
            },
            {
              "lang": "en",
              "type": "remediation developer",
              "value": "John Downey"
            },
            {
              "lang": "en",
              "type": "remediation reviewer",
              "value": "Louis Pilfold"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "Insufficient Verification of Data Authenticity vulnerability in Gleam allows an adversary in the middle to substitute forged Hex package contents during dependency resolution.\u003cp\u003eDuring dependency resolution Gleam fetches package metadata from the signature-verified Hex repository, which covers each release\u0027s dependency requirements and SHA-256 \u003ctt\u003eouter_checksum\u003c/tt\u003e. After resolving versions, \u003ctt\u003egleam_cli::dependencies::lookup_package\u003c/tt\u003e makes a second request to the unsigned Hex API through \u003ctt\u003egleam_core::hex::get_package_release\u003c/tt\u003e and records the \u003ctt\u003eouter_checksum\u003c/tt\u003e and dependency names from that JSON response into \u003ctt\u003emanifest.toml\u003c/tt\u003e, instead of the values from the verified repository metadata. The Hex repository signature does not cover the API response.\u003c/p\u003e\u003cp\u003eAn adversary in the middle who can intercept TLS with a certificate trusted by the Gleam process (for example a TLS-inspecting proxy using a CA in the operating system trust store or added through \u003ctt\u003eGLEAM_CACERTS_PATH\u003c/tt\u003e), and who can modify both the API release response and the corresponding repository tarball, can supply a package archive with a matching forged checksum without the Hex repository signing key. Gleam verifies the forged tarball against the forged checksum, accepts it, and extracts it as a dependency source, resulting in loss of integrity of the downloaded package contents.\u003c/p\u003e\u003cp\u003eOnly projects that resolve or update Hex dependencies are affected, which happens when the manifest is missing, a dependency is added or updated, or dependency requirements change. Builds that reuse an unchanged, known-good \u003ctt\u003emanifest.toml\u003c/tt\u003e continue to verify tarballs against its pinned checksum. This issue affects gleam: from 0.18.0 before 1.18.0.\u003c/p\u003e"
                }
              ],
              "value": "Insufficient Verification of Data Authenticity vulnerability in Gleam allows an adversary in the middle to substitute forged Hex package contents during dependency resolution.\n\nDuring dependency resolution Gleam fetches package metadata from the signature-verified Hex repository, which covers each release\u0027s dependency requirements and SHA-256 outer_checksum. After resolving versions, gleam_cli::dependencies::lookup_package makes a second request to the unsigned Hex API through gleam_core::hex::get_package_release and records the outer_checksum and dependency names from that JSON response into manifest.toml, instead of the values from the verified repository metadata. The Hex repository signature does not cover the API response.\n\nAn adversary in the middle who can intercept TLS with a certificate trusted by the Gleam process (for example a TLS-inspecting proxy using a CA in the operating system trust store or added through GLEAM_CACERTS_PATH), and who can modify both the API release response and the corresponding repository tarball, can supply a package archive with a matching forged checksum without the Hex repository signing key. Gleam verifies the forged tarball against the forged checksum, accepts it, and extracts it as a dependency source, resulting in loss of integrity of the downloaded package contents.\n\nOnly projects that resolve or update Hex dependencies are affected, which happens when the manifest is missing, a dependency is added or updated, or dependency requirements change. Builds that reuse an unchanged, known-good manifest.toml continue to verify tarballs against its pinned checksum. This issue affects gleam: from 0.18.0 before 1.18.0."
            }
          ],
          "impacts": [
            {
              "capecId": "CAPEC-94",
              "descriptions": [
                {
                  "lang": "en",
                  "value": "CAPEC-94 Adversary in the Middle (AiTM)"
                }
              ]
            },
            {
              "capecId": "CAPEC-185",
              "descriptions": [
                {
                  "lang": "en",
                  "value": "CAPEC-185 Malicious Software Download"
                }
              ]
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "attackComplexity": "LOW",
                "attackRequirements": "PRESENT",
                "attackVector": "NETWORK",
                "baseScore": 7.6,
                "baseSeverity": "HIGH",
                "privilegesRequired": "NONE",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "PASSIVE",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N",
                "version": "4.0",
                "vulnAvailabilityImpact": "NONE",
                "vulnConfidentialityImpact": "HIGH",
                "vulnIntegrityImpact": "HIGH"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-345",
                  "description": "CWE-345 Insufficient Verification of Data Authenticity",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-30T04:15:30.182Z",
            "orgId": "6b3ad84c-e1a6-4bf7-a703-f496b71e49db",
            "shortName": "EEF"
          },
          "references": [
            {
              "tags": [
                "vendor-advisory",
                "related"
              ],
              "url": "https://github.com/gleam-lang/gleam/security/advisories/GHSA-4vvc-458m-r82g"
            },
            {
              "tags": [
                "related"
              ],
              "url": "https://cna.erlef.org/cves/CVE-2026-59247.html"
            },
            {
              "tags": [
                "related"
              ],
              "url": "https://osv.dev/vulnerability/EEF-CVE-2026-59247"
            },
            {
              "tags": [
                "patch"
              ],
              "url": "https://github.com/gleam-lang/gleam/commit/c9c0d48c123c8abae6db8dd61b25ccb427ed3d35"
            },
            {
              "tags": [
                "related"
              ],
              "url": "https://github.com/hexpm/specifications/blob/main/registry-v2.md"
            }
          ],
          "source": {
            "discovery": "INTERNAL"
          },
          "title": "Insufficient verification of Hex package metadata in Gleam",
          "x_generator": {
            "engine": "cvelib 1.8.0"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "6b3ad84c-e1a6-4bf7-a703-f496b71e49db",
        "assignerShortName": "EEF",
        "cveId": "CVE-2026-59247",
        "datePublished": "2026-07-29T14:24:55.499Z",
        "dateReserved": "2026-07-04T04:24:03.652Z",
        "dateUpdated": "2026-07-30T04:15:30.182Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-59247 (GCVE-0-2026-59247)

    Vulnerability from cvelistv5 – Published: 2026-07-29 14:24 – Updated: 2026-07-30 04:15
    VLAI
    Title
    Insufficient verification of Hex package metadata in Gleam
    Summary
    Insufficient Verification of Data Authenticity vulnerability in Gleam allows an adversary in the middle to substitute forged Hex package contents during dependency resolution. During dependency resolution Gleam fetches package metadata from the signature-verified Hex repository, which covers each release's dependency requirements and SHA-256 outer_checksum. After resolving versions, gleam_cli::dependencies::lookup_package makes a second request to the unsigned Hex API through gleam_core::hex::get_package_release and records the outer_checksum and dependency names from that JSON response into manifest.toml, instead of the values from the verified repository metadata. The Hex repository signature does not cover the API response. An adversary in the middle who can intercept TLS with a certificate trusted by the Gleam process (for example a TLS-inspecting proxy using a CA in the operating system trust store or added through GLEAM_CACERTS_PATH), and who can modify both the API release response and the corresponding repository tarball, can supply a package archive with a matching forged checksum without the Hex repository signing key. Gleam verifies the forged tarball against the forged checksum, accepts it, and extracts it as a dependency source, resulting in loss of integrity of the downloaded package contents. Only projects that resolve or update Hex dependencies are affected, which happens when the manifest is missing, a dependency is added or updated, or dependency requirements change. Builds that reuse an unchanged, known-good manifest.toml continue to verify tarballs against its pinned checksum. This issue affects gleam: from 0.18.0 before 1.18.0.
    SSVC
    Exploitation: none Automatable: no Technical Impact: total
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-345 - Insufficient Verification of Data Authenticity
    Assigner
    EEF
    Impacted products
    Vendor Product Version
    gleam-lang gleam Affected: 0.18.0 , < 1.18.0 (semver)
        cpe:2.3:a:gleam-lang:gleam:*:*:*:*:*:*:*:*
    Create a notification for this product.
    gleam-lang gleam Affected: 0.18.0 , < 1.18.0 (semver)
    Affected: 8447b78cc844ff4aec44eea23dbd68d1fea11f11 , < c9c0d48c123c8abae6db8dd61b25ccb427ed3d35 (git)
        cpe:2.3:a:gleam-lang:gleam:*:*:*:*:*:*:*:*
    Create a notification for this product.
    gleam-lang gleam Affected: v0.18.0-elixir , < v1.18.0-elixir (other)
    Affected: v0.18.0-elixir-slim , < v1.18.0-elixir-slim (other)
    Affected: v0.18.0-elixir-alpine , < v1.18.0-elixir-alpine (other)
    Affected: v0.18.0-erlang , < v1.18.0-erlang (other)
    Affected: v0.18.0-erlang-slim , < v1.18.0-erlang-slim (other)
    Affected: v0.18.0-erlang-alpine , < v1.18.0-erlang-alpine (other)
    Affected: v0.18.0-node , < v1.18.0-node (other)
    Affected: v0.18.0-node-slim , < v1.18.0-node-slim (other)
    Affected: v0.18.0-node-alpine , < v1.18.0-node-alpine (other)
    Affected: v1.6.0-scratch , < v1.18.0-scratch (other)
        cpe:2.3:a:gleam-lang:gleam:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Credits
    John Downey John Downey Louis Pilfold
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-59247",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-29T15:03:54.127187Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-29T15:09:39.613Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://gleam.run",
              "cpes": [
                "cpe:2.3:a:gleam-lang:gleam:*:*:*:*:*:*:*:*"
              ],
              "defaultStatus": "unaffected",
              "modules": [
                "gleam_cli::dependencies",
                "gleam_cli::dependencies::dependency_manager"
              ],
              "packageName": "gleam.run/gleam",
              "packageURL": "pkg:sid/gleam.run/gleam",
              "product": "gleam",
              "programFiles": [
                "compiler-cli/src/dependencies.rs",
                "compiler-cli/src/dependencies/dependency_manager.rs"
              ],
              "programRoutines": [
                {
                  "name": "gleam_cli::dependencies::lookup_package"
                },
                {
                  "name": "gleam_cli::dependencies::dependency_manager::DependencyManager::perform_version_resolution"
                }
              ],
              "repo": "https://github.com/gleam-lang/gleam",
              "vendor": "gleam-lang",
              "versions": [
                {
                  "lessThan": "1.18.0",
                  "status": "affected",
                  "version": "0.18.0",
                  "versionType": "semver"
                }
              ]
            },
            {
              "collectionURL": "https://github.com",
              "cpes": [
                "cpe:2.3:a:gleam-lang:gleam:*:*:*:*:*:*:*:*"
              ],
              "defaultStatus": "unaffected",
              "modules": [
                "gleam_cli::dependencies",
                "gleam_cli::dependencies::dependency_manager"
              ],
              "packageName": "gleam-lang/gleam",
              "packageURL": "pkg:github/gleam-lang/gleam",
              "product": "gleam",
              "programFiles": [
                "compiler-cli/src/dependencies.rs",
                "compiler-cli/src/dependencies/dependency_manager.rs"
              ],
              "programRoutines": [
                {
                  "name": "gleam_cli::dependencies::lookup_package"
                },
                {
                  "name": "gleam_cli::dependencies::dependency_manager::DependencyManager::perform_version_resolution"
                }
              ],
              "repo": "https://github.com/gleam-lang/gleam",
              "vendor": "gleam-lang",
              "versions": [
                {
                  "lessThan": "1.18.0",
                  "status": "affected",
                  "version": "0.18.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "c9c0d48c123c8abae6db8dd61b25ccb427ed3d35",
                  "status": "affected",
                  "version": "8447b78cc844ff4aec44eea23dbd68d1fea11f11",
                  "versionType": "git"
                }
              ]
            },
            {
              "collectionURL": "https://ghcr.io",
              "cpes": [
                "cpe:2.3:a:gleam-lang:gleam:*:*:*:*:*:*:*:*"
              ],
              "defaultStatus": "unaffected",
              "modules": [
                "gleam_cli::dependencies",
                "gleam_cli::dependencies::dependency_manager"
              ],
              "packageName": "gleam-lang/gleam",
              "packageURL": "pkg:oci/gleam?repository_url=ghcr.io/gleam-lang",
              "product": "gleam",
              "programFiles": [
                "compiler-cli/src/dependencies.rs",
                "compiler-cli/src/dependencies/dependency_manager.rs"
              ],
              "programRoutines": [
                {
                  "name": "gleam_cli::dependencies::lookup_package"
                },
                {
                  "name": "gleam_cli::dependencies::dependency_manager::DependencyManager::perform_version_resolution"
                }
              ],
              "vendor": "gleam-lang",
              "versions": [
                {
                  "lessThan": "v1.18.0-elixir",
                  "status": "affected",
                  "version": "v0.18.0-elixir",
                  "versionType": "other"
                },
                {
                  "lessThan": "v1.18.0-elixir-slim",
                  "status": "affected",
                  "version": "v0.18.0-elixir-slim",
                  "versionType": "other"
                },
                {
                  "lessThan": "v1.18.0-elixir-alpine",
                  "status": "affected",
                  "version": "v0.18.0-elixir-alpine",
                  "versionType": "other"
                },
                {
                  "lessThan": "v1.18.0-erlang",
                  "status": "affected",
                  "version": "v0.18.0-erlang",
                  "versionType": "other"
                },
                {
                  "lessThan": "v1.18.0-erlang-slim",
                  "status": "affected",
                  "version": "v0.18.0-erlang-slim",
                  "versionType": "other"
                },
                {
                  "lessThan": "v1.18.0-erlang-alpine",
                  "status": "affected",
                  "version": "v0.18.0-erlang-alpine",
                  "versionType": "other"
                },
                {
                  "lessThan": "v1.18.0-node",
                  "status": "affected",
                  "version": "v0.18.0-node",
                  "versionType": "other"
                },
                {
                  "lessThan": "v1.18.0-node-slim",
                  "status": "affected",
                  "version": "v0.18.0-node-slim",
                  "versionType": "other"
                },
                {
                  "lessThan": "v1.18.0-node-alpine",
                  "status": "affected",
                  "version": "v0.18.0-node-alpine",
                  "versionType": "other"
                },
                {
                  "lessThan": "v1.18.0-scratch",
                  "status": "affected",
                  "version": "v1.6.0-scratch",
                  "versionType": "other"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:gleam-lang:gleam:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "1.18.0",
                      "versionStartIncluding": "0.18.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ],
              "operator": "AND"
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "John Downey"
            },
            {
              "lang": "en",
              "type": "remediation developer",
              "value": "John Downey"
            },
            {
              "lang": "en",
              "type": "remediation reviewer",
              "value": "Louis Pilfold"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "Insufficient Verification of Data Authenticity vulnerability in Gleam allows an adversary in the middle to substitute forged Hex package contents during dependency resolution.\u003cp\u003eDuring dependency resolution Gleam fetches package metadata from the signature-verified Hex repository, which covers each release\u0027s dependency requirements and SHA-256 \u003ctt\u003eouter_checksum\u003c/tt\u003e. After resolving versions, \u003ctt\u003egleam_cli::dependencies::lookup_package\u003c/tt\u003e makes a second request to the unsigned Hex API through \u003ctt\u003egleam_core::hex::get_package_release\u003c/tt\u003e and records the \u003ctt\u003eouter_checksum\u003c/tt\u003e and dependency names from that JSON response into \u003ctt\u003emanifest.toml\u003c/tt\u003e, instead of the values from the verified repository metadata. The Hex repository signature does not cover the API response.\u003c/p\u003e\u003cp\u003eAn adversary in the middle who can intercept TLS with a certificate trusted by the Gleam process (for example a TLS-inspecting proxy using a CA in the operating system trust store or added through \u003ctt\u003eGLEAM_CACERTS_PATH\u003c/tt\u003e), and who can modify both the API release response and the corresponding repository tarball, can supply a package archive with a matching forged checksum without the Hex repository signing key. Gleam verifies the forged tarball against the forged checksum, accepts it, and extracts it as a dependency source, resulting in loss of integrity of the downloaded package contents.\u003c/p\u003e\u003cp\u003eOnly projects that resolve or update Hex dependencies are affected, which happens when the manifest is missing, a dependency is added or updated, or dependency requirements change. Builds that reuse an unchanged, known-good \u003ctt\u003emanifest.toml\u003c/tt\u003e continue to verify tarballs against its pinned checksum. This issue affects gleam: from 0.18.0 before 1.18.0.\u003c/p\u003e"
                }
              ],
              "value": "Insufficient Verification of Data Authenticity vulnerability in Gleam allows an adversary in the middle to substitute forged Hex package contents during dependency resolution.\n\nDuring dependency resolution Gleam fetches package metadata from the signature-verified Hex repository, which covers each release\u0027s dependency requirements and SHA-256 outer_checksum. After resolving versions, gleam_cli::dependencies::lookup_package makes a second request to the unsigned Hex API through gleam_core::hex::get_package_release and records the outer_checksum and dependency names from that JSON response into manifest.toml, instead of the values from the verified repository metadata. The Hex repository signature does not cover the API response.\n\nAn adversary in the middle who can intercept TLS with a certificate trusted by the Gleam process (for example a TLS-inspecting proxy using a CA in the operating system trust store or added through GLEAM_CACERTS_PATH), and who can modify both the API release response and the corresponding repository tarball, can supply a package archive with a matching forged checksum without the Hex repository signing key. Gleam verifies the forged tarball against the forged checksum, accepts it, and extracts it as a dependency source, resulting in loss of integrity of the downloaded package contents.\n\nOnly projects that resolve or update Hex dependencies are affected, which happens when the manifest is missing, a dependency is added or updated, or dependency requirements change. Builds that reuse an unchanged, known-good manifest.toml continue to verify tarballs against its pinned checksum. This issue affects gleam: from 0.18.0 before 1.18.0."
            }
          ],
          "impacts": [
            {
              "capecId": "CAPEC-94",
              "descriptions": [
                {
                  "lang": "en",
                  "value": "CAPEC-94 Adversary in the Middle (AiTM)"
                }
              ]
            },
            {
              "capecId": "CAPEC-185",
              "descriptions": [
                {
                  "lang": "en",
                  "value": "CAPEC-185 Malicious Software Download"
                }
              ]
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "attackComplexity": "LOW",
                "attackRequirements": "PRESENT",
                "attackVector": "NETWORK",
                "baseScore": 7.6,
                "baseSeverity": "HIGH",
                "privilegesRequired": "NONE",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "PASSIVE",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N",
                "version": "4.0",
                "vulnAvailabilityImpact": "NONE",
                "vulnConfidentialityImpact": "HIGH",
                "vulnIntegrityImpact": "HIGH"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-345",
                  "description": "CWE-345 Insufficient Verification of Data Authenticity",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-30T04:15:30.182Z",
            "orgId": "6b3ad84c-e1a6-4bf7-a703-f496b71e49db",
            "shortName": "EEF"
          },
          "references": [
            {
              "tags": [
                "vendor-advisory",
                "related"
              ],
              "url": "https://github.com/gleam-lang/gleam/security/advisories/GHSA-4vvc-458m-r82g"
            },
            {
              "tags": [
                "related"
              ],
              "url": "https://cna.erlef.org/cves/CVE-2026-59247.html"
            },
            {
              "tags": [
                "related"
              ],
              "url": "https://osv.dev/vulnerability/EEF-CVE-2026-59247"
            },
            {
              "tags": [
                "patch"
              ],
              "url": "https://github.com/gleam-lang/gleam/commit/c9c0d48c123c8abae6db8dd61b25ccb427ed3d35"
            },
            {
              "tags": [
                "related"
              ],
              "url": "https://github.com/hexpm/specifications/blob/main/registry-v2.md"
            }
          ],
          "source": {
            "discovery": "INTERNAL"
          },
          "title": "Insufficient verification of Hex package metadata in Gleam",
          "x_generator": {
            "engine": "cvelib 1.8.0"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "6b3ad84c-e1a6-4bf7-a703-f496b71e49db",
        "assignerShortName": "EEF",
        "cveId": "CVE-2026-59247",
        "datePublished": "2026-07-29T14:24:55.499Z",
        "dateReserved": "2026-07-04T04:24:03.652Z",
        "dateUpdated": "2026-07-30T04:15:30.182Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }