#VU95145 Cleartext storage of sensitive information in Elasticsearch - CVE-2024-23444
Published: August 1, 2024
Elasticsearch
Elastic Stack
Description
The vulnerability allows a local user to gain access to sensitive information.
The vulnerability exists within the new Certificate Signing Requests when elasticsearch-certutil CLI tool is used with the csr option in order to create a new request. The associated private key that is generated is stored on disk
unencrypted even if the --pass parameter is passed in the command
invocation. A local user with access to the system can obtain the key.