Skip to main content

Improper Certificate Validation

CVE-2025-37730

Severity Medium
Score 6.5/10

Summary

Improper certificate validation in Logstash's TCP output could lead to a Man-in-the-Middle (MITM) attack in "client" mode, as hostname verification in TCP output was not being performed when the ssl_verification_mode => full was set. This issue affects logstash-output-tcp versions prior to 6.2.2 and 7.0.x prior to 7.0.1.

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

CWE-295 - Improper Certificate Validation

The authenticity component of a web system stems from the ability to validate “Digital certificates”, which (i) establish trust between two or more entities sharing data over a network; (ii) ensure data at rest and transit is secure from unauthorized access; and (iii) check the identity of the actors that interact with the system. An application with absent or ineffective certificate validation mechanisms allows malicious users, impersonating trusted hosts, to manipulate the communication path between the client and the host, resulting in unauthorized access to data and to the application’s internal environment, and potentially enabling man-in-the-middle attacks.

Advisory Timeline

  • Published