Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
Vulnerability Details :

CVE-2025-61730

Summary
Assigner-Go
Assigner Org ID-1bb62c36-49e3-4200-9d77-64a1400537cc
Published At-28 Jan, 2026 | 19:30
Updated At-02 Feb, 2026 | 17:28
Rejected At-
Credits

Handshake messages may be processed at the incorrect encryption level in crypto/tls

During the TLS 1.3 handshake if multiple messages are sent in records that span encryption level boundaries (for instance the Client Hello and Encrypted Extensions messages), the subsequent messages may be processed before the encryption level changes. This can cause some minor information disclosure if a network-local attacker can inject messages during the handshake.

Vendors
-
Not available
Products
-
Metrics (CVSS)
VersionBase scoreBase severityVector
Weaknesses
Attack Patterns
Solution/Workaround
References
HyperlinkResource Type
EPSS History
Score
Latest Score
-
N/A
No data available for selected date range
Percentile
Latest Percentile
-
N/A
No data available for selected date range
Stakeholder-Specific Vulnerability Categorization (SSVC)
â–¼Common Vulnerabilities and Exposures (CVE)
cve.org
Assigner:Go
Assigner Org ID:1bb62c36-49e3-4200-9d77-64a1400537cc
Published At:28 Jan, 2026 | 19:30
Updated At:02 Feb, 2026 | 17:28
Rejected At:
â–¼CVE Numbering Authority (CNA)
Handshake messages may be processed at the incorrect encryption level in crypto/tls

During the TLS 1.3 handshake if multiple messages are sent in records that span encryption level boundaries (for instance the Client Hello and Encrypted Extensions messages), the subsequent messages may be processed before the encryption level changes. This can cause some minor information disclosure if a network-local attacker can inject messages during the handshake.

Affected Products
Vendor
Go standard library
Product
crypto/tls
Collection URL
https://pkg.go.dev
Package Name
crypto/tls
Program Routines
  • Conn.handleKeyUpdate
  • Conn.handshakeContext
  • clientHandshakeStateTLS13.establishHandshakeKeys
  • clientHandshakeStateTLS13.readServerFinished
  • clientHandshakeStateTLS13.sendClientFinished
  • serverHandshakeStateTLS13.checkForResumption
  • serverHandshakeStateTLS13.doHelloRetryRequest
  • serverHandshakeStateTLS13.sendServerParameters
  • serverHandshakeStateTLS13.sendServerFinished
  • serverHandshakeStateTLS13.readClientFinished
  • Conn.quicSetReadSecret
  • Conn.Handshake
  • Conn.HandshakeContext
  • Conn.Read
  • Conn.Write
  • Dial
  • DialWithDialer
  • Dialer.Dial
  • Dialer.DialContext
  • QUICConn.HandleData
  • QUICConn.Start
Default Status
unaffected
Versions
Affected
  • From 0 before 1.24.12 (semver)
  • From 1.25.0 before 1.25.6 (semver)
Problem Types
TypeCWE IDDescription
N/AN/ACWE-940: Improper Verification of Source of a Communication Channel
Type: N/A
CWE ID: N/A
Description: CWE-940: Improper Verification of Source of a Communication Channel
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Coia Prant (github.com/rbqvq)
Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://go.dev/cl/724120
N/A
https://go.dev/issue/76443
N/A
https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc
N/A
https://pkg.go.dev/vuln/GO-2026-4340
N/A
Hyperlink: https://go.dev/cl/724120
Resource: N/A
Hyperlink: https://go.dev/issue/76443
Resource: N/A
Hyperlink: https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc
Resource: N/A
Hyperlink: https://pkg.go.dev/vuln/GO-2026-4340
Resource: N/A
â–¼Authorized Data Publishers (ADP)
CISA ADP Vulnrichment
Affected Products
Metrics
VersionBase scoreBase severityVector
3.15.3MEDIUM
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Version: 3.1
Base score: 5.3
Base severity: MEDIUM
Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
Information is not available yet
â–¼National Vulnerability Database (NVD)
nvd.nist.gov
Source:security@golang.org
Published At:28 Jan, 2026 | 20:16
Updated At:03 Feb, 2026 | 20:36

During the TLS 1.3 handshake if multiple messages are sent in records that span encryption level boundaries (for instance the Client Hello and Encrypted Extensions messages), the subsequent messages may be processed before the encryption level changes. This can cause some minor information disclosure if a network-local attacker can inject messages during the handshake.

CISA Catalog
Date AddedDue DateVulnerability NameRequired Action
N/A
Date Added: N/A
Due Date: N/A
Vulnerability Name: N/A
Required Action: N/A
Metrics
TypeVersionBase scoreBase severityVector
Secondary3.15.3MEDIUM
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Type: Secondary
Version: 3.1
Base score: 5.3
Base severity: MEDIUM
Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
CPE Matches

Go
golang
>>go>>Versions before 1.24.12(exclusive)
cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*
Go
golang
>>go>>Versions from 1.25.0(inclusive) to 1.25.6(exclusive)
cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*
Weaknesses
CWE IDTypeSource
NVD-CWE-noinfoPrimarynvd@nist.gov
CWE ID: NVD-CWE-noinfo
Type: Primary
Source: nvd@nist.gov
Evaluator Description

Evaluator Impact

Evaluator Solution

Vendor Statements

References
HyperlinkSourceResource
https://go.dev/cl/724120security@golang.org
Patch
https://go.dev/issue/76443security@golang.org
Patch
https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUcsecurity@golang.org
Release Notes
https://pkg.go.dev/vuln/GO-2026-4340security@golang.org
Vendor Advisory
Hyperlink: https://go.dev/cl/724120
Source: security@golang.org
Resource:
Patch
Hyperlink: https://go.dev/issue/76443
Source: security@golang.org
Resource:
Patch
Hyperlink: https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc
Source: security@golang.org
Resource:
Release Notes
Hyperlink: https://pkg.go.dev/vuln/GO-2026-4340
Source: security@golang.org
Resource:
Vendor Advisory

Change History

0
Information is not available yet

Similar CVEs

6Records found

CVE-2026-39825
Matching Score-8
Assigner-Go Project
ShareView Details
Matching Score-8
Assigner-Go Project
CVSS Score-5.3||MEDIUM
EPSS-0.01% / 0.66%
||
7 Day CHG~0.00%
Published-07 May, 2026 | 19:41
Updated-08 May, 2026 | 22:16
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available
ReverseProxy forwards queries with more than urlmaxqueryparams parameters in net/http/httputil

ReverseProxy can forward queries containing parameters not visible to Rewrite functions. When used with a Rewrite function, or a Director function which parses query parameters, ReverseProxy sanitizes the forwarded request to remove query parameters which are not parsed by url.ParseQuery. ReverseProxy does not take ParseQuery's limit on the total number of query parameters (controlled by GODEBUG=urlmaxqueryparams=N) into account. This can permit ReverseProxy to forward a request containing a query parameter that is not visible to the Rewrite function. For example, the query "a1=x&a2=x&...&a10000=x&hidden=y" can forward the parameter "hidden=y" while hiding it from the proxy's Rewrite function.

Action-Not Available
Vendor-Go standard library
Product-net/http/httputil
CVE-2026-33809
Matching Score-8
Assigner-Go Project
ShareView Details
Matching Score-8
Assigner-Go Project
CVSS Score-5.3||MEDIUM
EPSS-0.01% / 1.88%
||
7 Day CHG~0.00%
Published-25 Mar, 2026 | 18:24
Updated-21 Apr, 2026 | 16:30
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available
OOM from malicious IFD offset in golang.org/x/image/tiff

A maliciously crafted TIFF file can cause image decoding to attempt to allocate up 4GiB of memory, causing either excessive resource consumption or an out-of-memory error.

Action-Not Available
Vendor-golang.org/x/imageGo
Product-tiffgolang.org/x/image/tiff
CWE ID-CWE-434
Unrestricted Upload of File with Dangerous Type
CVE-2025-47912
Matching Score-8
Assigner-Go Project
ShareView Details
Matching Score-8
Assigner-Go Project
CVSS Score-5.3||MEDIUM
EPSS-0.02% / 6.35%
||
7 Day CHG~0.00%
Published-29 Oct, 2025 | 22:10
Updated-29 Jan, 2026 | 13:57
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available
Insufficient validation of bracketed IPv6 hostnames in net/url

The Parse function permits values other than IPv6 addresses to be included in square brackets within the host component of a URL. RFC 3986 permits IPv6 addresses to be included within the host component, enclosed within square brackets. For example: "http://[::1]/". IPv4 addresses and hostnames must not appear within square brackets. Parse did not enforce this requirement.

Action-Not Available
Vendor-Go standard libraryGo
Product-gonet/url
CVE-2022-29526
Matching Score-8
Assigner-MITRE Corporation
ShareView Details
Matching Score-8
Assigner-MITRE Corporation
CVSS Score-5.3||MEDIUM
EPSS-0.18% / 39.55%
||
7 Day CHG~0.00%
Published-22 Jun, 2022 | 13:15
Updated-03 Aug, 2024 | 06:26
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available

Go before 1.17.10 and 1.18.x before 1.18.2 has Incorrect Privilege Assignment. When called with a non-zero flags parameter, the Faccessat function could incorrectly report that a file is accessible.

Action-Not Available
Vendor-n/aNetApp, Inc.Fedora ProjectGoLinux Kernel Organization, Inc
Product-gofedoralinux_kernelbeegfs_csi_drivern/a
CWE ID-CWE-269
Improper Privilege Management
CVE-2023-39326
Matching Score-8
Assigner-Go Project
ShareView Details
Matching Score-8
Assigner-Go Project
CVSS Score-5.3||MEDIUM
EPSS-0.12% / 31.02%
||
7 Day CHG~0.00%
Published-06 Dec, 2023 | 16:27
Updated-13 Feb, 2025 | 17:02
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available
Denial of service via chunk extensions in net/http

A malicious HTTP sender can use chunk extensions to cause a receiver reading from a request or response body to read many more bytes from the network than are in the body. A malicious HTTP client can further exploit this to cause a server to automatically read a large amount of data (up to about 1GiB) when a handler fails to read the entire body of a request. Chunk extensions are a little-used HTTP feature which permit including additional metadata in a request or response body sent using the chunked encoding. The net/http chunked encoding reader discards this metadata. A sender can exploit this by inserting a large metadata segment with each byte transferred. The chunk reader now produces an error if the ratio of real body to encoded bytes grows too small.

Action-Not Available
Vendor-Go standard libraryGo
Product-gonet/http/internal
CVE-2025-58189
Matching Score-8
Assigner-Go Project
ShareView Details
Matching Score-8
Assigner-Go Project
CVSS Score-5.3||MEDIUM
EPSS-0.02% / 3.49%
||
7 Day CHG~0.00%
Published-29 Oct, 2025 | 22:10
Updated-29 Jan, 2026 | 15:49
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available
ALPN negotiation error contains attacker controlled information in crypto/tls

When Conn.Handshake fails during ALPN negotiation the error contains attacker controlled information (the ALPN protocols sent by the client) which is not escaped.

Action-Not Available
Vendor-Go standard libraryGo
Product-gocrypto/tls
CWE ID-CWE-532
Insertion of Sensitive Information into Log File
Details not found