Skip to content

fix(security/unknown/tools): update module golang.org/x/crypto to v0.56.0 [security] (release-v3.0) - #7835

Open
renovate-sh-app[bot] wants to merge 1 commit into
release-v3.0from
renovate/release-v3.0-security-tools-golang.orgxcrypto
Open

renovate-sh-app[bot] wants to merge 1 commit into
release-v3.0from
renovate/release-v3.0-security-tools-golang.orgxcrypto

Conversation

@renovate-sh-app

@renovate-sh-app renovate-sh-app Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
golang.org/x/crypto v0.52.0v0.56.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Source-address critical option not enforced for non-public-key auth callbacks in golang.org/x/crypto/ssh

CVE-2026-56854 / GO-2026-6303

More information

Details

The source-address critical option in the Permissions returned by an authentication callback was only enforced for the PublicKeyCallback and VerifiedPublicKeyCallback paths, extending the fix for CVE-2026-46595. Permissions returned by the PasswordCallback, KeyboardInteractiveCallback, NoClientAuthCallback, and GSSAPIWithMICConfig.AllowLogin callbacks were not validated against the client's remote address, so a source-address restriction set by those callbacks was silently ignored. The check is now applied to the Permissions returned by any authentication callback.

Severity

Unknown

References

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


Prevent DoS on deadlocked undecided channel in golang.org/x/crypto/ssh

CVE-2026-78662 / GO-2026-6354

More information

Details

Previously, a channel registered in the mux's chanList is not usable until it is established. A malicious peer was able flood the channel's incomingRequests, deadlocking the entire connection.

Now, we add an atomic established state, set when a channel becomes usable. Until such a time, handlePacket drops every packet other than the open confirmation/failure, without blocking and without tearing down the connection.

Severity

Unknown

References

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


Prevent DoS on deadlocked established channel in golang.org/x/crypto/ssh

CVE-2026-56855 / GO-2026-6355

More information

Details

Previously, after a channel has been established, a malicious peer could send crafted messages that would deadlock the entire connection.

Now, we handle all RFC 4254 channel messages; global requests are handled explicitly. Then, treat all other messages as a protocol error and tear the connection down instead of buffering and blocking.

Severity

Unknown

References

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@renovate-sh-app

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: tools/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):

  • 2 additional dependencies were updated

Details:

Package Change
golang.org/x/term v0.43.0 -> v0.45.0
golang.org/x/text v0.39.0 -> v0.41.0

@tempo-ci-app

tempo-ci-app Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

🤖 fix-renovate-prs rerun_failed_actions: The PR bumps golang.org/x/crypto only inside the separate tools/ module (tools/go.mod, tools/go.sum) — it has no effect on tempo's main module, so the failing tests cannot be caused by this diff. Both failures show flaky signatures unrelated to the bump: TestWorker fails only in TempDir RemoveAll cleanup (async goroutine still writing after test end), TestPushTracesSkipMetricsGenerationIngestStorage is a Kafka header-assertion flake, and the e2e-storage run reported 91 failures in 1500s driven by tempodb_compaction_outstanding_blocks/blocklist_length metric-timing races — rerun the failed actions.

…56.0 [security]

| datasource | package             | from    | to      |
| ---------- | ------------------- | ------- | ------- |
| go         | golang.org/x/crypto | v0.52.0 | v0.56.0 |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app
renovate-sh-app Bot force-pushed the renovate/release-v3.0-security-tools-golang.orgxcrypto branch from d0d431e to 293e17a Compare September 2, 2026 23:20
@renovate-sh-app renovate-sh-app Bot changed the title fix(security/unknown/tools): update module golang.org/x/crypto to v0.55.0 [security] (release-v3.0) fix(security/unknown/tools): update module golang.org/x/crypto to v0.56.0 [security] (release-v3.0) Sep 2, 2026
@tempo-ci-app

tempo-ci-app Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

🤖 fix-renovate-prs rerun_failed_actions: The only failure is a flaky TempDir cleanup race in modules/backendworker TestWorker ("TempDir RemoveAll cleanup: … directory not empty"); the test body itself passed and the PR only bumps tools/go.mod deps, so nothing in modules/backendworker is exercised by this diff. Rerun the failed job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge-security-update dependencies Pull requests that update a dependency file gomod minor renovate Applied to PR's created by renovatebot severity:UNKNOWN update-minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants