Skip to content

Commit 15e8ff0

Browse files
author
Maceo Thompson
committed
data/reports: add GO-2023-1681.yaml
Aliases: CVE-2023-0778, GHSA-qwqv-rqgf-8qh8 Fixes #1681 Change-Id: I11bf7f4acba02d30f6bb59cc445823cac1b4bb33 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/480715 Run-TryBot: Maceo Thompson <[email protected]> Reviewed-by: Tatiana Bradley <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent c3faa7c commit 15e8ff0

File tree

2 files changed

+92
-0
lines changed

2 files changed

+92
-0
lines changed

data/osv/GO-2023-1681.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2023-1681",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2023-0778",
8+
"GHSA-qwqv-rqgf-8qh8"
9+
],
10+
"details": "A Time-of-check Time-of-use (TOCTOU) flaw appears in this version of podman. This issue may allow a malicious user to replace a normal file in a volume with a symlink while exporting the volume, allowing for access to arbitrary files on the host file system.",
11+
"affected": [
12+
{
13+
"package": {
14+
"name": "github.com/containers/podman/v4",
15+
"ecosystem": "Go"
16+
},
17+
"ranges": [
18+
{
19+
"type": "SEMVER",
20+
"events": [
21+
{
22+
"introduced": "0"
23+
},
24+
{
25+
"fixed": "4.4.2"
26+
}
27+
]
28+
}
29+
],
30+
"ecosystem_specific": {
31+
"imports": [
32+
{
33+
"path": "github.com/containers/podman/v4/utils",
34+
"symbols": [
35+
"CreateTarFromSrc"
36+
]
37+
}
38+
]
39+
}
40+
}
41+
],
42+
"references": [
43+
{
44+
"type": "WEB",
45+
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168256"
46+
},
47+
{
48+
"type": "FIX",
49+
"url": "https://github.com/containers/podman/pull/17528"
50+
},
51+
{
52+
"type": "FIX",
53+
"url": "https://github.com/containers/podman/pull/17532"
54+
},
55+
{
56+
"type": "FIX",
57+
"url": "https://github.com/containers/podman/commit/6ca857feb07a5fdc96fd947afef03916291673d8"
58+
},
59+
{
60+
"type": "ADVISORY",
61+
"url": "https://github.com/advisories/GHSA-qwqv-rqgf-8qh8"
62+
}
63+
],
64+
"database_specific": {
65+
"url": "https://pkg.go.dev/vuln/GO-2023-1681"
66+
}
67+
}

data/reports/GO-2023-1681.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
modules:
2+
- module: github.com/containers/podman/v4
3+
versions:
4+
- fixed: 4.4.2
5+
vulnerable_at: 4.4.1
6+
packages:
7+
- package: github.com/containers/podman/v4/utils
8+
symbols:
9+
- CreateTarFromSrc
10+
summary: Podman Time-of-check Time-of-use (TOCTOU) Race Condition
11+
description: |
12+
A Time-of-check Time-of-use (TOCTOU) flaw appears in this version of podman.
13+
This issue may allow a malicious user to replace a normal file in a volume
14+
with a symlink while exporting the volume, allowing for access to arbitrary
15+
files on the host file system.
16+
cves:
17+
- CVE-2023-0778
18+
ghsas:
19+
- GHSA-qwqv-rqgf-8qh8
20+
references:
21+
- web: https://bugzilla.redhat.com/show_bug.cgi?id=2168256
22+
- fix: https://github.com/containers/podman/pull/17528
23+
- fix: https://github.com/containers/podman/pull/17532
24+
- fix: https://github.com/containers/podman/commit/6ca857feb07a5fdc96fd947afef03916291673d8
25+
- advisory: https://github.com/advisories/GHSA-qwqv-rqgf-8qh8

0 commit comments

Comments
 (0)