Skip to main content

Insertion of Sensitive Information into Log File

CVE-2024-23448

Severity High
Score 7.5/10

Summary

An issue was discovered whereby the APM Server could log at "ERROR" level, a response from Elasticsearch indicating that indexing the document failed and that the response would contain parts of the original document. Depending on the nature of the document that the APM Server attempted to ingest, this could lead to the insertion of Sensitive or Private Information in the APM Server logs. The affects package github.com/elastic/apm-server versions prior to version v8.12.1.

  • LOW
  • NETWORK
  • NONE
  • UNCHANGED
  • NONE
  • NONE
  • HIGH
  • NONE

CWE-532 - Insertion of Sensitive Information into Log File

It's quite common for applications to save logs. For example, whenever a user requests a resource from a particular website, the web server writes information about the request to a log file. These files are helpful for identifying abnormal system activity, bugs, and evaluating the security controls of the application. Security of log files is critical for the overall security of the application and its confidential resources. An application that lacks appropriate logging levels can expose sensitive user data and system information stored on the log files to malicious users. This info can be exploited to compromise your system.

Advisory Timeline

  • Published