Skip to content

Commit f2119dc

Browse files
tatianabgopherbot
authored andcommitted
data/reports: add GO-2024-2567
- data/reports/GO-2024-2567.yaml Fixes #2567 Change-Id: Ic6ae5f0b3543df981a6d9058d8134888746c1e3e Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/595964 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Tatiana Bradley <[email protected]> Reviewed-by: Tim King <[email protected]>
1 parent 16b6632 commit f2119dc

File tree

2 files changed

+107
-0
lines changed

2 files changed

+107
-0
lines changed

data/osv/GO-2024-2567.json

+83
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2024-2567",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"summary": "Panic in Pipeline when PgConn is busy or closed in github.com/jackc/pgx",
7+
"details": "Pipeline can panic when PgConn is busy or closed.",
8+
"affected": [
9+
{
10+
"package": {
11+
"name": "github.com/jackc/pgx",
12+
"ecosystem": "Go"
13+
},
14+
"ranges": [
15+
{
16+
"type": "SEMVER",
17+
"events": [
18+
{
19+
"introduced": "2.0.0+incompatible"
20+
}
21+
]
22+
}
23+
],
24+
"ecosystem_specific": {}
25+
},
26+
{
27+
"package": {
28+
"name": "github.com/jackc/pgx/v4",
29+
"ecosystem": "Go"
30+
},
31+
"ranges": [
32+
{
33+
"type": "SEMVER",
34+
"events": [
35+
{
36+
"introduced": "0"
37+
}
38+
]
39+
}
40+
],
41+
"ecosystem_specific": {}
42+
},
43+
{
44+
"package": {
45+
"name": "github.com/jackc/pgx/v5",
46+
"ecosystem": "Go"
47+
},
48+
"ranges": [
49+
{
50+
"type": "SEMVER",
51+
"events": [
52+
{
53+
"introduced": "0"
54+
},
55+
{
56+
"fixed": "5.5.2"
57+
}
58+
]
59+
}
60+
],
61+
"ecosystem_specific": {
62+
"imports": [
63+
{
64+
"path": "github.com/jackc/pgx/v5/pgconn",
65+
"symbols": [
66+
"Pipeline.Sync"
67+
]
68+
}
69+
]
70+
}
71+
}
72+
],
73+
"references": [
74+
{
75+
"type": "FIX",
76+
"url": "https://github.com/jackc/pgx/commit/dfd198003a03dbb96e4607b0d3a0bb9a7398ccb7"
77+
}
78+
],
79+
"database_specific": {
80+
"url": "https://pkg.go.dev/vuln/GO-2024-2567",
81+
"review_status": "REVIEWED"
82+
}
83+
}

data/reports/GO-2024-2567.yaml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
id: GO-2024-2567
2+
modules:
3+
- module: github.com/jackc/pgx
4+
versions:
5+
- introduced: 2.0.0+incompatible
6+
vulnerable_at: 3.6.2+incompatible
7+
- module: github.com/jackc/pgx/v4
8+
vulnerable_at: 4.18.3
9+
- module: github.com/jackc/pgx/v5
10+
versions:
11+
- fixed: 5.5.2
12+
vulnerable_at: 5.5.1
13+
packages:
14+
- package: github.com/jackc/pgx/v5/pgconn
15+
symbols:
16+
- Pipeline.Sync
17+
summary: Panic in Pipeline when PgConn is busy or closed in github.com/jackc/pgx
18+
description: Pipeline can panic when PgConn is busy or closed.
19+
references:
20+
- fix: https://github.com/jackc/pgx/commit/dfd198003a03dbb96e4607b0d3a0bb9a7398ccb7
21+
source:
22+
id: go-security-team
23+
created: 2024-07-02T11:36:18.541988-04:00
24+
review_status: REVIEWED

0 commit comments

Comments
 (0)