Skip to content

Commit

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

Fixes #3250

Change-Id: I5591b63aec8f8428f3664260f302d498b5d93aea
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/626575
Reviewed-by: Zvonimir Pavlinovic <[email protected]>
Auto-Submit: Tatiana Bradley <[email protected]>
Commit-Queue: Tatiana Bradley <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
  • Loading branch information
tatianab authored and gopherbot committed Nov 12, 2024
1 parent cca68cf commit 4946de4
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 0 deletions.
60 changes: 60 additions & 0 deletions data/osv/GO-2024-3250.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"schema_version": "1.3.1",
"id": "GO-2024-3250",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2024-51744",
"GHSA-29wx-vh33-7x7r"
],
"summary": "Bad documentation of error handling in ParseWithClaims may lead to dangerous situations in github.com/golang-jwt/jwt",
"details": "Bad documentation of error handling in ParseWithClaims may lead to dangerous situations in github.com/golang-jwt/jwt",
"affected": [
{
"package": {
"name": "github.com/golang-jwt/jwt/v4",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "4.5.1"
}
]
}
],
"ecosystem_specific": {
"imports": [
{
"path": "github.com/golang-jwt/jwt/v4",
"symbols": [
"Parse",
"ParseWithClaims",
"Parser.Parse",
"Parser.ParseWithClaims"
]
}
]
}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r"
},
{
"type": "FIX",
"url": "https://github.com/golang-jwt/jwt/commit/7b1c1c00a171c6c79bbdb40e4ce7d197060c1c2c"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2024-3250",
"review_status": "REVIEWED"
}
}
28 changes: 28 additions & 0 deletions data/reports/GO-2024-3250.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
id: GO-2024-3250
modules:
- module: github.com/golang-jwt/jwt/v4
versions:
- fixed: 4.5.1
vulnerable_at: 4.5.0
packages:
- package: github.com/golang-jwt/jwt/v4
symbols:
- Parser.ParseWithClaims
derived_symbols:
- Parse
- ParseWithClaims
- Parser.Parse
summary: |-
Bad documentation of error handling in ParseWithClaims may lead to
dangerous situations in github.com/golang-jwt/jwt
cves:
- CVE-2024-51744
ghsas:
- GHSA-29wx-vh33-7x7r
references:
- advisory: https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r
- fix: https://github.com/golang-jwt/jwt/commit/7b1c1c00a171c6c79bbdb40e4ce7d197060c1c2c
source:
id: GHSA-29wx-vh33-7x7r
created: 2024-11-08T12:21:43.987103-05:00
review_status: REVIEWED

0 comments on commit 4946de4

Please sign in to comment.