fix(deps): update module golang.org/x/image to v0.43.0 [security]#1881
Open
oep-renovate[bot] wants to merge 1 commit into
Open
fix(deps): update module golang.org/x/image to v0.43.0 [security]#1881oep-renovate[bot] wants to merge 1 commit into
oep-renovate[bot] wants to merge 1 commit into
Conversation
Signed-off-by: oep-renovate[bot] <212772560+oep-renovate[bot]@users.noreply.github.com>
Contributor
Author
ℹ️ Artifact update noticeFile name: interactive_ai/services/media/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
oep-renovate
Bot
requested review from
jcchr,
mgumowsk and
piotrgrubicki
as code owners
June 26, 2026 03:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.41.0→v0.43.0Panic 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).
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).
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 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).
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate.