Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,19 +1,62 @@
{
"schema_version": "1.4.0",
"id": "GHSA-gr56-3gp6-6gmj",
"modified": "2026-01-29T21:30:30Z",
"modified": "2026-01-29T21:31:33Z",
"published": "2026-01-28T21:31:23Z",
"aliases": [
"CVE-2025-61730"
],
"summary": "CVE-2025-61730: Sync CVSS/3.1 score from NVD",
"details": "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.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "crypto/tls"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.24.12"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "< 1.24.11"
}
},
{
"package": {
"ecosystem": "Go",
"name": "crypto/tls"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.25.6"
}
]
}
]
}
],
"affected": [],
"references": [
{
"type": "ADVISORY",
Expand Down