Skip to content

Commit 54711a3

Browse files
1 parent d5bef13 commit 54711a3

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-f6x5-jh6r-wrfv",
4+
"modified": "2025-11-19T23:16:40Z",
5+
"published": "2025-11-19T23:16:40Z",
6+
"aliases": [
7+
"CVE-2025-47914"
8+
],
9+
"summary": "golang.org/x/crypto/ssh/agent vulnerable to panic if message is malformed due to out of bounds read",
10+
"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.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "golang.org/x/crypto"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
}
30+
]
31+
}
32+
],
33+
"database_specific": {
34+
"last_known_affected_version_range": "< 0.45.0"
35+
}
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47914"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://go.dev/cl/721960"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://go.dev/issue/76364"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://groups.google.com/g/golang-announce/c/w-oX3UxNcZA"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://pkg.go.dev/vuln/GO-2025-4135"
58+
}
59+
],
60+
"database_specific": {
61+
"cwe_ids": [
62+
"CWE-125"
63+
],
64+
"severity": "MODERATE",
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-11-19T23:16:40Z",
67+
"nvd_published_at": "2025-11-19T21:15:50Z"
68+
}
69+
}

0 commit comments

Comments
 (0)