Vulnerabilities (CVE)

Filtered by vendor Elastic Subscribe
Filtered by product Apm Server
Total 4 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2024-37286 1 Elastic 1 Apm Server 2024-09-11 N/A 6.5 MEDIUM
APM server logs contain document body from a partially failed bulk index request. For example, in case of unavailable_shards_exception for a specific document, since the ES response line contains the document body, and that APM server logs the ES response line on error, the document is effectively logged.
CVE-2023-31416 1 Elastic 2 Apm Server, Elastic Cloud On Kubernetes 2024-07-25 N/A 5.3 MEDIUM
Secret token configuration is never applied when using ECK <2.8 with APM Server >=8.0. This could lead to anonymous requests to an APM Server being accepted and the data ingested into this APM deployment.
CVE-2024-23448 1 Elastic 1 Apm Server 2024-02-28 N/A 7.5 HIGH
An issue was discovered whereby APM Server could log at ERROR level, a response from Elasticsearch indicating that indexing the document failed and that 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.
CVE-2023-31421 1 Elastic 4 Apm Server, Elastic Agent, Elastic Beats and 1 more 2024-02-28 N/A 7.5 HIGH
It was discovered that when acting as TLS clients, Beats, Elastic Agent, APM Server, and Fleet Server did not verify whether the server certificate is valid for the target IP address; however, certificate signature validation is still performed. More specifically, when the client is configured to connect to an IP address (instead of a hostname) it does not validate the server certificate's IP SAN values against that IP address and certificate validation fails, and therefore the connection is not blocked as expected.