6.3
CVE-2023-5115
- EPSS 0.34%
- Published 18.12.2023 14:15:10
- Last modified 06.12.2024 11:15:07
- Source secalert@redhat.com
- Teams watchlist Login
- Open Login
An absolute path traversal attack exists in the Ansible automation platform. This flaw allows an attacker to craft a malicious Ansible role and make the victim execute the role. A symlink can be used to overwrite a file outside of the extraction path.
Data is provided by the National Vulnerability Database (NVD)
Redhat ≫ Ansible Automation Platform Version1.2
Redhat ≫ Ansible Automation Platform Version2.3
Redhat ≫ Ansible Automation Platform Version2.4
Redhat ≫ Ansible Inside Version1.1
Redhat ≫ Ansible Inside Version1.2
Redhat ≫ Ansible Developer Version1.0
Redhat ≫ Ansible Developer Version1.1
Debian ≫ Debian Linux Version10.0
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.34% | 0.559 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 6.3 | 2.1 | 4.2 |
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:H/A:N
|
secalert@redhat.com | 6.3 | 2.1 | 4.2 |
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:H/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-36 Absolute Path Traversal
The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize absolute path sequences such as "/abs/path" that can resolve to a location that is outside of that directory.