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
    • 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-15453

CVE-2025-15453: Milvus Deserialization RCE Vulnerability

CVE-2025-15453 is a deserialization RCE flaw in Milvus up to version 2.6.7 affecting the HTTP endpoint. Attackers can exploit this remotely to execute arbitrary code. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-15453 Overview

A deserialization vulnerability has been identified in Milvus versions up to 2.6.7. This security flaw exists within the expr.Exec function located in the file pkg/util/expr/expr.go of the HTTP Endpoint component. Manipulation of the code argument enables attackers to perform insecure deserialization attacks. The vulnerability is remotely exploitable and has been publicly disclosed.

Critical Impact

Remote attackers with low privileges can exploit this deserialization vulnerability to potentially compromise the confidentiality, integrity, and availability of Milvus deployments through malicious serialized data injection.

Affected Products

  • Milvus versions up to and including 2.6.7
  • Milvus HTTP Endpoint component (pkg/util/expr/expr.go)

Discovery Timeline

  • January 5, 2026 - CVE-2025-15453 published to NVD
  • January 8, 2026 - Last updated in NVD database

Technical Details for CVE-2025-15453

Vulnerability Analysis

This vulnerability stems from improper input validation (CWE-20) in the expression execution functionality of Milvus. The expr.Exec function within the HTTP Endpoint component fails to adequately validate and sanitize the code argument before processing, leading to an insecure deserialization condition.

Milvus is a popular open-source vector database designed for AI and machine learning applications. The vulnerable component handles expression parsing and execution for HTTP API requests. When an attacker supplies a specially crafted code parameter to the HTTP endpoint, the application deserializes the input without proper validation, potentially allowing malicious payloads to be executed in the context of the Milvus server.

The network-accessible nature of this vulnerability means attackers can exploit it remotely without requiring physical access to the target system. While the attacker needs low-level privileges to interact with the HTTP endpoint, no user interaction is required for successful exploitation.

Root Cause

The root cause is improper input validation in the expr.Exec function. The function accepts user-controlled input through the code argument and processes it without sufficient sanitization, allowing deserialization of untrusted data. This represents a classic CWE-20 (Improper Input Validation) weakness where external input is not properly validated before being used in security-sensitive operations.

Attack Vector

The attack vector is network-based, targeting the Milvus HTTP Endpoint. An authenticated attacker with low privileges can send specially crafted HTTP requests containing malicious serialized payloads in the code parameter. When the expr.Exec function processes this input, the deserialization of untrusted data can lead to unintended code execution or data manipulation.

The vulnerability has been publicly disclosed through GitHub issues, and proof-of-concept information may be available. Organizations running vulnerable Milvus versions should prioritize remediation. Technical details can be found in the GitHub Issue Discussion.

Detection Methods for CVE-2025-15453

Indicators of Compromise

  • Unusual HTTP requests to Milvus endpoints containing serialized data patterns in the code parameter
  • Anomalous activity in Milvus logs related to expression parsing errors or unexpected deserialization operations
  • Network traffic to Milvus HTTP endpoints with abnormally large or encoded payloads
  • Unexpected process spawning or resource consumption by the Milvus service

Detection Strategies

  • Deploy web application firewall (WAF) rules to inspect and filter suspicious serialized data patterns in HTTP requests to Milvus endpoints
  • Implement network intrusion detection system (IDS) signatures targeting known deserialization attack patterns
  • Monitor Milvus application logs for expression execution errors or security-related warnings
  • Configure SentinelOne to detect behavioral anomalies associated with deserialization exploits

Monitoring Recommendations

  • Enable verbose logging on Milvus HTTP endpoints to capture detailed request information
  • Set up alerting for failed authentication attempts and unusual API access patterns
  • Monitor system resource utilization for unexpected spikes that may indicate exploitation attempts
  • Review network traffic logs for connections to suspicious external destinations from Milvus servers

How to Mitigate CVE-2025-15453

Immediate Actions Required

  • Upgrade Milvus to version 2.6.8 or later when available, as a fix is planned for this release
  • Restrict network access to Milvus HTTP endpoints using firewall rules and network segmentation
  • Implement strong authentication and authorization controls for all Milvus API access
  • Review and audit existing Milvus deployments for signs of exploitation

Patch Information

A fix for this vulnerability is scheduled for release in Milvus version 2.6.8. Organizations should monitor the Milvus GitHub Milestone for patch availability. Once released, apply the security update immediately to all affected Milvus instances. Additional vulnerability details are available through VulDB #339486.

Workarounds

  • Implement network-level access controls to limit exposure of Milvus HTTP endpoints to trusted networks only
  • Deploy a reverse proxy or WAF in front of Milvus to filter and sanitize incoming requests
  • Disable or restrict access to expression execution functionality if not required for your deployment
  • Consider running Milvus in an isolated network segment with enhanced monitoring until the patch is applied
bash
# Configuration example - Network restriction using iptables
# Restrict Milvus HTTP endpoint access to trusted networks only
iptables -A INPUT -p tcp --dport 19530 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 19530 -j DROP

# Enable verbose logging for Milvus (check your deployment method)
# export MILVUS_LOG_LEVEL=debug

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMilvus

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-20
  • Technical References
  • GitHub Issue Discussion

  • GitHub Issue Detail

  • GitHub Comment on Issue

  • GitHub Milestone Overview

  • VulDB #339486 CTI

  • VulDB #339486

  • VulDB Submission #719061
  • Related CVEs
  • CVE-2026-26190: Milvus Authentication Bypass Vulnerability

  • CVE-2025-64513: Milvus Auth Bypass Vulnerability
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