fix: upgrade golang.org/x/image to 0.43.0 (CVE-2026-46602) - #6153
fix: upgrade golang.org/x/image to 0.43.0 (CVE-2026-46602)#6153anupamme wants to merge 1 commit into
Conversation
Automated dependency upgrade by OrbisAI Security
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughUpdated four Go module dependencies in Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Greptile SummaryThe PR upgrades golang.org/x/image to v0.43.0 to address the reported TIFF decoder vulnerability and refreshes related Go module requirements and checksums.
Confidence Score: 5/5The PR appears safe to merge, with no concrete changed-code-triggered failure identified. The dependency update replaces the x/image TIFF decoder used by the reachable attachment-processing path, while the other investigated advisory paths either predate the PR or lack evidence of being introduced or worsened by these version changes.
|
| Filename | Overview |
|---|---|
| go.mod | Updates x/image and related Go module versions; no changed-code regression was established. |
| go.sum | Adds checksums corresponding to the refreshed module graph without changing runtime code. |
Reviews (1): Last reviewed commit: "fix: CVE-2026-46602 security vulnerabili..." | Re-trigger Greptile
Summary
Upgrade golang.org/x/image from v0.39.0 to 0.43.0 to fix CVE-2026-46602.
Vulnerability
CVE-2026-46602go.mod(dependency:golang.org/x/image)Description: The TIFF decoder does not set a limit on the size of tiles in tiled im ...
Evidence
Scanner confirmation: trivy rule
CVE-2026-46602flagged this pattern.Changes
go.modgo.sumBehavior Preservation
The change is scoped to 2 files on the vulnerable path; it only tightens handling of untrusted input and leaves valid inputs unaffected.
This change addresses a pattern flagged by static analysis. The code path handles user-influenced input and the fix reduces the attack surface against both manual and automated exploitation.
Automated security fix by OrbisAI Security