Skip to content

Commit d8f2cd3

Browse files
committedJul 3, 2024
data/reports: add GO-2024-2965
- data/reports/GO-2024-2965.yaml Fixes #2965 Change-Id: Ie7d4aa18bd5f26132a0af9cc8a377645984f15e6 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/596495 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Tim King <taking@google.com>
1 parent b9034fa commit d8f2cd3

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-0
lines changed
 

‎data/osv/GO-2024-2965.json

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2024-2965",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2024-39315"
8+
],
9+
"summary": "Pomerium exposed OAuth2 access and ID tokens in user info endpoint response in github.com/pomerium/pomerium",
10+
"details": "Pomerium exposed OAuth2 access and ID tokens in user info endpoint response in github.com/pomerium/pomerium",
11+
"affected": [
12+
{
13+
"package": {
14+
"name": "github.com/pomerium/pomerium",
15+
"ecosystem": "Go"
16+
},
17+
"ranges": [
18+
{
19+
"type": "SEMVER",
20+
"events": [
21+
{
22+
"introduced": "0"
23+
},
24+
{
25+
"fixed": "0.26.1"
26+
}
27+
]
28+
}
29+
],
30+
"ecosystem_specific": {}
31+
}
32+
],
33+
"references": [
34+
{
35+
"type": "ADVISORY",
36+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39315"
37+
},
38+
{
39+
"type": "FIX",
40+
"url": "https://github.com/pomerium/pomerium/commit/4c7c4320afb2ced70ba19b46de1ac4383f3daa48"
41+
},
42+
{
43+
"type": "WEB",
44+
"url": "https://github.com/pomerium/pomerium/security/advisories/GHSA-rrqr-7w59-637v"
45+
}
46+
],
47+
"database_specific": {
48+
"url": "https://pkg.go.dev/vuln/GO-2024-2965",
49+
"review_status": "UNREVIEWED"
50+
}
51+
}

‎data/reports/GO-2024-2965.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
id: GO-2024-2965
2+
modules:
3+
- module: github.com/pomerium/pomerium
4+
versions:
5+
- fixed: 0.26.1
6+
vulnerable_at: 0.26.0
7+
summary: Pomerium exposed OAuth2 access and ID tokens in user info endpoint response in github.com/pomerium/pomerium
8+
cves:
9+
- CVE-2024-39315
10+
references:
11+
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-39315
12+
- fix: https://github.com/pomerium/pomerium/commit/4c7c4320afb2ced70ba19b46de1ac4383f3daa48
13+
- web: https://github.com/pomerium/pomerium/security/advisories/GHSA-rrqr-7w59-637v
14+
source:
15+
id: CVE-2024-39315
16+
created: 2024-07-03T11:41:11.749711-04:00
17+
review_status: UNREVIEWED

0 commit comments

Comments
 (0)