Skip to content
Open
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,27 +1,52 @@
{
"schema_version": "1.4.0",
"id": "GHSA-56w8-48fp-6mgv",
"modified": "2025-11-14T00:30:27Z",
"modified": "2025-11-14T00:30:33Z",
"published": "2025-11-14T00:30:27Z",
"aliases": [
"CVE-2025-47913"
],
"summary": "Potential denial of service in golang.org/x/crypto/ssh/agent",
"details": "SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "golang.org/x/crypto"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.43.0"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
"url": "https://github.com/advisories/GHSA-56w8-48fp-6mgv"
},
{
"type": "PACKAGE",
"url": "https://github.com/golang/crypto"
},
{
"type": "WEB",
Expand All @@ -37,7 +62,9 @@
}
],
"database_specific": {
"cwe_ids": [],
"cwe_ids": [
"CWE-617"
],
"severity": "HIGH",
"github_reviewed": false,
"github_reviewed_at": null,
Expand Down