From b3ce6eb422f29f8b544b37cf86e4d90c035b8658 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 19:22:14 +0000 Subject: [PATCH] Publish GHSA-29c6-3hcj-89cf --- .../GHSA-29c6-3hcj-89cf.json | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 advisories/github-reviewed/2025/02/GHSA-29c6-3hcj-89cf/GHSA-29c6-3hcj-89cf.json diff --git a/advisories/github-reviewed/2025/02/GHSA-29c6-3hcj-89cf/GHSA-29c6-3hcj-89cf.json b/advisories/github-reviewed/2025/02/GHSA-29c6-3hcj-89cf/GHSA-29c6-3hcj-89cf.json new file mode 100644 index 00000000000..75f7915c4d1 --- /dev/null +++ b/advisories/github-reviewed/2025/02/GHSA-29c6-3hcj-89cf/GHSA-29c6-3hcj-89cf.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-29c6-3hcj-89cf", + "modified": "2025-02-12T19:20:24Z", + "published": "2025-02-12T19:20:24Z", + "aliases": [ + "CVE-2025-25199" + ], + "summary": "go-crypto-winnative BCryptGenerateSymmetricKey memory leak", + "details": "Calls to `cng.TLS1PRF` don't release the key handle, producing a small memory leak every time.", + "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": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/microsoft/go-crypto-winnative" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.0.0-20250211154640-f49c8e1379ea" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/microsoft/go-crypto-winnative/security/advisories/GHSA-29c6-3hcj-89cf" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-25199" + }, + { + "type": "WEB", + "url": "https://github.com/microsoft/go-crypto-winnative/commit/f49c8e1379ea4b147d5bff1b3be5b0ff45792e41" + }, + { + "type": "PACKAGE", + "url": "https://github.com/microsoft/go-crypto-winnative" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-401" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-02-12T19:20:24Z", + "nvd_published_at": "2025-02-12T18:15:27Z" + } +} \ No newline at end of file