Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-62193

CVE-2025-62193: NOAA PMEL Live Access Server RCE Flaw

CVE-2025-62193 is a remote code execution vulnerability in NOAA PMEL Live Access Server that allows unauthenticated attackers to execute arbitrary OS commands via PyFerret expressions. This post covers technical details, impact, and mitigation.

Published: January 23, 2026

CVE-2025-62193 Overview

CVE-2025-62193 is a critical command injection vulnerability affecting NOAA PMEL Live Access Server (LAS), a web-based application used for visualizing and accessing oceanographic and climate data. The vulnerability allows remote, unauthenticated attackers to execute arbitrary operating system commands on affected servers by crafting malicious requests containing PyFerret expressions with embedded SPAWN commands.

This vulnerability represents a severe security risk as it requires no authentication and can be exploited remotely over the network. The flaw exists in the request processing mechanism, specifically in the RequestInputFilter.java component, which fails to properly sanitize user-supplied Ferret expressions before processing them.

Critical Impact

Remote, unauthenticated attackers can achieve full system compromise by executing arbitrary OS commands through malicious PyFerret SPAWN expressions, potentially leading to data theft, system manipulation, or lateral movement within the network.

Affected Products

  • NOAA PMEL Live Access Server (LAS) - versions prior to the 2025-09-24 fix
  • Systems running unpatched gov.noaa.pmel.tmap.las.filter.RequestInputFilter.java

Discovery Timeline

  • 2026-01-15 - CVE-2025-62193 published to NVD
  • 2026-01-16 - Last updated in NVD database

Technical Details for CVE-2025-62193

Vulnerability Analysis

This vulnerability is classified under CWE-78 (Improper Neutralization of Special Elements used in an OS Command), commonly known as OS Command Injection. The flaw allows attackers to inject and execute arbitrary shell commands through the PyFerret expression handling mechanism in the Live Access Server.

The vulnerability exists because the application processes user-supplied Ferret expressions without proper validation or sanitization. PyFerret, a scientific analysis tool integrated with LAS, supports a SPAWN command that can execute arbitrary operating system commands. When combined with the lack of input filtering, this creates a direct path from user input to system command execution.

The attack surface is significant because LAS instances are typically deployed as publicly accessible web services for researchers and the general public to access oceanographic data. This public exposure, combined with the lack of authentication requirements, makes exploitation straightforward for attackers who identify vulnerable instances.

Root Cause

The root cause is the absence of input validation on Ferret expressions submitted through the request filter. The RequestInputFilter.java component processes XML requests containing a ferret/expression property without checking whether the expression contains dangerous commands like SPAWN. This allows attackers to inject arbitrary OS commands that are subsequently executed with the privileges of the web application server.

Attack Vector

An attacker can exploit this vulnerability by sending a specially crafted HTTP request to a vulnerable LAS instance. The request contains an XML payload with a malicious Ferret expression that includes a SPAWN command. When the server processes this request, the embedded OS command is executed without any authentication or authorization checks.

The attack flow is:

  1. Attacker identifies a publicly accessible LAS instance
  2. Attacker crafts an XML request containing a Ferret expression with an embedded SPAWN command
  3. The malicious request bypasses input validation in RequestInputFilter.java
  4. The SPAWN command executes arbitrary OS commands on the server
  5. Attacker gains remote code execution capabilities

The fix implemented in the security patch adds validation to reject any requests containing Ferret expressions:

java
// Security patch - Source: https://github.com/NOAA-PMEL/LAS/commit/e69afb1898ae7e69f3e047513fc1e5570373912b
             if ( (requestXML != null && !requestXML.equals("")) ) {
             	try {
             		requestXML = JDOMUtils.decode(requestXML, "UTF-8");
+				    String expression = lasRequest.getProperty("ferret", "expression");
+                        if (!expression.isEmpty()) {
+                            LASAction.logerror(request, "Ferret expressions are no longer allowed.", "");
+                            response.sendError(404, "Ferret expressions are no longer allowed.");
+                            return;
+                        }
             	} catch (UnsupportedEncodingException e) {
             		LASAction.logerror(request, "Error decoding the XML request query string.", e);
             		response.sendError(HttpServletResponse.SC_NOT_FOUND, "Request contains an illegal xml query parameter value.");

Source: GitHub Commit Changes

Detection Methods for CVE-2025-62193

Indicators of Compromise

  • Unusual HTTP requests to LAS endpoints containing ferret/expression parameters
  • Server logs showing SPAWN commands or shell execution patterns in request XML
  • Unexpected processes spawned by the Java web application server (Tomcat/Jetty)
  • Outbound network connections from the LAS server to unknown destinations
  • Anomalous file system modifications or new files created by the web server process

Detection Strategies

  • Monitor web application logs for requests containing Ferret expressions or SPAWN keywords
  • Implement web application firewall (WAF) rules to detect and block XML payloads with suspicious command patterns
  • Enable process monitoring on LAS servers to detect unexpected child processes from Java/Tomcat
  • Review access logs for unusual request patterns targeting LAS endpoints
  • Deploy intrusion detection system (IDS) signatures for known command injection patterns

Monitoring Recommendations

  • Configure alerting for any requests containing the string SPAWN in request bodies or parameters
  • Monitor server resource utilization for anomalies indicating cryptominer or backdoor activity
  • Implement network traffic analysis for unexpected outbound connections from LAS infrastructure
  • Enable Java application security logging to capture detailed request processing events

How to Mitigate CVE-2025-62193

Immediate Actions Required

  • Update NOAA PMEL Live Access Server to a version containing the fix from 2025-09-24 or later
  • Review server logs for any indicators of prior exploitation attempts
  • Restrict network access to LAS instances using firewall rules where possible
  • Consider temporarily disabling the service if patching cannot be performed immediately
  • Conduct incident response investigation if exploitation indicators are discovered

Patch Information

The vulnerability has been fixed in an updated version of gov.noaa.pmel.tmap.las.filter.RequestInputFilter.java released on 2025-09-24. The patch completely disables Ferret expression processing, returning a 404 error for any requests attempting to use this functionality. Organizations should obtain the patched version from the NOAA PMEL LAS GitHub repository and follow standard deployment procedures.

Relevant commits documenting the fix:

  • Security patch commit de5f923
  • Security patch commit e69afb1

Additional information is available in the CISA CSAF Vulnerability Document.

Workarounds

  • Deploy a web application firewall (WAF) with rules blocking requests containing Ferret expressions or SPAWN commands
  • Use network segmentation to restrict access to LAS servers from untrusted networks
  • Implement reverse proxy filtering to strip or block requests with suspicious XML payloads
  • If Ferret expression functionality is not required, manually disable it by modifying the application configuration
bash
# Example WAF rule concept for blocking suspicious requests
# Block requests containing SPAWN in the request body
# Implementation varies by WAF vendor

# Network-level mitigation: restrict LAS access to trusted IP ranges
iptables -A INPUT -p tcp --dport 8080 -s TRUSTED_NETWORK/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8080 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechNoaa

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.53%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/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-78
  • Technical References
  • GitHub Project Documentation

  • GitHub Commit Changes

  • GitHub Commit Changes

  • GitHub Comparison Changes

  • GitHub Project Repository

  • CISA CSAF Vulnerability Document

  • CVE Program Record CVE-2025-62193
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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