CVE Vulnerabilities

CVE-2023-4237

Exposure of Sensitive System Information to an Unauthorized Control Sphere

Published: Oct 04, 2023 | Modified: Nov 21, 2024
CVSS 3.x
7.8
HIGH
Source:
NVD
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS 2.x
RedHat/V2
RedHat/V3
7.3 MODERATE
CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
Ubuntu
MEDIUM

A flaw was found in the Ansible Automation Platform. When creating a new keypair, the ec2_key module prints out the private key directly to the standard output. This flaw allows an attacker to fetch those keys from the log files, compromising the systems confidentiality, integrity, and availability.

Weakness

The product does not properly prevent sensitive system-level information from being accessed by unauthorized actors who do not have the same level of access to the underlying system as the product does.

Affected Software

Name Vendor Start Version End Version
Ansible_automation_platform Redhat 2.0 (including) 2.0 (including)
Ansible_collection Redhat * *
Red Hat Ansible Automation Platform 2.4 for RHEL 8 RedHat *
Red Hat Ansible Automation Platform 2.4 for RHEL 8 RedHat ansible-automation-platform-24/ee-supported-rhel8:1.0.0-423 *
Red Hat Ansible Automation Platform 2.4 for RHEL 9 RedHat *
Red Hat Ansible Automation Platform 2.4 for RHEL 9 RedHat ansible-automation-platform-24/ee-supported-rhel9:1.0.0-424 *
Ansible Ubuntu bionic *
Ansible Ubuntu lunar *
Ansible Ubuntu mantic *
Ansible Ubuntu trusty *
Ansible Ubuntu trusty/esm *
Ansible Ubuntu xenial *
Ansible-core Ubuntu lunar *
Ansible-core Ubuntu mantic *

Extended Description

Network-based products, such as web applications, often run on top of an operating system or similar environment. When the product communicates with outside parties, details about the underlying system are expected to remain hidden, such as path names for data files, other OS users, installed packages, the application environment, etc. This system information may be provided by the product itself, or buried within diagnostic or debugging messages. Debugging information helps an adversary learn about the system and form an attack plan. An information exposure occurs when system data or debugging information leaves the program through an output stream or logging function that makes it accessible to unauthorized parties. Using other weaknesses, an attacker could cause errors to occur; the response to these errors can reveal detailed system information, along with other impacts. An attacker can use messages that reveal technologies, operating systems, and product versions to tune the attack against known vulnerabilities in these technologies. A product may use diagnostic methods that provide significant implementation details such as stack traces as part of its error handling mechanism.

Potential Mitigations

References