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-3322

CVE-2025-3322: Expression Language RCE Vulnerability

CVE-2025-3322 is a remote code execution vulnerability caused by improper neutralization of inputs in expression language processing, allowing attackers to execute code with highest privileges. This article covers impact analysis, technical details, affected systems, and mitigation strategies.

Published: April 1, 2026

CVE-2025-3322 Overview

CVE-2025-3322 is an Expression Language Injection vulnerability that enables remote code execution with the highest privileges on affected servers. The vulnerability stems from improper neutralization of inputs used in expression language processing, classified under CWE-917 (Improper Neutralization of Special Elements used in an Expression Language Statement).

This vulnerability allows unauthenticated remote attackers to inject malicious expression language statements that are evaluated by the server, resulting in arbitrary code execution with elevated privileges. The attack requires no user interaction and can be executed over the network with low complexity.

Critical Impact

Successful exploitation grants attackers complete control over the target server with the highest privileges, enabling data theft, system compromise, lateral movement, and potential disruption of critical healthcare infrastructure.

Affected Products

  • B. Braun medical device software (refer to B. Braun Product Security Page for specific affected versions)

Discovery Timeline

  • June 6, 2025 - CVE-2025-3322 published to NVD
  • June 6, 2025 - Last updated in NVD database

Technical Details for CVE-2025-3322

Vulnerability Analysis

The vulnerability exists in the expression language processing component, where user-controlled input is directly incorporated into expression language statements without proper sanitization or validation. Expression Language (EL) is commonly used in web application frameworks to dynamically evaluate expressions at runtime.

When an application fails to properly neutralize special characters and syntax elements in user input before incorporating it into EL statements, attackers can inject arbitrary expressions. These malicious expressions are then evaluated by the EL engine with the same privileges as the application, often resulting in remote code execution.

The vulnerability requires no authentication and no user interaction, making it particularly dangerous for internet-facing systems. The impact extends beyond the vulnerable component itself, potentially affecting other systems and data within the same security scope.

Root Cause

The root cause is improper input validation and neutralization of user-controlled data before it is processed by the expression language interpreter. The application fails to:

  1. Sanitize special characters and syntax elements used in expression language
  2. Implement proper input validation to reject malicious payloads
  3. Apply principle of least privilege to expression language execution contexts
  4. Use parameterized or pre-compiled expressions instead of dynamic string concatenation

Attack Vector

The attack is network-based and can be executed remotely without authentication. An attacker crafts a malicious HTTP request containing expression language injection payloads targeting vulnerable input parameters. When the server processes these inputs:

  1. The malicious EL syntax is incorporated into an expression statement
  2. The expression language engine evaluates the attacker-controlled expression
  3. The injected code executes with the server's highest privileges
  4. The attacker gains complete control over the target system

Common injection points include HTTP parameters, headers, cookies, and form fields that are processed by expression language engines. Attackers may leverage runtime class access to execute operating system commands, read sensitive files, or establish reverse shells.

Detection Methods for CVE-2025-3322

Indicators of Compromise

  • Unusual HTTP requests containing expression language syntax such as ${, #{, or %{ patterns in unexpected parameters
  • Server logs showing attempts to access runtime classes or process execution methods
  • Unexpected outbound network connections from the affected server
  • New processes spawned by the web application service
  • Unauthorized file system modifications or new files in web-accessible directories

Detection Strategies

  • Deploy web application firewall (WAF) rules to detect and block expression language injection patterns
  • Monitor HTTP request logs for suspicious payloads containing EL syntax in form fields, headers, and URL parameters
  • Implement application-level logging to track expression language evaluation events
  • Configure intrusion detection systems (IDS) with signatures for known EL injection attack patterns
  • Enable deep packet inspection for inbound traffic to web applications

Monitoring Recommendations

  • Establish baseline behavior for application processes and alert on anomalies
  • Monitor for child processes spawned by web server or application server processes
  • Track outbound connections from application servers to detect potential reverse shells
  • Review authentication and access logs for signs of privilege escalation
  • Implement file integrity monitoring on critical system and application directories

How to Mitigate CVE-2025-3322

Immediate Actions Required

  • Consult the B. Braun Product Security Page for vendor-specific patches and updates
  • Restrict network access to affected systems using firewall rules until patches can be applied
  • Implement web application firewall rules to block expression language injection attempts
  • Review and audit all user input handling in affected applications
  • Enable enhanced logging and monitoring on potentially affected systems

Patch Information

Vendor-specific patch information is available from B. Braun. Organizations should consult the B. Braun Product Security Page for official security advisories, affected product versions, and remediation guidance. Given the critical nature of this vulnerability and its potential impact on healthcare infrastructure, immediate patching is strongly recommended.

Workarounds

  • Implement strict input validation to reject any input containing expression language syntax characters
  • Deploy network segmentation to isolate affected medical devices from general network traffic
  • Configure web application firewalls to block requests containing ${, #{, %{, and similar EL patterns
  • Disable or restrict expression language features if not required for application functionality
  • Implement network-level access controls to limit exposure of vulnerable systems to trusted networks only

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechN/A

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability0.83%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/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
  • AvailabilityHigh
  • CWE References
  • CWE-917
  • Technical References
  • B. Braun Product Security Page
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal Vulnerability
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