security(gomod): 🛡️ minor 🛡️ vulnerability [unknown] - #62
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
auto-merge was automatically disabled
July 4, 2026 09:01
Pull request was closed
renovate
Bot
force-pushed
the
renovate/vulnerability-unknown
branch
2 times, most recently
from
July 4, 2026 14:00
4bb416c to
413d69a
Compare
renovate
Bot
force-pushed
the
renovate/vulnerability-unknown
branch
2 times, most recently
from
July 21, 2026 00:16
413d69a to
bce05d8
Compare
renovate
Bot
force-pushed
the
renovate/vulnerability-unknown
branch
from
July 22, 2026 11:12
bce05d8 to
bf09ae7
Compare
renovate
Bot
force-pushed
the
renovate/vulnerability-unknown
branch
from
August 28, 2026 21:35
073ea8a to
010f0e5
Compare
renovate
Bot
force-pushed
the
renovate/vulnerability-unknown
branch
from
August 29, 2026 02:06
010f0e5 to
fed178b
Compare
renovate
Bot
force-pushed
the
renovate/vulnerability-unknown
branch
from
August 29, 2026 09:37
fed178b to
fcad71a
Compare
renovate
Bot
force-pushed
the
renovate/vulnerability-unknown
branch
from
August 29, 2026 13:38
fcad71a to
9b89fbb
Compare
renovate
Bot
force-pushed
the
renovate/vulnerability-unknown
branch
from
August 30, 2026 17:41
9b89fbb to
666662b
Compare
renovate
Bot
force-pushed
the
renovate/vulnerability-unknown
branch
from
August 30, 2026 21:01
666662b to
9dc9768
Compare
renovate
Bot
force-pushed
the
renovate/vulnerability-unknown
branch
from
August 31, 2026 01:48
9dc9768 to
1024f22
Compare
renovate
Bot
force-pushed
the
renovate/vulnerability-unknown
branch
from
September 1, 2026 23:40
1024f22 to
0c1f36c
Compare
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.10.0→v0.40.0v0.16.0→v0.44.0v0.14.0→v0.39.0Fix transparency log tile verification bypass in golang.org/x/mod/sumdb/tlog
BIT-golang-2026-56865 / CVE-2026-56865 / GO-2026-6179
More information
Details
A malicious GOPROXY was previously capable of forging up to two sumdb tiles that allow for a requested module to bypass the GOSUMDB check and persist attacker-controlled module content to a local Go module cache.
This attack allows for a malicious GOPROXY to serve malicious module content that cannot be detected by evaluating the transparency log.
All tiles are now correctly verified against their parents.
In order to determine if you have been affected:
rm -r go.sum go.work.sum vendor/ && go mod tidy
Severity
Unknown
References
This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).
Ignore unrelated, unauthenticated hashes in Lookup in golang.org/x/mod/sumdb
BIT-golang-2026-56864 / CVE-2026-56864 / GO-2026-6180
More information
Details
A malicious GOSUMDB was capable of serving arbitrary module content not contained within the transparency log.
This attack allows for a coordinating GOPROXY and GOSUMDB to serve a client malicious module content that cannot be detected by evaluating the transparency log.
In order to determine if you have been affected:
rm -r go.sum go.work.sum vendor/ && go mod tidy
Severity
Unknown
References
This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).
Invoking integer overflow in NewNTUnicodeString in golang.org/x/sys/windows
CVE-2026-39824 / GO-2026-5024
More information
Details
NewNTUnicodeString does not check for string length overflow. When provided with a string that overflows the maximum size of a NTUnicodeString (a 16-bit number of bytes), it returns a truncated string rather than an error.
Severity
Unknown
References
This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).
Infinite loop on invalid input in golang.org/x/text
CVE-2026-56852 / GO-2026-5970
More information
Details
A norm.Iter can enter an infinite loop when handling input containing invalid UTF-8 bytes.
Severity
Unknown
References
This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).
Configuration
📅 Schedule: (in timezone America/Chicago)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.