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",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-59247",
      "date": "2026-08-03",
      "epss": "0.0013",
      "percentile": "0.02995"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-59247\",\"sourceIdentifier\":\"6b3ad84c-e1a6-4bf7-a703-f496b71e49db\",\"published\":\"2026-07-29T15:16:26.780\",\"lastModified\":\"2026-07-30T19:14:09.213\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"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.\"}],\"affected\":[{\"source\":\"6b3ad84c-e1a6-4bf7-a703-f496b71e49db\",\"affectedData\":[{\"vendor\":\"gleam-lang\",\"product\":\"gleam\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://gleam.run\",\"packageName\":\"gleam.run/gleam\",\"cpes\":[\"cpe:2.3:a:gleam-lang:gleam:*:*:*:*:*:*:*:*\"],\"modules\":[\"gleam_cli::dependencies\",\"gleam_cli::dependencies::dependency_manager\"],\"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\",\"packageURL\":\"pkg:sid/gleam.run/gleam\",\"versions\":[{\"version\":\"0.18.0\",\"lessThan\":\"1.18.0\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"gleam-lang\",\"product\":\"gleam\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://github.com\",\"packageName\":\"gleam-lang/gleam\",\"cpes\":[\"cpe:2.3:a:gleam-lang:gleam:*:*:*:*:*:*:*:*\"],\"modules\":[\"gleam_cli::dependencies\",\"gleam_cli::dependencies::dependency_manager\"],\"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\",\"packageURL\":\"pkg:github/gleam-lang/gleam\",\"versions\":[{\"version\":\"0.18.0\",\"lessThan\":\"1.18.0\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"8447b78cc844ff4aec44eea23dbd68d1fea11f11\",\"lessThan\":\"c9c0d48c123c8abae6db8dd61b25ccb427ed3d35\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"gleam-lang\",\"product\":\"gleam\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://ghcr.io\",\"packageName\":\"gleam-lang/gleam\",\"cpes\":[\"cpe:2.3:a:gleam-lang:gleam:*:*:*:*:*:*:*:*\"],\"modules\":[\"gleam_cli::dependencies\",\"gleam_cli::dependencies::dependency_manager\"],\"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\"}],\"packageURL\":\"pkg:oci/gleam?repository_url=ghcr.io/gleam-lang\",\"versions\":[{\"version\":\"v0.18.0-elixir\",\"lessThan\":\"v1.18.0-elixir\",\"versionType\":\"other\",\"status\":\"affected\"},{\"version\":\"v0.18.0-elixir-slim\",\"lessThan\":\"v1.18.0-elixir-slim\",\"versionType\":\"other\",\"status\":\"affected\"},{\"version\":\"v0.18.0-elixir-alpine\",\"lessThan\":\"v1.18.0-elixir-alpine\",\"versionType\":\"other\",\"status\":\"affected\"},{\"version\":\"v0.18.0-erlang\",\"lessThan\":\"v1.18.0-erlang\",\"versionType\":\"other\",\"status\":\"affected\"},{\"version\":\"v0.18.0-erlang-slim\",\"lessThan\":\"v1.18.0-erlang-slim\",\"versionType\":\"other\",\"status\":\"affected\"},{\"version\":\"v0.18.0-erlang-alpine\",\"lessThan\":\"v1.18.0-erlang-alpine\",\"versionType\":\"other\",\"status\":\"affected\"},{\"version\":\"v0.18.0-node\",\"lessThan\":\"v1.18.0-node\",\"versionType\":\"other\",\"status\":\"affected\"},{\"version\":\"v0.18.0-node-slim\",\"lessThan\":\"v1.18.0-node-slim\",\"versionType\":\"other\",\"status\":\"affected\"},{\"version\":\"v0.18.0-node-alpine\",\"lessThan\":\"v1.18.0-node-alpine\",\"versionType\":\"other\",\"status\":\"affected\"},{\"version\":\"v1.6.0-scratch\",\"lessThan\":\"v1.18.0-scratch\",\"versionType\":\"other\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"6b3ad84c-e1a6-4bf7-a703-f496b71e49db\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":7.6,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"PASSIVE\",\"vulnConfidentialityImpact\":\"HIGH\",\"vulnIntegrityImpact\":\"HIGH\",\"vulnAvailabilityImpact\":\"NONE\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-07-29T15:03:54.127187Z\",\"id\":\"CVE-2026-59247\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"total\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"6b3ad84c-e1a6-4bf7-a703-f496b71e49db\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-345\"}]}],\"references\":[{\"url\":\"https://cna.erlef.org/cves/CVE-2026-59247.html\",\"source\":\"6b3ad84c-e1a6-4bf7-a703-f496b71e49db\"},{\"url\":\"https://github.com/gleam-lang/gleam/commit/c9c0d48c123c8abae6db8dd61b25ccb427ed3d35\",\"source\":\"6b3ad84c-e1a6-4bf7-a703-f496b71e49db\"},{\"url\":\"https://github.com/gleam-lang/gleam/security/advisories/GHSA-4vvc-458m-r82g\",\"source\":\"6b3ad84c-e1a6-4bf7-a703-f496b71e49db\"},{\"url\":\"https://github.com/hexpm/specifications/blob/main/registry-v2.md\",\"source\":\"6b3ad84c-e1a6-4bf7-a703-f496b71e49db\"},{\"url\":\"https://osv.dev/vulnerability/EEF-CVE-2026-59247\",\"source\":\"6b3ad84c-e1a6-4bf7-a703-f496b71e49db\"}]}}",
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-07-30T16:36:41Z",
      "cve": "CVE-2026-59247",
      "id": "CVE-2026-59247",
      "initial_release_date": "2026-07-30T16:36:41Z",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-59247",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-59247.json",
      "version": "2"
    },
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-59247\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-07-29T15:03:54.127187Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-07-29T15:09:30.653Z\"}}], \"cna\": {\"title\": \"Insufficient verification of Hex package metadata in Gleam\", \"source\": {\"discovery\": \"INTERNAL\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"John Downey\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"John Downey\"}, {\"lang\": \"en\", \"type\": \"remediation reviewer\", \"value\": \"Louis Pilfold\"}], \"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\": [{\"format\": \"CVSS\", \"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 7.6, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"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\", \"userInteraction\": \"PASSIVE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"HIGH\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"NONE\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"HIGH\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:gleam-lang:gleam:*:*:*:*:*:*:*:*\"], \"repo\": \"https://github.com/gleam-lang/gleam\", \"vendor\": \"gleam-lang\", \"modules\": [\"gleam_cli::dependencies\", \"gleam_cli::dependencies::dependency_manager\"], \"product\": \"gleam\", \"versions\": [{\"status\": \"affected\", \"version\": \"0.18.0\", \"lessThan\": \"1.18.0\", \"versionType\": \"semver\"}], \"packageURL\": \"pkg:sid/gleam.run/gleam\", \"packageName\": \"gleam.run/gleam\", \"programFiles\": [\"compiler-cli/src/dependencies.rs\", \"compiler-cli/src/dependencies/dependency_manager.rs\"], \"collectionURL\": \"https://gleam.run\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"gleam_cli::dependencies::lookup_package\"}, {\"name\": \"gleam_cli::dependencies::dependency_manager::DependencyManager::perform_version_resolution\"}]}, {\"cpes\": [\"cpe:2.3:a:gleam-lang:gleam:*:*:*:*:*:*:*:*\"], \"repo\": \"https://github.com/gleam-lang/gleam\", \"vendor\": \"gleam-lang\", \"modules\": [\"gleam_cli::dependencies\", \"gleam_cli::dependencies::dependency_manager\"], \"product\": \"gleam\", \"versions\": [{\"status\": \"affected\", \"version\": \"0.18.0\", \"lessThan\": \"1.18.0\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"8447b78cc844ff4aec44eea23dbd68d1fea11f11\", \"lessThan\": \"c9c0d48c123c8abae6db8dd61b25ccb427ed3d35\", \"versionType\": \"git\"}], \"packageURL\": \"pkg:github/gleam-lang/gleam\", \"packageName\": \"gleam-lang/gleam\", \"programFiles\": [\"compiler-cli/src/dependencies.rs\", \"compiler-cli/src/dependencies/dependency_manager.rs\"], \"collectionURL\": \"https://github.com\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"gleam_cli::dependencies::lookup_package\"}, {\"name\": \"gleam_cli::dependencies::dependency_manager::DependencyManager::perform_version_resolution\"}]}, {\"cpes\": [\"cpe:2.3:a:gleam-lang:gleam:*:*:*:*:*:*:*:*\"], \"vendor\": \"gleam-lang\", \"modules\": [\"gleam_cli::dependencies\", \"gleam_cli::dependencies::dependency_manager\"], \"product\": \"gleam\", \"versions\": [{\"status\": \"affected\", \"version\": \"v0.18.0-elixir\", \"lessThan\": \"v1.18.0-elixir\", \"versionType\": \"other\"}, {\"status\": \"affected\", \"version\": \"v0.18.0-elixir-slim\", \"lessThan\": \"v1.18.0-elixir-slim\", \"versionType\": \"other\"}, {\"status\": \"affected\", \"version\": \"v0.18.0-elixir-alpine\", \"lessThan\": \"v1.18.0-elixir-alpine\", \"versionType\": \"other\"}, {\"status\": \"affected\", \"version\": \"v0.18.0-erlang\", \"lessThan\": \"v1.18.0-erlang\", \"versionType\": \"other\"}, {\"status\": \"affected\", \"version\": \"v0.18.0-erlang-slim\", \"lessThan\": \"v1.18.0-erlang-slim\", \"versionType\": \"other\"}, {\"status\": \"affected\", \"version\": \"v0.18.0-erlang-alpine\", \"lessThan\": \"v1.18.0-erlang-alpine\", \"versionType\": \"other\"}, {\"status\": \"affected\", \"version\": \"v0.18.0-node\", \"lessThan\": \"v1.18.0-node\", \"versionType\": \"other\"}, {\"status\": \"affected\", \"version\": \"v0.18.0-node-slim\", \"lessThan\": \"v1.18.0-node-slim\", \"versionType\": \"other\"}, {\"status\": \"affected\", \"version\": \"v0.18.0-node-alpine\", \"lessThan\": \"v1.18.0-node-alpine\", \"versionType\": \"other\"}, {\"status\": \"affected\", \"version\": \"v1.6.0-scratch\", \"lessThan\": \"v1.18.0-scratch\", \"versionType\": \"other\"}], \"packageURL\": \"pkg:oci/gleam?repository_url=ghcr.io/gleam-lang\", \"packageName\": \"gleam-lang/gleam\", \"programFiles\": [\"compiler-cli/src/dependencies.rs\", \"compiler-cli/src/dependencies/dependency_manager.rs\"], \"collectionURL\": \"https://ghcr.io\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"gleam_cli::dependencies::lookup_package\"}, {\"name\": \"gleam_cli::dependencies::dependency_manager::DependencyManager::perform_version_resolution\"}]}], \"references\": [{\"url\": \"https://github.com/gleam-lang/gleam/security/advisories/GHSA-4vvc-458m-r82g\", \"tags\": [\"vendor-advisory\", \"related\"]}, {\"url\": \"https://cna.erlef.org/cves/CVE-2026-59247.html\", \"tags\": [\"related\"]}, {\"url\": \"https://osv.dev/vulnerability/EEF-CVE-2026-59247\", \"tags\": [\"related\"]}, {\"url\": \"https://github.com/gleam-lang/gleam/commit/c9c0d48c123c8abae6db8dd61b25ccb427ed3d35\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/hexpm/specifications/blob/main/registry-v2.md\", \"tags\": [\"related\"]}], \"x_generator\": {\"engine\": \"cvelib 1.8.0\"}, \"descriptions\": [{\"lang\": \"en\", \"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.\", \"supportingMedia\": [{\"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\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-345\", \"description\": \"CWE-345 Insufficient Verification of Data Authenticity\"}]}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:a:gleam-lang:gleam:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"1.18.0\", \"versionStartIncluding\": \"0.18.0\"}], \"operator\": \"OR\"}], \"operator\": \"AND\"}], \"providerMetadata\": {\"orgId\": \"6b3ad84c-e1a6-4bf7-a703-f496b71e49db\", \"shortName\": \"EEF\", \"dateUpdated\": \"2026-07-29T14:24:55.499Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2026-59247\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-07-29T15:09:39.613Z\", \"dateReserved\": \"2026-07-04T04:24:03.652Z\", \"assignerOrgId\": \"6b3ad84c-e1a6-4bf7-a703-f496b71e49db\", \"datePublished\": \"2026-07-29T14:24:55.499Z\", \"assignerShortName\": \"EEF\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…