Publish GHSA-j972-j939-p2v3

This commit is contained in:
advisory-database[bot]
2025-06-03 06:11:47 +00:00
parent c810acd7b8
commit 131bc79f56
@@ -0,0 +1,72 @@
{
"schema_version": "1.4.0",
"id": "GHSA-j972-j939-p2v3",
"modified": "2025-06-03T06:09:56Z",
"published": "2025-06-03T06:09:56Z",
"aliases": [
"CVE-2025-29785"
],
"summary": "quic-go Has Panic in Path Probe Loss Recovery Handling",
"details": "### Impact\n\nThe loss recovery logic for path probe packets that was added in the v0.50.0 release can be used to trigger a nil-pointer dereference by a malicious QUIC client.\n\nIn order to do so, the attacker first sends valid QUIC packets from different remote addresses (thereby triggering the newly added path validation logic: the server sends path probe packets), and then sending ACKs for packets received from the server specifically crafted to trigger the nil-pointer dereference.\n\n### Patches\n\nv0.50.1 contains a patch that fixes the vulnerability.\n\nThis release contains a test that generates random sequences of sent packets (both regular and path probe packets), that was used to verify that the patch actually covers all corner cases.\n\n### Workarounds\n\nNo.\n\n### References\n\nThis issue has been reported publicly, but without any context, in https://github.com/quic-go/quic-go/issues/4981.",
"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/quic-go/quic-go"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0.50.0"
},
{
"fixed": "0.50.1"
}
]
}
],
"versions": [
"0.50.0"
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/quic-go/quic-go/security/advisories/GHSA-j972-j939-p2v3"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29785"
},
{
"type": "WEB",
"url": "https://github.com/quic-go/quic-go/issues/4981"
},
{
"type": "WEB",
"url": "https://github.com/quic-go/quic-go/commit/b90058aba5f65f48e0e150c89bbaa21a72dda4de"
},
{
"type": "PACKAGE",
"url": "https://github.com/quic-go/quic-go"
}
],
"database_specific": {
"cwe_ids": [
"CWE-248"
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2025-06-03T06:09:56Z",
"nvd_published_at": "2025-06-02T11:15:21Z"
}
}