Search

Find a vulnerability

Search criteria

    4 vulnerabilities found for golang.org/x/image/webp by golang.org/x/image

    CVE-2026-46601 (GCVE-0-2026-46601)

    Vulnerability from nvd – Published: 2026-06-25 19:47 – Updated: 2026-06-26 16:09
    VLAI
    Title
    Panic on VP8 alpha channel size mismatch in x/image/webp in golang.org/x/image
    Summary
    The webp decoder can panic when processing a VP8 chunk with dimensions that do not match the canvas size.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    Assigner
    Go
    Impacted products
    Vendor Product Version
    golang.org/x/image golang.org/x/image/webp Affected: 0 , < 0.43.0 (semver)
    Create a notification for this product.
    Credits
    Lucas Futures (GitHub: gn00295120)
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "HIGH",
                  "baseScore": 7.5,
                  "baseSeverity": "HIGH",
                  "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:H",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-46601",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-06-26T16:08:56.631719Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-06-26T16:09:18.573Z",
              "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/webp",
              "product": "golang.org/x/image/webp",
              "programRoutines": [
                {
                  "name": "decode"
                },
                {
                  "name": "Decode"
                },
                {
                  "name": "DecodeConfig"
                }
              ],
              "vendor": "golang.org/x/image",
              "versions": [
                {
                  "lessThan": "0.43.0",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            },
            {
              "collectionURL": "https://pkg.go.dev",
              "defaultStatus": "unaffected",
              "packageName": "golang.org/x/image/webp",
              "product": "golang.org/x/image/webp",
              "vendor": "golang.org/x/image",
              "versions": [
                {
                  "lessThan": "0.43.0",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "value": "Lucas Futures (GitHub: gn00295120)"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "The webp decoder can panic when processing a VP8 chunk with dimensions that do not match the canvas size."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "CWE-125: Out-of-bounds Read",
                  "lang": "en"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-06-25T19:47:21.500Z",
            "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
            "shortName": "Go"
          },
          "references": [
            {
              "url": "https://go.dev/cl/787681"
            },
            {
              "url": "https://go.dev/issue/79869"
            },
            {
              "url": "https://pkg.go.dev/vuln/GO-2026-5061"
            }
          ],
          "title": "Panic on VP8 alpha channel size mismatch in x/image/webp in golang.org/x/image"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "assignerShortName": "Go",
        "cveId": "CVE-2026-46601",
        "datePublished": "2026-06-25T19:47:21.500Z",
        "dateReserved": "2026-05-15T17:35:00.814Z",
        "dateUpdated": "2026-06-26T16:09:18.573Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-33813 (GCVE-0-2026-33813)

    Vulnerability from nvd – Published: 2026-04-21 19:21 – Updated: 2026-06-25 19:47
    VLAI
    Title
    Panic when decoding large WEBP image on 32-bit platforms in golang.org/x/image
    Summary
    Parsing a WEBP image with an invalid, large size panics on 32-bit platforms.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-190 - Integer Overflow or Wraparound
    Assigner
    Go
    Impacted products
    Vendor Product Version
    golang.org/x/image golang.org/x/image/webp Affected: 0 , < 0.42.0 (semver)
    Create a notification for this product.
    Credits
    Tristan Madani
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "HIGH",
                  "baseScore": 7.5,
                  "baseSeverity": "HIGH",
                  "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:H",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-33813",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-04-22T15:23:43.643284Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-04-22T15:34:46.427Z",
              "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/webp",
              "product": "golang.org/x/image/webp",
              "programRoutines": [
                {
                  "name": "decode"
                },
                {
                  "name": "Decode"
                },
                {
                  "name": "DecodeConfig"
                }
              ],
              "vendor": "golang.org/x/image",
              "versions": [
                {
                  "lessThan": "0.42.0",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "value": "Tristan Madani"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Parsing a WEBP image with an invalid, large size panics on 32-bit platforms."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "CWE-190: Integer Overflow or Wraparound",
                  "lang": "en"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-06-25T19:47:15.561Z",
            "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
            "shortName": "Go"
          },
          "references": [
            {
              "url": "https://go.dev/cl/759860"
            },
            {
              "url": "https://go.dev/cl/780860"
            },
            {
              "url": "https://go.dev/issue/78407"
            },
            {
              "url": "https://pkg.go.dev/vuln/GO-2026-4961"
            }
          ],
          "title": "Panic when decoding large WEBP image on 32-bit platforms in golang.org/x/image"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "assignerShortName": "Go",
        "cveId": "CVE-2026-33813",
        "datePublished": "2026-04-21T19:21:27.644Z",
        "dateReserved": "2026-03-23T20:35:32.814Z",
        "dateUpdated": "2026-06-25T19:47:15.561Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-46601 (GCVE-0-2026-46601)

    Vulnerability from cvelistv5 – Published: 2026-06-25 19:47 – Updated: 2026-06-26 16:09
    VLAI
    Title
    Panic on VP8 alpha channel size mismatch in x/image/webp in golang.org/x/image
    Summary
    The webp decoder can panic when processing a VP8 chunk with dimensions that do not match the canvas size.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    Assigner
    Go
    Impacted products
    Vendor Product Version
    golang.org/x/image golang.org/x/image/webp Affected: 0 , < 0.43.0 (semver)
    Create a notification for this product.
    Credits
    Lucas Futures (GitHub: gn00295120)
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "HIGH",
                  "baseScore": 7.5,
                  "baseSeverity": "HIGH",
                  "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:H",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-46601",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-06-26T16:08:56.631719Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-06-26T16:09:18.573Z",
              "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/webp",
              "product": "golang.org/x/image/webp",
              "programRoutines": [
                {
                  "name": "decode"
                },
                {
                  "name": "Decode"
                },
                {
                  "name": "DecodeConfig"
                }
              ],
              "vendor": "golang.org/x/image",
              "versions": [
                {
                  "lessThan": "0.43.0",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            },
            {
              "collectionURL": "https://pkg.go.dev",
              "defaultStatus": "unaffected",
              "packageName": "golang.org/x/image/webp",
              "product": "golang.org/x/image/webp",
              "vendor": "golang.org/x/image",
              "versions": [
                {
                  "lessThan": "0.43.0",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "value": "Lucas Futures (GitHub: gn00295120)"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "The webp decoder can panic when processing a VP8 chunk with dimensions that do not match the canvas size."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "CWE-125: Out-of-bounds Read",
                  "lang": "en"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-06-25T19:47:21.500Z",
            "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
            "shortName": "Go"
          },
          "references": [
            {
              "url": "https://go.dev/cl/787681"
            },
            {
              "url": "https://go.dev/issue/79869"
            },
            {
              "url": "https://pkg.go.dev/vuln/GO-2026-5061"
            }
          ],
          "title": "Panic on VP8 alpha channel size mismatch in x/image/webp in golang.org/x/image"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "assignerShortName": "Go",
        "cveId": "CVE-2026-46601",
        "datePublished": "2026-06-25T19:47:21.500Z",
        "dateReserved": "2026-05-15T17:35:00.814Z",
        "dateUpdated": "2026-06-26T16:09:18.573Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-33813 (GCVE-0-2026-33813)

    Vulnerability from cvelistv5 – Published: 2026-04-21 19:21 – Updated: 2026-06-25 19:47
    VLAI
    Title
    Panic when decoding large WEBP image on 32-bit platforms in golang.org/x/image
    Summary
    Parsing a WEBP image with an invalid, large size panics on 32-bit platforms.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-190 - Integer Overflow or Wraparound
    Assigner
    Go
    Impacted products
    Vendor Product Version
    golang.org/x/image golang.org/x/image/webp Affected: 0 , < 0.42.0 (semver)
    Create a notification for this product.
    Credits
    Tristan Madani
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "HIGH",
                  "baseScore": 7.5,
                  "baseSeverity": "HIGH",
                  "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:H",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-33813",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-04-22T15:23:43.643284Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-04-22T15:34:46.427Z",
              "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/webp",
              "product": "golang.org/x/image/webp",
              "programRoutines": [
                {
                  "name": "decode"
                },
                {
                  "name": "Decode"
                },
                {
                  "name": "DecodeConfig"
                }
              ],
              "vendor": "golang.org/x/image",
              "versions": [
                {
                  "lessThan": "0.42.0",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "value": "Tristan Madani"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Parsing a WEBP image with an invalid, large size panics on 32-bit platforms."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "CWE-190: Integer Overflow or Wraparound",
                  "lang": "en"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-06-25T19:47:15.561Z",
            "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
            "shortName": "Go"
          },
          "references": [
            {
              "url": "https://go.dev/cl/759860"
            },
            {
              "url": "https://go.dev/cl/780860"
            },
            {
              "url": "https://go.dev/issue/78407"
            },
            {
              "url": "https://pkg.go.dev/vuln/GO-2026-4961"
            }
          ],
          "title": "Panic when decoding large WEBP image on 32-bit platforms in golang.org/x/image"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "assignerShortName": "Go",
        "cveId": "CVE-2026-33813",
        "datePublished": "2026-04-21T19:21:27.644Z",
        "dateReserved": "2026-03-23T20:35:32.814Z",
        "dateUpdated": "2026-06-25T19:47:15.561Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }