-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
data/reports: add needs review report GO-2024-3302
- data/reports/GO-2024-3302.yaml Updates #3302 Change-Id: Ie2b65b933f350d72453fd721bc1a36b6214a95dc Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/632977 Commit-Queue: Tatiana Bradley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Damien Neil <[email protected]> Reviewed-by: Zvonimir Pavlinovic <[email protected]>
- Loading branch information
Showing
2 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"schema_version": "1.3.1", | ||
"id": "GO-2024-3302", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"aliases": [ | ||
"CVE-2024-53259", | ||
"GHSA-px8v-pp82-rcvr" | ||
], | ||
"summary": "quic-go affected by an ICMP Packet Too Large Injection Attack on Linux in github.com/quic-go/quic-go", | ||
"details": "quic-go affected by an ICMP Packet Too Large Injection Attack on Linux in github.com/quic-go/quic-go", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"name": "github.com/quic-go/quic-go", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"fixed": "0.48.2" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": {} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://github.com/quic-go/quic-go/security/advisories/GHSA-px8v-pp82-rcvr" | ||
}, | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53259" | ||
}, | ||
{ | ||
"type": "FIX", | ||
"url": "https://github.com/quic-go/quic-go/commit/ca31dd355cbe5fc6c5807992d9d1149c66c96a50" | ||
}, | ||
{ | ||
"type": "FIX", | ||
"url": "https://github.com/quic-go/quic-go/pull/4729" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/quic-go/quic-go/releases/tag/v0.48.2" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2024-3302", | ||
"review_status": "UNREVIEWED" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
id: GO-2024-3302 | ||
modules: | ||
- module: github.com/quic-go/quic-go | ||
versions: | ||
- fixed: 0.48.2 | ||
vulnerable_at: 0.48.1 | ||
summary: quic-go affected by an ICMP Packet Too Large Injection Attack on Linux in github.com/quic-go/quic-go | ||
cves: | ||
- CVE-2024-53259 | ||
ghsas: | ||
- GHSA-px8v-pp82-rcvr | ||
references: | ||
- advisory: https://github.com/quic-go/quic-go/security/advisories/GHSA-px8v-pp82-rcvr | ||
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-53259 | ||
- fix: https://github.com/quic-go/quic-go/commit/ca31dd355cbe5fc6c5807992d9d1149c66c96a50 | ||
- fix: https://github.com/quic-go/quic-go/pull/4729 | ||
- web: https://github.com/quic-go/quic-go/releases/tag/v0.48.2 | ||
source: | ||
id: GHSA-px8v-pp82-rcvr | ||
created: 2024-12-02T14:56:14.660173-05:00 | ||
review_status: NEEDS_REVIEW |