Skip to content

Commit

Permalink
data/reports: add needs review report GO-2024-3302
Browse files Browse the repository at this point in the history
  - 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
tatianab committed Dec 4, 2024
1 parent f2b300c commit 435fc8e
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 0 deletions.
60 changes: 60 additions & 0 deletions data/osv/GO-2024-3302.json
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"
}
}
21 changes: 21 additions & 0 deletions data/reports/GO-2024-3302.yaml
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

0 comments on commit 435fc8e

Please sign in to comment.