3.3

CVE-2022-4123

A flaw was found in Buildah. The local path and the lowest subdirectory may be disclosed due to incorrect absolute path traversal, resulting in an impact to confidentiality.

Data is provided by the National Vulnerability Database (NVD)
Podman ProjectPodman Version4.1.0 Update-
Podman ProjectPodman Version4.1.0 Updaterc1
Podman ProjectPodman Version4.1.0 Updaterc2
Podman ProjectPodman Version4.1.1
Podman ProjectPodman Version4.2.0 Update-
Podman ProjectPodman Version4.2.0 Updaterc1
Podman ProjectPodman Version4.2.0 Updaterc2
Podman ProjectPodman Version4.2.0 Updaterc3
Podman ProjectPodman Version4.2.1
Podman ProjectPodman Version4.3.0 Update-
FedoraprojectFedora Version35
FedoraprojectFedora Version36
FedoraprojectFedora Version37
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 0.03% 0.075
CVSS Metriken
Source Base Score Exploit Score Impact Score Vector string
nvd@nist.gov 3.3 1.8 1.4
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
134c704f-9b21-4f2e-91b3-4a467353bcc0 3.3 1.8 1.4
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

CWE-23 Relative Path Traversal

The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize sequences such as ".." that can resolve to a location that is outside of that directory.