security(gomod): 🛡️ minor 🛡️ vulnerability [unknown] - #60
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
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
June 5, 2026 13:12
Pull request was closed
renovate
Bot
force-pushed
the
renovate/vulnerability-unknown
branch
2 times, most recently
from
June 5, 2026 18:51
2741d4e to
a489929
Compare
renovate
Bot
force-pushed
the
renovate/vulnerability-unknown
branch
2 times, most recently
from
June 17, 2026 11:04
a489929 to
4eb634e
Compare
renovate
Bot
force-pushed
the
renovate/vulnerability-unknown
branch
2 times, most recently
from
June 22, 2026 05:32
4eb634e to
108a124
Compare
renovate
Bot
force-pushed
the
renovate/vulnerability-unknown
branch
from
July 22, 2026 10:04
8912da6 to
b190007
Compare
renovate
Bot
force-pushed
the
renovate/vulnerability-unknown
branch
from
August 14, 2026 19:55
b190007 to
c3656a1
Compare
renovate
Bot
force-pushed
the
renovate/vulnerability-unknown
branch
from
August 30, 2026 10:08
c3656a1 to
313f092
Compare
renovate
Bot
force-pushed
the
renovate/vulnerability-unknown
branch
from
August 30, 2026 13:15
313f092 to
024ba4e
Compare
renovate
Bot
force-pushed
the
renovate/vulnerability-unknown
branch
from
August 31, 2026 00:46
024ba4e to
426b385
Compare
renovate
Bot
force-pushed
the
renovate/vulnerability-unknown
branch
from
August 31, 2026 07:07
426b385 to
b84ff92
Compare
renovate
Bot
force-pushed
the
renovate/vulnerability-unknown
branch
from
September 1, 2026 00:58
b84ff92 to
ca26e80
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.14.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.