GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-42500 (GCVE-0-2026-42500)

Vulnerability from cvelistv5 – Published: 2026-05-29 18:36 – Updated: 2026-05-29 19:51
VLAI
Title
Panic when reading out of bound palette index in golang.org/x/image/bmp
Summary
Decoding a paletted BMP file with an out-of-range palette index results in a panic when accessing pixels in the invalid image.
SSVC
Exploitation: none Automatable: yes Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-05-29 19:51 UTC
CWE
  • CWE-129 - Improper Validation of Array Index
Assigner
Impacted products
Vendor Product Version CPE status
golang.org/x/image golang.org/x/image/bmp Affected: 0 , < 0.41.0 (semver)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "cvssV3_1": {
              "attackComplexity": "LOW",
              "attackVector": "NETWORK",
              "availabilityImpact": "LOW",
              "baseScore": 5.3,
              "baseSeverity": "MEDIUM",
              "confidentialityImpact": "NONE",
              "integrityImpact": "NONE",
              "privilegesRequired": "NONE",
              "scope": "UNCHANGED",
              "userInteraction": "NONE",
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
              "version": "3.1"
            }
          },
          {
            "other": {
              "content": {
                "id": "CVE-2026-42500",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "yes"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-05-29T19:51:07.816824Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-05-29T19:51:38.147Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "collectionURL": "https://pkg.go.dev",
          "defaultStatus": "unaffected",
          "packageName": "golang.org/x/image/bmp",
          "product": "golang.org/x/image/bmp",
          "programRoutines": [
            {
              "name": "decodePaletted"
            },
            {
              "name": "Decode"
            }
          ],
          "vendor": "golang.org/x/image",
          "versions": [
            {
              "lessThan": "0.41.0",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "Decoding a paletted BMP file with an out-of-range palette index results in a panic when accessing pixels in the invalid image."
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "description": "CWE-129: Improper Validation of Array Index",
              "lang": "en"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-29T18:36:28.283Z",
        "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "shortName": "Go"
      },
      "references": [
        {
          "url": "https://go.dev/issue/79576"
        },
        {
          "url": "https://groups.google.com/g/golang-announce/c/uhYX90BlBvI"
        },
        {
          "url": "https://go.dev/cl/781500"
        },
        {
          "url": "https://pkg.go.dev/vuln/GO-2026-5031"
        }
      ],
      "title": "Panic when reading out of bound palette index in golang.org/x/image/bmp"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
    "assignerShortName": "Go",
    "cveId": "CVE-2026-42500",
    "datePublished": "2026-05-29T18:36:28.283Z",
    "dateReserved": "2026-04-28T00:21:12.791Z",
    "dateUpdated": "2026-05-29T19:51:38.147Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-42500",
      "date": "2026-09-16",
      "epss": "0.00384",
      "percentile": "0.32109"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-42500\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2026-05-29T20:16:23.627\",\"lastModified\":\"2026-07-22T06:10:00.170\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Decoding a paletted BMP file with an out-of-range palette index results in a panic when accessing pixels in the invalid image.\"},{\"lang\":\"es\",\"value\":\"Decodificaci\u00f3n de un archivo BMP paletizado con un \u00edndice de paleta fuera de rango resulta en un p\u00e1nico al acceder a los p\u00edxeles en la imagen inv\u00e1lida.\"}],\"affected\":[{\"source\":\"security@golang.org\",\"affectedData\":[{\"vendor\":\"golang.org/x/image\",\"product\":\"golang.org/x/image/bmp\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://pkg.go.dev\",\"packageName\":\"golang.org/x/image/bmp\",\"programRoutines\":[{\"name\":\"decodePaletted\"},{\"name\":\"Decode\"}],\"versions\":[{\"version\":\"0\",\"lessThan\":\"0.41.0\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-05-29T19:51:07.816824Z\",\"id\":\"CVE-2026-42500\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"references\":[{\"url\":\"https://go.dev/cl/781500\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/issue/79576\",\"source\":\"security@golang.org\"},{\"url\":\"https://groups.google.com/g/golang-announce/c/uhYX90BlBvI\",\"source\":\"security@golang.org\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2026-5031\",\"source\":\"security@golang.org\"}]}}",
    "redhat_vex": {
      "current_release_date": "2026-08-13T17:39:42+00:00",
      "cve": "CVE-2026-42500",
      "id": "CVE-2026-42500",
      "initial_release_date": "2026-05-29T18:36:28.283000+00:00",
      "product_status:known_not_affected": "1",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "golang.org/x/image/bmp: golang: golang.org/x/image/bmp: Denial of Service via out-of-range palette index in BMP decoding",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-42500.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-08-01T16:52:29Z",
      "cve": "CVE-2026-42500",
      "id": "CVE-2026-42500",
      "initial_release_date": "2026-08-01T16:52:29Z",
      "product_status:recommended": "9",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-42500",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-42500.json",
      "version": "2"
    },
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-42500\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-05-29T19:51:07.816824Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-05-29T19:51:33.444Z\"}}], \"cna\": {\"title\": \"Panic when reading out of bound palette index in golang.org/x/image/bmp\", \"affected\": [{\"vendor\": \"golang.org/x/image\", \"product\": \"golang.org/x/image/bmp\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.41.0\", \"versionType\": \"semver\"}], \"packageName\": \"golang.org/x/image/bmp\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"decodePaletted\"}, {\"name\": \"Decode\"}]}], \"references\": [{\"url\": \"https://go.dev/issue/79576\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/uhYX90BlBvI\"}, {\"url\": \"https://go.dev/cl/781500\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2026-5031\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Decoding a paletted BMP file with an out-of-range palette index results in a panic when accessing pixels in the invalid image.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-129: Improper Validation of Array Index\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2026-05-29T18:36:28.283Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2026-42500\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-05-29T19:51:38.147Z\", \"dateReserved\": \"2026-04-28T00:21:12.791Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2026-05-29T18:36:28.283Z\", \"assignerShortName\": \"Go\"}",
      "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…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…