Skip to main content

Out-of-bounds Write in github.com/golang/image

CVE-2026-46604

  • github.com/golang/image
  • golang.org/x/image
Severity High
Score 8.8/10

Summary

The TIFF decoder can panic when decoding an invalid image with an Out-Of-Bounds (OOB) strip offset. All versions prior to v0.43.0 are affected.

  • LOW
  • NETWORK
  • NONE
  • UNCHANGED
  • NONE
  • NONE
  • NONE
  • HIGH

CWE-787 - Out-of-Bounds Write

Out-of-bounds write vulnerability is a memory access bug that allows software to write data past the end or before the beginning of the intended buffer. This may result in the corruption of data, a crash, or arbitrary code execution.

Advisory Timeline

  • Published