-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Maceo Thompson
committed
Apr 3, 2023
1 parent
c3faa7c
commit 15e8ff0
Showing
2 changed files
with
92 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"schema_version": "1.3.1", | ||
"id": "GO-2023-1681", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"aliases": [ | ||
"CVE-2023-0778", | ||
"GHSA-qwqv-rqgf-8qh8" | ||
], | ||
"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.", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"name": "github.com/containers/podman/v4", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"fixed": "4.4.2" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": { | ||
"imports": [ | ||
{ | ||
"path": "github.com/containers/podman/v4/utils", | ||
"symbols": [ | ||
"CreateTarFromSrc" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "WEB", | ||
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168256" | ||
}, | ||
{ | ||
"type": "FIX", | ||
"url": "https://github.com/containers/podman/pull/17528" | ||
}, | ||
{ | ||
"type": "FIX", | ||
"url": "https://github.com/containers/podman/pull/17532" | ||
}, | ||
{ | ||
"type": "FIX", | ||
"url": "https://github.com/containers/podman/commit/6ca857feb07a5fdc96fd947afef03916291673d8" | ||
}, | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://github.com/advisories/GHSA-qwqv-rqgf-8qh8" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2023-1681" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
modules: | ||
- module: github.com/containers/podman/v4 | ||
versions: | ||
- fixed: 4.4.2 | ||
vulnerable_at: 4.4.1 | ||
packages: | ||
- package: github.com/containers/podman/v4/utils | ||
symbols: | ||
- CreateTarFromSrc | ||
summary: Podman Time-of-check Time-of-use (TOCTOU) Race Condition | ||
description: | | ||
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. | ||
cves: | ||
- CVE-2023-0778 | ||
ghsas: | ||
- GHSA-qwqv-rqgf-8qh8 | ||
references: | ||
- web: https://bugzilla.redhat.com/show_bug.cgi?id=2168256 | ||
- fix: https://github.com/containers/podman/pull/17528 | ||
- fix: https://github.com/containers/podman/pull/17532 | ||
- fix: https://github.com/containers/podman/commit/6ca857feb07a5fdc96fd947afef03916291673d8 | ||
- advisory: https://github.com/advisories/GHSA-qwqv-rqgf-8qh8 |