Skip to content

Commit

Permalink
data/reports: add GO-2022-1159.yaml
Browse files Browse the repository at this point in the history
Aliases: CVE-2022-4123, GHSA-rprg-4v7q-87v7

Fixes #1159

Change-Id: Ifabbcac5eb635f100c461b3aa5fbe6418ae76fd5
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/459218
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Tatiana Bradley <tatiana@golang.org>
Run-TryBot: Tatiana Bradley <tatiana@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
  • Loading branch information
tatianab authored and Tatiana Bradley committed Dec 22, 2022
1 parent 41247a4 commit 790bb67
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 0 deletions.
58 changes: 58 additions & 0 deletions data/osv/GO-2022-1159.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"schema_version": "1.3.1",
"id": "GO-2022-1159",
"published": "0001-01-01T00:00:00Z",
"modified": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2022-4123",
"GHSA-rprg-4v7q-87v7"
],
"details": "The local path and the lowest subdirectory may be disclosed due to incorrect absolute path traversal, resulting in an impact to confidentiality.",
"affected": [
{
"package": {
"name": "github.com/containers/podman/v4",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "4.1.0-rc1"
}
]
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2022-1159"
},
"ecosystem_specific": {
"imports": [
{
"path": "github.com/containers/podman/v4/pkg/bindings/images",
"symbols": [
"Build",
"nTar"
]
}
]
}
}
],
"references": [
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144989"
},
{
"type": "WEB",
"url": "https://github.com/containers/podman/pull/13531"
}
],
"credits": [
{
"name": "Sage McTaggart"
}
]
}
22 changes: 22 additions & 0 deletions data/reports/GO-2022-1159.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
modules:
- module: github.com/containers/podman/v4
versions:
- introduced: 4.1.0-rc1
vulnerable_at: 4.3.1
packages:
- package: github.com/containers/podman/v4/pkg/bindings/images
symbols:
- Build
- nTar
description: |-
The local path and the lowest subdirectory may be disclosed due to
incorrect absolute path traversal, resulting in an impact to
confidentiality.
cves:
- CVE-2022-4123
ghsas:
- GHSA-rprg-4v7q-87v7
credit: Sage McTaggart
references:
- report: https://bugzilla.redhat.com/show_bug.cgi?id=2144989
- web: https://github.com/containers/podman/pull/13531

0 comments on commit 790bb67

Please sign in to comment.