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

CVE-2025-0631: Credential Exposure Vulnerability via HTTP

CVE-2025-0631 is a credential exposure vulnerability where credentials are transmitted in clear text over HTTP, enabling attackers to intercept sensitive data. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-0631 Overview

CVE-2025-0631 is a Credential Exposure Vulnerability that arises from the use of unencrypted HTTP communications. This vulnerability allows credentials to be transmitted in cleartext over the network, making them susceptible to interception by malicious actors through man-in-the-middle attacks or network sniffing. The vulnerability is classified under CWE-319 (Cleartext Transmission of Sensitive Information).

Critical Impact

Attackers with network access can intercept user credentials transmitted in cleartext, potentially leading to unauthorized access, account compromise, and further lateral movement within affected environments.

Affected Products

  • Rockwell Automation products (refer to Rockwell Automation Security Advisory SD1717 for specific affected versions)

Discovery Timeline

  • 2025-01-28 - CVE-2025-0631 published to NVD
  • 2025-01-28 - Last updated in NVD database

Technical Details for CVE-2025-0631

Vulnerability Analysis

This vulnerability stems from the improper implementation of network communications where the affected product transmits authentication credentials over unencrypted HTTP instead of secure HTTPS. When users authenticate to the affected system, their credentials are sent across the network in plaintext format without any encryption or protection mechanisms.

An attacker positioned on the same network segment or with the ability to intercept network traffic between the client and server can capture these credentials using readily available network sniffing tools. This type of cleartext transmission issue is particularly concerning in industrial control system (ICS) and operational technology (OT) environments where network segmentation may not always be properly implemented.

Root Cause

The root cause of CVE-2025-0631 is the use of HTTP protocol for transmitting sensitive authentication data instead of HTTPS or another encrypted communication channel. This represents a fundamental security design flaw where the application fails to enforce transport layer security (TLS) for credential transmission, leaving user authentication data exposed to network-level attacks.

Attack Vector

The attack vector for this vulnerability is network-based, requiring the attacker to have visibility into network traffic between the client and the vulnerable server. Attack scenarios include:

  • An attacker on the same local network using passive sniffing tools like Wireshark to capture HTTP traffic containing credentials
  • Man-in-the-middle positioning through ARP spoofing or DNS poisoning to intercept authentication requests
  • Compromised network infrastructure (switches, routers) providing access to plaintext credential flows

The vulnerability exploits the lack of encryption on authentication communications. No proof-of-concept code is publicly available at this time. For technical details, refer to the Rockwell Automation Security Advisory.

Detection Methods for CVE-2025-0631

Indicators of Compromise

  • HTTP authentication traffic to affected Rockwell Automation products on port 80 or other non-HTTPS ports
  • Network captures showing cleartext credentials in HTTP POST requests or Authorization headers
  • Suspicious authentication patterns from unexpected source IP addresses following credential exposure
  • Failed login attempts indicating credential harvesting and replay attacks

Detection Strategies

  • Deploy network traffic analysis tools to identify HTTP-based authentication flows to affected systems
  • Configure network monitoring to alert on authentication traffic that is not using TLS/HTTPS encryption
  • Implement SentinelOne Singularity platform for endpoint detection of suspicious credential usage patterns
  • Review access logs for authentication attempts from unusual locations or at abnormal times

Monitoring Recommendations

  • Enable detailed logging on affected Rockwell Automation products to track authentication events
  • Deploy network intrusion detection systems (NIDS) with rules to detect cleartext credential transmission
  • Monitor for lateral movement following potential credential compromise
  • Implement Security Information and Event Management (SIEM) correlation rules for authentication anomalies

How to Mitigate CVE-2025-0631

Immediate Actions Required

  • Review and implement guidance from the Rockwell Automation Security Advisory SD1717
  • Segment affected systems on isolated network segments to limit exposure
  • Implement network-level encryption using VPNs or encrypted tunnels where direct HTTPS is not available
  • Rotate all credentials that may have been transmitted over unencrypted channels
  • Deploy network access controls to limit who can access affected systems

Patch Information

Rockwell Automation has released a security advisory addressing this vulnerability. Organizations should consult the Rockwell Automation Security Advisory SD1717 for specific patch information, firmware updates, and remediation guidance for affected products and versions.

Workarounds

  • Implement network segmentation to isolate affected systems from untrusted network segments
  • Deploy a TLS-terminating proxy or gateway in front of affected systems to encrypt credential transmission
  • Use VPN connections when accessing affected devices remotely
  • Enable multi-factor authentication where supported to reduce risk from credential exposure
  • Monitor network traffic for signs of credential interception or unauthorized access attempts
bash
# Example: Configure iptables to restrict HTTP access to affected systems
# Replace 192.168.1.100 with the IP of the affected device
# Allow only specific trusted management IPs

# Block all HTTP access to the affected device
iptables -A FORWARD -d 192.168.1.100 -p tcp --dport 80 -j DROP

# Allow only from trusted management network
iptables -I FORWARD -s 10.0.0.0/24 -d 192.168.1.100 -p tcp --dport 80 -j ACCEPT

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechN/A

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-319
  • Technical References
  • Rockwell Automation Security Advisory
  • 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