Skip to content

Commit d5bef13

Browse files
1 parent 6de16bf commit d5bef13

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-j5w8-q4qc-rx2x",
4+
"modified": "2025-11-19T23:01:20Z",
5+
"published": "2025-11-19T23:01:20Z",
6+
"aliases": [
7+
"CVE-2025-58181"
8+
],
9+
"summary": "golang.org/x/crypto/ssh allows an attacker to cause unbounded memory consumption",
10+
"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.",
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+
"fixed": "0.45.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://go.dev/cl/721961"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://go.dev/issue/76363"
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-4134"
58+
}
59+
],
60+
"database_specific": {
61+
"cwe_ids": [
62+
"CWE-770"
63+
],
64+
"severity": "MODERATE",
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-11-19T23:01:20Z",
67+
"nvd_published_at": "2025-11-19T21:15:50Z"
68+
}
69+
}

0 commit comments

Comments
 (0)