Skip to content

chore(deps): update module golang.org/x/image to v0.45.0 [security] - #38

Open
alaudaa-renovate[bot] wants to merge 1 commit into
alauda-v5.8.0from
renovate/go-golang.org-x-image-vulnerability
Open

chore(deps): update module golang.org/x/image to v0.45.0 [security]#38
alaudaa-renovate[bot] wants to merge 1 commit into
alauda-v5.8.0from
renovate/go-golang.org-x-image-vulnerability

Conversation

@alaudaa-renovate

@alaudaa-renovate alaudaa-renovate Bot commented Jun 18, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
golang.org/x/image v0.39.0 -> v0.45.0 age confidence

GitHub Vulnerability Alerts

CVE-2026-33809

A maliciously crafted TIFF file can cause image decoding to attempt to allocate up 4GiB of memory, causing either excessive resource consumption or an out-of-memory error.

CVE-2026-46599

The TIFF decoder does not place a limit on the size of PackBits-compressed data. A maliciously-crafted image can exploit this to cause a small image (both in terms of pixel width/height and encoded size) to make the decoder decode large amounts of compressed data.


golang.org/x/image/tiff has excessive resource consumption in PackBits decompression

CVE-2026-46599 / GHSA-q675-qj96-32m9 / GO-2026-5032

More information

Details

The TIFF decoder does not place a limit on the size of PackBits-compressed data. A maliciously-crafted image can exploit this to cause a small image (both in terms of pixel width/height and encoded size) to make the decoder decode large amounts of compressed data.

Severity

  • CVSS Score: 7.5 / 10 (High)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

References

This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).


Panic when reading out of bound palette index in golang.org/x/image/bmp

CVE-2026-42500 / GO-2026-5031

More information

Details

Decoding a paletted BMP file with an out-of-range palette index results in a panic when accessing pixels in the invalid image.

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Excessive resource consumption in PackBits decompression in golang.org/x/image/tiff

CVE-2026-46599 / GHSA-q675-qj96-32m9 / GO-2026-5032

More information

Details

The TIFF decoder does not place a limit on the size of PackBits-compressed data. A maliciously-crafted image can exploit this to cause a small image (both in terms of pixel width/height and encoded size) to make the decoder decode large amounts of compressed data.

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Panic when decoding large WEBP image on 32-bit platforms in golang.org/x/image

CVE-2026-33813 / GO-2026-4961

More information

Details

Parsing a WEBP image with an invalid, large size panics on 32-bit platforms.

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Lack of limit on tile sizes in x/image/tiff in golang.org/x/image

CVE-2026-46602 / GO-2026-5062

More information

Details

The TIFF decoder does not set a limit on the size of tiles in tiled images, permitting a malicious or corrupt image containing a very large tile to cause unbounded memory consumption.

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Panic on VP8 alpha channel size mismatch in x/image/webp in golang.org/x/image

CVE-2026-46601 / GO-2026-5061

More information

Details

The webp decoder can panic when processing a VP8 chunk with dimensions that do not match the canvas size.

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Panic decoding image with out-of-bounds strip offset in x/image/tiff in golang.org/x/image

CVE-2026-46604 / GO-2026-5066

More information

Details

The TIFF decoder can panic when decoding an invalid image with an out-of-bounds strip offset.

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Excessive memory allocation during VP8L decoding in golang.org/x/image

CVE-2026-46603 / GO-2026-6222

More information

Details

VP8L decoding in golang.org/x/image/vp8l can allocate an excessive amount of memory when processing a crafted VP8L image containing many unused Huffman tree groups. This allows a remote attacker to cause a denial of service via memory exhaustion.

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Configuration

📅 Schedule: Branch creation - "" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@alaudaa-renovate

alaudaa-renovate Bot commented Jun 18, 2026

Copy link
Copy Markdown
Author

ℹ Artifact update notice

File name: hack/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 9 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.50.0 -> v0.54.0
golang.org/x/mod v0.35.0 -> v0.38.0
golang.org/x/net v0.53.0 -> v0.57.0
golang.org/x/sync v0.20.0 -> v0.22.0
golang.org/x/sys v0.43.0 -> v0.47.0
golang.org/x/telemetry v0.0.0-20260409153401-be6f6cb8b1fa -> v0.0.0-20260708182218-49f421fb7959
golang.org/x/term v0.42.0 -> v0.45.0
golang.org/x/text v0.36.0 -> v0.41.0
golang.org/x/tools v0.44.0 -> v0.48.0

@alaudaa-renovate alaudaa-renovate Bot changed the title chore(deps): update module golang.org/x/image to v0.41.0 [security] chore(deps): update module golang.org/x/image to v0.41.0 [security] - abandoned Jul 1, 2026
@alaudaa-renovate

Copy link
Copy Markdown
Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@alaudaa-renovate
alaudaa-renovate Bot force-pushed the renovate/go-golang.org-x-image-vulnerability branch from a9fc8bf to 79e8de4 Compare July 18, 2026 22:17
@alaudaa-renovate alaudaa-renovate Bot changed the title chore(deps): update module golang.org/x/image to v0.41.0 [security] - abandoned chore(deps): update module golang.org/x/image to v0.43.0 [security] Jul 18, 2026
@alaudaa-renovate
alaudaa-renovate Bot force-pushed the renovate/go-golang.org-x-image-vulnerability branch from 79e8de4 to c589614 Compare August 18, 2026 21:13
@alaudaa-renovate alaudaa-renovate Bot changed the title chore(deps): update module golang.org/x/image to v0.43.0 [security] chore(deps): update module golang.org/x/image to v0.45.0 [security] Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants