The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-62371

CVE-2025-62371: Amazon OpenSearch Data Prepper Info Leak

CVE-2025-62371 is an information disclosure vulnerability in Amazon OpenSearch Data Prepper that allows SSL certificate bypass, enabling man-in-the-middle attacks. This article covers technical details, affected versions, and mitigation.

Published: April 15, 2026

CVE-2025-62371 Overview

OpenSearch Data Prepper is an open source data collector for observability data. A critical security flaw has been identified in versions prior to 2.12.2 where the OpenSearch sink and source plugins trust all SSL certificates by default when no certificate path is provided. This behavior bypasses SSL certificate validation, potentially allowing attackers to intercept and modify data in transit through man-in-the-middle (MITM) attacks.

Prior to this fix, the OpenSearch sink and source plugins would automatically use a "trust all SSL" strategy when connecting to OpenSearch clusters if no certificate path was explicitly configured. This vulnerability affects connections to OpenSearch when the cert parameter is not explicitly provided, exposing sensitive observability data to potential interception.

Critical Impact

Attackers can perform man-in-the-middle attacks to intercept and modify observability data in transit between Data Prepper and OpenSearch clusters, potentially compromising data integrity and confidentiality.

Affected Products

  • Amazon OpenSearch Data Prepper versions prior to 2.12.2
  • OpenSearch sink plugin with default SSL configuration
  • OpenSearch source plugin with default SSL configuration

Discovery Timeline

  • October 15, 2025 - CVE-2025-62371 published to NVD
  • December 04, 2025 - Last updated in NVD database

Technical Details for CVE-2025-62371

Vulnerability Analysis

This vulnerability is classified as CWE-295 (Improper Certificate Validation). The core issue stems from insecure default configuration in the OpenSearch Data Prepper's connection handling. When users deploy Data Prepper without explicitly specifying a certificate path for their OpenSearch cluster connections, the application defaults to trusting all SSL certificates without validation.

This architectural decision creates a significant security gap in production environments. The OpenSearch sink plugin, responsible for sending processed observability data to OpenSearch clusters, and the OpenSearch source plugin, used for reading data from OpenSearch, both exhibit this dangerous default behavior. The vulnerability requires network access and specific conditions (placing an attacker in a position to intercept traffic), but successful exploitation can lead to complete compromise of data confidentiality and integrity for observability pipelines.

Root Cause

The root cause is an insecure default configuration in the SSL/TLS implementation of the OpenSearch sink and source plugins. Rather than requiring explicit certificate configuration or failing securely when no certificate path is provided, the plugins implement a permissive "trust all" SSL strategy. This design choice prioritizes ease of setup over security, violating the principle of secure defaults and leaving deployments vulnerable to certificate-based attacks.

Attack Vector

The attack vector is network-based and requires the attacker to position themselves between the Data Prepper instance and the OpenSearch cluster. An attacker who can intercept network traffic (through techniques such as ARP spoofing, DNS hijacking, or compromised network infrastructure) can present their own SSL certificate to Data Prepper. Because Data Prepper trusts all certificates when the cert parameter is not configured, it will accept the attacker's certificate and establish a seemingly secure connection with the malicious intermediary.

The attacker can then decrypt, read, modify, and re-encrypt the observability data before forwarding it to the legitimate OpenSearch cluster, remaining undetected while compromising both confidentiality and integrity of the data pipeline.

Detection Methods for CVE-2025-62371

Indicators of Compromise

  • Review Data Prepper configuration files for OpenSearch sink/source entries without explicit cert parameter definitions
  • Monitor for unexpected SSL certificate changes or warnings in network security logs
  • Check for anomalous network paths or latency increases between Data Prepper and OpenSearch clusters
  • Audit TLS handshake logs for connections accepting untrusted or self-signed certificates

Detection Strategies

  • Implement network monitoring to detect potential MITM attack patterns on Data Prepper communication paths
  • Use configuration scanning tools to identify OpenSearch plugin configurations missing the cert parameter
  • Deploy certificate pinning validation at the network level to detect unauthorized certificates
  • Enable verbose SSL logging in Data Prepper to capture certificate validation events

Monitoring Recommendations

  • Continuously monitor Data Prepper to OpenSearch cluster communication for SSL/TLS anomalies
  • Implement alerting for configuration changes to OpenSearch sink and source plugins
  • Establish baseline network traffic patterns and alert on deviations that may indicate interception
  • Regularly audit Data Prepper deployments to ensure certificate paths are explicitly configured

How to Mitigate CVE-2025-62371

Immediate Actions Required

  • Upgrade OpenSearch Data Prepper to version 2.12.2 or later immediately
  • Audit all existing Data Prepper configurations for OpenSearch sink and source plugins
  • Add the cert parameter to all OpenSearch plugin configurations with the path to your cluster's CA certificate
  • Verify SSL/TLS certificate validation is functioning correctly after configuration changes

Patch Information

The vulnerability has been patched in OpenSearch Data Prepper version 2.12.2. Multiple commits address this issue:

  • Security patch commit 98fcf0d
  • Security patch commit b0386a5
  • Security patch commit db11ce8

For complete details, refer to the GitHub Security Advisory GHSA-43ff-rr26-8hx4.

Workarounds

  • Add the cert parameter to your OpenSearch sink or source configuration with the path to the cluster's CA certificate
  • Ensure all Data Prepper to OpenSearch communications traverse secured network segments with proper certificate validation
  • Implement network-level certificate validation as an additional layer of defense
  • Consider using mutual TLS (mTLS) for enhanced security between Data Prepper and OpenSearch clusters
bash
# Example OpenSearch sink configuration with explicit certificate path
# Add the cert parameter to your pipeline configuration
# opensearch-sink:
#   hosts: ["https://your-opensearch-cluster:9200"]
#   cert: "/path/to/your/ca-certificate.pem"
#   username: "${OPENSEARCH_USERNAME}"
#   password: "${OPENSEARCH_PASSWORD}"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechAmazon Opensearch

  • SeverityHIGH

  • CVSS Score7.4

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-295
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English