diff --git a/advisories/unreviewed/2025/11/GHSA-56w8-48fp-6mgv/GHSA-56w8-48fp-6mgv.json b/advisories/unreviewed/2025/11/GHSA-56w8-48fp-6mgv/GHSA-56w8-48fp-6mgv.json index fcc2413a97419..4423dd16499fb 100644 --- a/advisories/unreviewed/2025/11/GHSA-56w8-48fp-6mgv/GHSA-56w8-48fp-6mgv.json +++ b/advisories/unreviewed/2025/11/GHSA-56w8-48fp-6mgv/GHSA-56w8-48fp-6mgv.json @@ -1,11 +1,12 @@ { "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": [ { @@ -13,7 +14,27 @@ "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", @@ -21,7 +42,11 @@ }, { "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", @@ -37,7 +62,9 @@ } ], "database_specific": { - "cwe_ids": [], + "cwe_ids": [ + "CWE-617" + ], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null,