Skip to content

github.com/minIO/minIO-go/v7-v7.0.34: 19 vulnerabilities (highest severity is: 10.0) #904

@mend-bolt-for-github

Description

@mend-bolt-for-github
Vulnerable Library - github.com/minIO/minIO-go/v7-v7.0.34

Path to dependency file: /go.mod

Path to vulnerable library: /go.mod

Vulnerabilities

Vulnerability Severity CVSS Dependency Type Fixed in (github.com/minIO/minIO-go/v7-v7.0.34 version) Remediation Possible**
CVE-2026-46595 Critical 10.0 golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa Transitive N/A*
CVE-2026-42508 Critical 9.1 golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa Transitive N/A*
CVE-2026-39834 Critical 9.1 golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa Transitive N/A*
CVE-2026-39833 Critical 9.1 golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa Transitive N/A*
CVE-2026-39832 Critical 9.1 golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa Transitive N/A*
CVE-2026-39831 Critical 9.1 golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa Transitive N/A*
CVE-2026-39830 Critical 9.1 golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa Transitive N/A*
CVE-2024-45337 Critical 9.1 golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa Transitive N/A*
CVE-2026-46597 High 7.5 golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa Transitive N/A*
CVE-2026-39829 High 7.5 golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa Transitive N/A*
CVE-2025-47913 High 7.5 golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa Transitive N/A*
CVE-2025-22869 High 7.5 golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa Transitive N/A*
CVE-2026-39827 Medium 6.5 golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa Transitive N/A*
CVE-2026-39828 Medium 6.3 golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa Transitive N/A*
CVE-2023-48795 Medium 5.9 golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa Transitive N/A*
CVE-2026-46598 Medium 5.3 golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa Transitive N/A*
CVE-2026-39835 Medium 5.3 golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa Transitive N/A*
CVE-2025-58181 Medium 5.3 golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa Transitive N/A*
CVE-2025-47914 Medium 5.3 golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa Transitive N/A*

*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.

**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation

Details

CVE-2026-46595

Vulnerable Library - golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa

Library home page: https://proxy.golang.org/golang.org/x/crypto/@⁠v/v0.0.0-20220722155217-630584e8d5aa.zip

Path to dependency file: /go.mod

Path to vulnerable library: /go.mod

Dependency Hierarchy:

  • github.com/minIO/minIO-go/v7-v7.0.34 (Root Library)
    • golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa (Vulnerable Library)

Found in base branch: main

Vulnerability Details

Previously, CVE-2024-45337 fixed an authorization bypass for misused ssh server configurations; if any other type of callback is passed other than public key, then the source-address validation would be skipped.

Publish Date: 2026-05-22

URL: CVE-2026-46595

CVSS 3 Score Details (10.0)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Changed
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2026-05-22

Fix Resolution: https://github.com/golang/crypto.git - v0.52.0,golang.org/x/crypto - v0.52.0

Step up your Open Source Security Game with Mend here

CVE-2026-42508

Vulnerable Library - golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa

Library home page: https://proxy.golang.org/golang.org/x/crypto/@⁠v/v0.0.0-20220722155217-630584e8d5aa.zip

Path to dependency file: /go.mod

Path to vulnerable library: /go.mod

Dependency Hierarchy:

  • github.com/minIO/minIO-go/v7-v7.0.34 (Root Library)
    • golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa (Vulnerable Library)

Found in base branch: main

Vulnerability Details

Previously, a revoked 'SignatureKey' belonging to a CA was not correctly checked for revocation. Now, both the 'key' and 'key.SignatureKey' are checked for @⁠revoked.

Publish Date: 2026-05-22

URL: CVE-2026-42508

CVSS 3 Score Details (9.1)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2026-05-22

Fix Resolution: https://github.com/golang/crypto.git - v0.52.0,golang.org/x/crypto - v0.52.0

Step up your Open Source Security Game with Mend here

CVE-2026-39834

Vulnerable Library - golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa

Library home page: https://proxy.golang.org/golang.org/x/crypto/@⁠v/v0.0.0-20220722155217-630584e8d5aa.zip

Path to dependency file: /go.mod

Path to vulnerable library: /go.mod

Dependency Hierarchy:

  • github.com/minIO/minIO-go/v7-v7.0.34 (Root Library)
    • golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa (Vulnerable Library)

Found in base branch: main

Vulnerability Details

When writing data larger than 4GB in a single Write call on an SSH channel, an integer overflow in the internal payload size calculation caused the write loop to spin indefinitely, sending empty packets without making progress. The size comparison now uses int64 to prevent truncation.

Publish Date: 2026-05-22

URL: CVE-2026-39834

CVSS 3 Score Details (9.1)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://pkg.go.dev/vuln/GO-2026-5020

Release Date: 2026-05-22

Fix Resolution: golang.org/x/crypto - v0.52.0,https://github.com/golang/crypto.git - v0.52.0

Step up your Open Source Security Game with Mend here

CVE-2026-39833

Vulnerable Library - golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa

Library home page: https://proxy.golang.org/golang.org/x/crypto/@⁠v/v0.0.0-20220722155217-630584e8d5aa.zip

Path to dependency file: /go.mod

Path to vulnerable library: /go.mod

Dependency Hierarchy:

  • github.com/minIO/minIO-go/v7-v7.0.34 (Root Library)
    • golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa (Vulnerable Library)

Found in base branch: main

Vulnerability Details

The in-memory keyring returned by NewKeyring() silently accepted keys with the ConfirmBeforeUse constraint but never enforced it. The key would sign without any confirmation prompt, with no indication to the caller that the constraint was not in effect. NewKeyring() now returns an error when unsupported constraints are requested.

Publish Date: 2026-05-22

URL: CVE-2026-39833

CVSS 3 Score Details (9.1)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://pkg.go.dev/vuln/GO-2026-5005

Release Date: 2026-05-22

Fix Resolution: golang.org/x/crypto - v0.52.0,https://github.com/golang/crypto.git - v0.52.0

Step up your Open Source Security Game with Mend here

CVE-2026-39832

Vulnerable Library - golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa

Library home page: https://proxy.golang.org/golang.org/x/crypto/@⁠v/v0.0.0-20220722155217-630584e8d5aa.zip

Path to dependency file: /go.mod

Path to vulnerable library: /go.mod

Dependency Hierarchy:

  • github.com/minIO/minIO-go/v7-v7.0.34 (Root Library)
    • golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa (Vulnerable Library)

Found in base branch: main

Vulnerability Details

When adding a key to a remote agent constraint extensions such as restrict-destination-v00@openssh.com were not serialized in the request. Destination restrictions were silently stripped when forwarding keys, allowing unrestricted use of the key on the remote host. The client now serializes all constraint extensions. Additionally, the in-memory keyring returned by NewKeyring() now rejects keys with unsupported constraint extensions instead of silently ignoring them.

Publish Date: 2026-05-22

URL: CVE-2026-39832

CVSS 3 Score Details (9.1)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2026-05-22

Fix Resolution: https://github.com/golang/crypto.git - v0.52.0,golang.org/x/crypto - v0.52.0

Step up your Open Source Security Game with Mend here

CVE-2026-39831

Vulnerable Library - golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa

Library home page: https://proxy.golang.org/golang.org/x/crypto/@⁠v/v0.0.0-20220722155217-630584e8d5aa.zip

Path to dependency file: /go.mod

Path to vulnerable library: /go.mod

Dependency Hierarchy:

  • github.com/minIO/minIO-go/v7-v7.0.34 (Root Library)
    • golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa (Vulnerable Library)

Found in base branch: main

Vulnerability Details

The Verify() method for FIDO/U2F security key types (sk-ecdsa-sha2-nistp256@openssh.com, sk-ssh-ed25519@openssh.com) did not check the User Presence flag. Signatures generated without physical touch were accepted, allowing unattended use of a hardware security key. To restore the previous behavior, return a "no-touch-required" extension in Permissions.Extensions from PublicKeyCallback.

Publish Date: 2026-05-22

URL: CVE-2026-39831

CVSS 3 Score Details (9.1)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://pkg.go.dev/vuln/GO-2026-5019

Release Date: 2026-05-22

Fix Resolution: golang.org/x/crypto - v0.52.0,https://github.com/golang/crypto.git - v0.52.0

Step up your Open Source Security Game with Mend here

CVE-2026-39830

Vulnerable Library - golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa

Library home page: https://proxy.golang.org/golang.org/x/crypto/@⁠v/v0.0.0-20220722155217-630584e8d5aa.zip

Path to dependency file: /go.mod

Path to vulnerable library: /go.mod

Dependency Hierarchy:

  • github.com/minIO/minIO-go/v7-v7.0.34 (Root Library)
    • golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa (Vulnerable Library)

Found in base branch: main

Vulnerability Details

A malicious SSH peer could send unsolicited global request responses to fill an internal buffer, blocking the connection's read loop. The blocked goroutine could not be released by calling Close(), resulting in a resource leak per connection. Unsolicited global responses are now discarded.

Publish Date: 2026-05-22

URL: CVE-2026-39830

CVSS 3 Score Details (9.1)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://pkg.go.dev/vuln/GO-2026-5017

Release Date: 2026-05-22

Fix Resolution: golang.org/x/crypto - v0.52.0,https://github.com/golang/crypto.git - v0.52.0

Step up your Open Source Security Game with Mend here

CVE-2024-45337

Vulnerable Library - golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa

Library home page: https://proxy.golang.org/golang.org/x/crypto/@⁠v/v0.0.0-20220722155217-630584e8d5aa.zip

Path to dependency file: /go.mod

Path to vulnerable library: /go.mod

Dependency Hierarchy:

  • github.com/minIO/minIO-go/v7-v7.0.34 (Root Library)
    • golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa (Vulnerable Library)

Found in base branch: main

Vulnerability Details

Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that "A call to this function does not guarantee that the key offered is in fact used to authenticate." Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@⁠v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.

Publish Date: 2024-12-11

URL: CVE-2024-45337

CVSS 3 Score Details (9.1)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-v778-237x-gjrc

Release Date: 2024-12-11

Fix Resolution: golang.org/x/crypto - v0.31.0

Step up your Open Source Security Game with Mend here

CVE-2026-46597

Vulnerable Library - golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa

Library home page: https://proxy.golang.org/golang.org/x/crypto/@⁠v/v0.0.0-20220722155217-630584e8d5aa.zip

Path to dependency file: /go.mod

Path to vulnerable library: /go.mod

Dependency Hierarchy:

  • github.com/minIO/minIO-go/v7-v7.0.34 (Root Library)
    • golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa (Vulnerable Library)

Found in base branch: main

Vulnerability Details

An incorrectly placed cast from bytes to int allowed for server-side panic in the AES-GCM packet decoder for well-crafted inputs.

Publish Date: 2026-05-22

URL: CVE-2026-46597

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://pkg.go.dev/vuln/GO-2026-5013

Release Date: 2026-05-22

Fix Resolution: golang.org/x/crypto - v0.52.0,https://github.com/golang/crypto.git - v0.52.0

Step up your Open Source Security Game with Mend here

CVE-2026-39829

Vulnerable Library - golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa

Library home page: https://proxy.golang.org/golang.org/x/crypto/@⁠v/v0.0.0-20220722155217-630584e8d5aa.zip

Path to dependency file: /go.mod

Path to vulnerable library: /go.mod

Dependency Hierarchy:

  • github.com/minIO/minIO-go/v7-v7.0.34 (Root Library)
    • golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa (Vulnerable Library)

Found in base branch: main

Vulnerability Details

The RSA and DSA public key parsers did not enforce size limits on key parameters. A crafted public key with an excessively large modulus or DSA parameter could cause several minutes of CPU consumption during signature verification. This could be triggered by unauthenticated clients during public key authentication. RSA moduli are now limited to 8192 bits, and DSA parameters are validated per FIPS 186-2.

Publish Date: 2026-05-22

URL: CVE-2026-39829

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2026-05-22

Fix Resolution: https://github.com/golang/crypto.git - v0.52.0,golang.org/x/crypto - v0.52.0

Step up your Open Source Security Game with Mend here

CVE-2025-47913

Vulnerable Library - golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa

Library home page: https://proxy.golang.org/golang.org/x/crypto/@⁠v/v0.0.0-20220722155217-630584e8d5aa.zip

Path to dependency file: /go.mod

Path to vulnerable library: /go.mod

Dependency Hierarchy:

  • github.com/minIO/minIO-go/v7-v7.0.34 (Root Library)
    • golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa (Vulnerable Library)

Found in base branch: main

Vulnerability Details

SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process.

Publish Date: 2025-11-13

URL: CVE-2025-47913

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2025-11-13

Fix Resolution: https://github.com/golang/crypto.git - v0.43.0

Step up your Open Source Security Game with Mend here

CVE-2025-22869

Vulnerable Library - golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa

Library home page: https://proxy.golang.org/golang.org/x/crypto/@⁠v/v0.0.0-20220722155217-630584e8d5aa.zip

Path to dependency file: /go.mod

Path to vulnerable library: /go.mod

Dependency Hierarchy:

  • github.com/minIO/minIO-go/v7-v7.0.34 (Root Library)
    • golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa (Vulnerable Library)

Found in base branch: main

Vulnerability Details

SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.

Publish Date: 2025-02-26

URL: CVE-2025-22869

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://pkg.go.dev/vuln/GO-2025-3487

Release Date: 2025-02-26

Fix Resolution: v0.35.0

Step up your Open Source Security Game with Mend here

CVE-2026-39827

Vulnerable Library - golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa

Library home page: https://proxy.golang.org/golang.org/x/crypto/@⁠v/v0.0.0-20220722155217-630584e8d5aa.zip

Path to dependency file: /go.mod

Path to vulnerable library: /go.mod

Dependency Hierarchy:

  • github.com/minIO/minIO-go/v7-v7.0.34 (Root Library)
    • golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa (Vulnerable Library)

Found in base branch: main

Vulnerability Details

An authenticated SSH client that repeatedly opened channels which were rejected by the server caused unbounded memory growth, eventually crashing the server process and affecting all connected users. Rejected channels are now properly removed from the connection's internal state and released for garbage collection.

Publish Date: 2026-05-22

URL: CVE-2026-39827

CVSS 3 Score Details (6.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: Low
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://pkg.go.dev/vuln/GO-2026-5016

Release Date: 2026-05-22

Fix Resolution: golang.org/x/crypto - v0.52.0,https://github.com/golang/crypto.git - v0.52.0

Step up your Open Source Security Game with Mend here

CVE-2026-39828

Vulnerable Library - golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa

Library home page: https://proxy.golang.org/golang.org/x/crypto/@⁠v/v0.0.0-20220722155217-630584e8d5aa.zip

Path to dependency file: /go.mod

Path to vulnerable library: /go.mod

Dependency Hierarchy:

  • github.com/minIO/minIO-go/v7-v7.0.34 (Root Library)
    • golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa (Vulnerable Library)

Found in base branch: main

Vulnerability Details

When an SSH server authentication callback returned PartialSuccessError with non-nil Permissions, those permissions were silently discarded, potentially dropping certificate restrictions such as force-command after a second factor succeeded. Returning non-nil Permissions with PartialSuccessError now results in a connection error.

Publish Date: 2026-05-22

URL: CVE-2026-39828

CVSS 3 Score Details (6.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: Low
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: Low
    • Integrity Impact: Low
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://pkg.go.dev/vuln/GO-2026-5014

Release Date: 2026-05-22

Fix Resolution: golang.org/x/crypto - v0.52.0,https://github.com/golang/crypto.git - v0.52.0

Step up your Open Source Security Game with Mend here

CVE-2023-48795

Vulnerable Library - golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa

Library home page: https://proxy.golang.org/golang.org/x/crypto/@⁠v/v0.0.0-20220722155217-630584e8d5aa.zip

Path to dependency file: /go.mod

Path to vulnerable library: /go.mod

Dependency Hierarchy:

  • github.com/minIO/minIO-go/v7-v7.0.34 (Root Library)
    • golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa (Vulnerable Library)

Found in base branch: main

Vulnerability Details

The SSH transport protocol with certain OpenSSH extensions, found in OpenSSH before 9.6 and other products, allows remote attackers to bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end up with a connection for which some security features have been downgraded or disabled, aka a Terrapin attack. This occurs because the SSH Binary Packet Protocol (BPP), implemented by these extensions, mishandles the handshake phase and mishandles use of sequence numbers. For example, there is an effective attack against SSH's use of ChaCha20-Poly1305 (and CBC with Encrypt-then-MAC). The bypass occurs in chacha20-poly1305@openssh.com and (if CBC is used) the -etm@openssh.com MAC algorithms. This also affects Maverick Synergy Java SSH API before 3.1.0-SNAPSHOT, Dropbear through 2022.83, Ssh before 5.1.1 in Erlang/OTP, PuTTY before 0.80, AsyncSSH before 2.14.2, golang.org/x/crypto before 0.17.0, libssh before 0.10.6, libssh2 through 1.11.0, Thorn Tech SFTP Gateway before 3.4.6, Tera Term before 5.1, Paramiko before 3.4.0, jsch before 0.2.15, SFTPGo before 2.5.6, Netgate pfSense Plus through 23.09.1, Netgate pfSense CE through 2.7.2, HPN-SSH through 18.2.0, ProFTPD before 1.3.8b (and before 1.3.9rc2), ORYX CycloneSSH before 2.3.4, NetSarang XShell 7 before Build 0144, CrushFTP before 10.6.0, ConnectBot SSH library before 2.2.22, Apache MINA sshd through 2.11.0, sshj through 0.37.0, TinySSH through 20230101, trilead-ssh2 6401, LANCOM LCOS and LANconfig, FileZilla before 3.66.4, Nova before 11.8, PKIX-SSH before 14.4, SecureCRT before 9.4.3, Transmit5 before 5.10.4, Win32-OpenSSH before 9.5.0.0p1-Beta, WinSCP before 6.2.2, Bitvise SSH Server before 9.32, Bitvise SSH Client before 9.33, KiTTY through 0.76.1.13, the net-ssh gem 7.2.0 for Ruby, the mscdex ssh2 module before 1.15.0 for Node.js, the thrussh library before 0.35.1 for Rust, and the Russh crate before 0.40.2 for Rust.

Publish Date: 2023-12-18

URL: CVE-2023-48795

CVSS 3 Score Details (5.9)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: High
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-45x7-px36-x8w8

Release Date: 2023-12-18

Fix Resolution: golang.org/x/crypto - v0.0.0-20231218163308-9d2ee975ef9f,golang.org/x/crypto - v0.17.0,paramiko - 3.4.0,russh - 0.40.2

Step up your Open Source Security Game with Mend here

CVE-2026-46598

Vulnerable Library - golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa

Library home page: https://proxy.golang.org/golang.org/x/crypto/@⁠v/v0.0.0-20220722155217-630584e8d5aa.zip

Path to dependency file: /go.mod

Path to vulnerable library: /go.mod

Dependency Hierarchy:

  • github.com/minIO/minIO-go/v7-v7.0.34 (Root Library)
    • golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa (Vulnerable Library)

Found in base branch: main

Vulnerability Details

For certain crafted inputs, a 'ed25519.PrivateKey' was created by casting malformed wire bytes, leading to a panic when used.

Publish Date: 2026-05-22

URL: CVE-2026-46598

CVSS 3 Score Details (5.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2026-05-22

Fix Resolution: https://github.com/golang/crypto.git - v0.52.0,golang.org/x/crypto - v0.52.0

Step up your Open Source Security Game with Mend here

CVE-2026-39835

Vulnerable Library - golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa

Library home page: https://proxy.golang.org/golang.org/x/crypto/@⁠v/v0.0.0-20220722155217-630584e8d5aa.zip

Path to dependency file: /go.mod

Path to vulnerable library: /go.mod

Dependency Hierarchy:

  • github.com/minIO/minIO-go/v7-v7.0.34 (Root Library)
    • golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa (Vulnerable Library)

Found in base branch: main

Vulnerability Details

SSH servers which use CertChecker as a public key callback without setting IsUserAuthority or IsHostAuthority could be caused to panic by a client presenting a certificate. CertChecker now returns an error instead of panicking when these callbacks are nil.

Publish Date: 2026-05-22

URL: CVE-2026-39835

CVSS 3 Score Details (5.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2026-05-22

Fix Resolution: https://github.com/golang/crypto.git - v0.52.0,golang.org/x/crypto - v0.52.0

Step up your Open Source Security Game with Mend here

CVE-2025-58181

Vulnerable Library - golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa

Library home page: https://proxy.golang.org/golang.org/x/crypto/@⁠v/v0.0.0-20220722155217-630584e8d5aa.zip

Path to dependency file: /go.mod

Path to vulnerable library: /go.mod

Dependency Hierarchy:

  • github.com/minIO/minIO-go/v7-v7.0.34 (Root Library)
    • golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa (Vulnerable Library)

Found in base branch: main

Vulnerability Details

SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption.

Publish Date: 2025-11-19

URL: CVE-2025-58181

CVSS 3 Score Details (5.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2025-11-19

Fix Resolution: golang.org/x/crypto - v0.45.0

Step up your Open Source Security Game with Mend here

CVE-2025-47914

Vulnerable Library - golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa

Library home page: https://proxy.golang.org/golang.org/x/crypto/@⁠v/v0.0.0-20220722155217-630584e8d5aa.zip

Path to dependency file: /go.mod

Path to vulnerable library: /go.mod

Dependency Hierarchy:

  • github.com/minIO/minIO-go/v7-v7.0.34 (Root Library)
    • golang.org/x/crypto-v0.0.0-20220722155217-630584e8d5aa (Vulnerable Library)

Found in base branch: main

Vulnerability Details

SSH Agent servers do not validate the size of messages when processing new identity requests, which may cause the program to panic if the message is malformed due to an out of bounds read.

Publish Date: 2025-11-19

URL: CVE-2025-47914

CVSS 3 Score Details (5.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2025-11-19

Fix Resolution: golang.org/x/crypto - v0.45.0

Step up your Open Source Security Game with Mend here

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions