3.3
CVE-2022-4123
- EPSS 0.03%
- Published 08.12.2022 16:15:14
- Last modified 22.04.2025 21:15:44
- Source secalert@redhat.com
- Teams watchlist Login
- Open Login
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 Project ≫ Podman Version4.1.0 Update-
Podman Project ≫ Podman Version4.1.0 Updaterc1
Podman Project ≫ Podman Version4.1.0 Updaterc2
Podman Project ≫ Podman Version4.1.1
Podman Project ≫ Podman Version4.2.0 Update-
Podman Project ≫ Podman Version4.2.0 Updaterc1
Podman Project ≫ Podman Version4.2.0 Updaterc2
Podman Project ≫ Podman Version4.2.0 Updaterc3
Podman Project ≫ Podman Version4.2.1
Podman Project ≫ Podman Version4.3.0 Update-
Fedoraproject ≫ Fedora Version35
Fedoraproject ≫ Fedora Version36
Fedoraproject ≫ Fedora Version37
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.03% | 0.075 |
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.