Skip to content

build(deps): bump golang.org/x/crypto from 0.50.0 to 0.52.0#858

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/golang.org/x/crypto-0.52.0
Open

build(deps): bump golang.org/x/crypto from 0.50.0 to 0.52.0#858
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/golang.org/x/crypto-0.52.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor

Bumps golang.org/x/crypto from 0.50.0 to 0.52.0.

Commits
  • a1c0d99 go.mod: update golang.org/x dependencies
  • 3c7c869 ssh: fix deadlock on unexpected channel responses
  • 533fb3f ssh: fix source-address critical option bypass
  • abbc44d ssh: fix incorrect operator order
  • e052873 ssh: fix infinite loop on large channel writes due to integer overflow
  • b61cf85 ssh: enforce user presence verification for security keys
  • 9c2cd33 ssh: enforce strict limits on DSA key parameters
  • 8907318 ssh: reject RSA keys with excessively large moduli
  • ffd87b4 ssh: fix panic when authority callbacks are nil
  • 4e7a738 ssh: fix deadlock on unexpected global responses
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.50.0 to 0.52.0.
- [Commits](golang/crypto@v0.50.0...v0.52.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 10, 2026
@dependabot dependabot Bot requested a review from a team as a code owner July 10, 2026 19:55
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jul 10, 2026
@kusari-inspector

Copy link
Copy Markdown

Kusari Inspector

Kusari Analysis Results:

Do not proceed without addressing issues

Caution

Flagged Issues Detected
These changes contain flagged issues that may introduce security risks.

The code security analysis returned zero findings across all scanned files, confirming no secrets, code-level vulnerabilities, or workflow issues were introduced by this PR. However, the dependency analysis identified 6 active vulnerabilities in golang.org/x/net@v0.54.0, which is introduced (or retained) by this PR. The most critical is CVE-2026-39821, a HIGH severity Punycode privilege escalation in the idna package (CVSS: AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N) — allowing a network-adjacent low-privileged attacker to escalate privileges with no user interaction. Additional vulnerabilities include multiple XSS issues (CVE-2026-42502, CVE-2026-25681, CVE-2026-27136, CVE-2026-42506) and a denial-of-service via HTML parsing (CVE-2026-25680). While the PR improves the posture of golang.org/x/crypto by patching prior vulnerabilities, it does not resolve the active golang.org/x/net issues. The clean code scan does not mitigate these dependency-level risks. We strongly recommend addressing this before merging by upgrading golang.org/x/net to v0.57.0 (the resolved version). Action: run 'go get golang.org/x/net@v0.57.0' and update go.mod/go.sum accordingly. If a transitive dependency constrains the version, add an explicit pin in go.mod.

Note

View full detailed analysis result for more information on the output and the checks that were run.

Required Dependency Mitigations

  • golang.org/x/net@v0.54.0 has 6 active vulnerabilities. The most critical is CVE-2026-39821 (Punycode privilege escalation in idna, CVSS: AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N). Additional issues include multiple XSS vulnerabilities (CVE-2026-42502, CVE-2026-25681, CVE-2026-27136, CVE-2026-42506) and a DoS via HTML parsing (CVE-2026-25680). These were also present in the old version (v0.53.0), and this PR does NOT resolve them. Dependency path: github.com/ossf/scorecard/v5 → golang.org/x/net. The fix report identifies v0.57.0 as the resolved version. Run: go get golang.org/x/net@v0.57.0. If github.com/ossf/scorecard/v5 constrains the version, consider adding an explicit override in go.mod to pin golang.org/x/net to v0.57.0.

@kusari-inspector rerun - Trigger a re-analysis of this PR
@kusari-inspector feedback [your message] - Send feedback to our AI and team
See Kusari's documentation for setup and configuration.
Commit: 0ba8623, performed at: 2026-07-10T19:57:37Z

Found this helpful? Give it a 👍 or 👎 reaction!

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

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

0 participants