6.3

CVE-2023-5115

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)
RedhatAnsible Automation Platform Version1.2
   RedhatEnterprise Linux Version8.0
   RedhatEnterprise Linux Version9.0
RedhatAnsible Automation Platform Version2.3
   RedhatEnterprise Linux Version8.0
   RedhatEnterprise Linux Version9.0
RedhatAnsible Automation Platform Version2.4
   RedhatEnterprise Linux Version8.0
   RedhatEnterprise Linux Version9.0
RedhatAnsible Inside Version1.1
   RedhatEnterprise Linux Version8.0
   RedhatEnterprise Linux Version9.0
RedhatAnsible Inside Version1.2
   RedhatEnterprise Linux Version8.0
   RedhatEnterprise Linux Version9.0
RedhatAnsible Developer Version1.0
   RedhatEnterprise Linux Version8.0
   RedhatEnterprise Linux Version9.0
RedhatAnsible Developer Version1.1
   RedhatEnterprise Linux Version8.0
   RedhatEnterprise Linux Version9.0
DebianDebian Linux Version10.0
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 0.34% 0.559
CVSS Metriken
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.