Skip to content

Commit

Permalink
data/reports: add GO-2024-2833.yaml
Browse files Browse the repository at this point in the history
Aliases: CVE-2024-34079

Fixes #2833

Change-Id: Iee59ed082d51d5983983de3aaaaa62c822f98b1e
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/584897
Auto-Submit: Tim King <taking@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Zvonimir Pavlinovic <zpavlinovic@google.com>
  • Loading branch information
timothy-king authored and gopherbot committed May 13, 2024
1 parent e796110 commit 85c3cae
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 0 deletions.
60 changes: 60 additions & 0 deletions data/osv/GO-2024-2833.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"schema_version": "1.3.1",
"id": "GO-2024-2833",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2024-34079"
],
"summary": "Denial of service in github.com/octo-sts/app",
"details": "Excessively large requests can be processed, consuming a large amount of resources. This could potentially lead to a denial of service.",
"affected": [
{
"package": {
"name": "github.com/octo-sts/app",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.1.0"
}
]
}
],
"ecosystem_specific": {
"imports": [
{
"path": "github.com/octo-sts/app/pkg/provider",
"symbols": [
"Get"
]
}
]
}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/octo-sts/app/security/advisories/GHSA-75r6-6jg8-pfcq"
},
{
"type": "FIX",
"url": "https://github.com/octo-sts/app/commit/74ba874c017cf973edd6711144cf4399a9fcff57"
}
],
"credits": [
{
"name": "@enj"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2024-2833"
}
}
25 changes: 25 additions & 0 deletions data/reports/GO-2024-2833.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
id: GO-2024-2833
modules:
- module: github.com/octo-sts/app
versions:
- fixed: 0.1.0
vulnerable_at: 0.0.0-20240502160256-1fc549c0973c
packages:
- package: github.com/octo-sts/app/pkg/provider
symbols:
- Get
summary: Denial of service in github.com/octo-sts/app
description: |-
Excessively large requests can be processed, consuming a
large amount of resources. This could potentially lead to
a denial of service.
cves:
- CVE-2024-34079
credits:
- '@enj'
references:
- advisory: https://github.com/octo-sts/app/security/advisories/GHSA-75r6-6jg8-pfcq
- fix: https://github.com/octo-sts/app/commit/74ba874c017cf973edd6711144cf4399a9fcff57
source:
id: CVE-2024-34079
created: 2024-05-11T07:37:36.149537-07:00

0 comments on commit 85c3cae

Please sign in to comment.