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-2022-25246

CVE-2022-25246: PTC Axeda Agent Auth Bypass Vulnerability

CVE-2022-25246 is an authentication bypass flaw in PTC Axeda Agent caused by hard-coded credentials in UltraVNC, allowing remote attackers to gain full control. This article covers technical details, impact, and mitigations.

Published: February 17, 2026

CVE-2022-25246 Overview

CVE-2022-25246 is a hardcoded credentials vulnerability affecting PTC Axeda agent (All versions) and Axeda Desktop Server for Windows (All versions). The vulnerability exists in the UltraVNC installation bundled with these products, which uses hard-coded credentials that can be exploited by remote authenticated attackers to gain full control of the host operating system.

Critical Impact

Successful exploitation allows remote authenticated attackers to take complete control of affected systems through the UltraVNC remote access functionality, potentially compromising entire industrial control system (ICS) environments.

Affected Products

  • PTC Axeda Agent (All versions)
  • PTC Axeda Desktop Server for Windows (All versions)
  • Systems utilizing UltraVNC installations bundled with affected Axeda products

Discovery Timeline

  • 2022-03-16 - CVE-2022-25246 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-25246

Vulnerability Analysis

This vulnerability is classified under CWE-798 (Use of Hard-Coded Credentials), a configuration and design flaw that occurs when software contains embedded authentication credentials that cannot be changed by administrators. In this case, the PTC Axeda agent and Desktop Server products ship with UltraVNC—a popular remote desktop application—configured with static, unchangeable credentials.

The network-based attack vector means that any authenticated user who can reach the affected system over the network can leverage these known credentials to establish a VNC session. Once connected, the attacker inherits the privileges of the VNC service, typically running with elevated permissions to facilitate remote administration. This grants complete access to view the screen, control input devices, and execute arbitrary commands on the target system.

Root Cause

The root cause of this vulnerability is the inclusion of hard-coded credentials within the UltraVNC component bundled with PTC Axeda products. These credentials are embedded in the software configuration and cannot be modified by end users or administrators, creating a situation where all installations share identical authentication secrets. This design decision likely originated from convenience during development or deployment but creates a critical security weakness in production environments.

Attack Vector

The attack leverages the network-accessible UltraVNC service running on affected Axeda installations. An attacker who has obtained low-privilege network access to the target environment can:

  1. Identify systems running Axeda agent or Desktop Server through network scanning
  2. Connect to the UltraVNC service using the publicly known hard-coded credentials
  3. Gain full remote desktop control of the target system
  4. Execute commands, access sensitive data, or pivot to other systems in the network

The vulnerability is particularly concerning in industrial control system (ICS) and operational technology (OT) environments where Axeda products are commonly deployed for remote device management and monitoring.

Detection Methods for CVE-2022-25246

Indicators of Compromise

  • Unexpected VNC connections to systems running Axeda agent or Desktop Server
  • Authentication attempts to UltraVNC services from unauthorized IP addresses
  • Unusual remote desktop session activity on ICS/OT network segments
  • Network traffic on common VNC ports (5900-5906) from unexpected sources

Detection Strategies

  • Monitor network traffic for VNC protocol connections to Axeda-enabled systems
  • Implement network intrusion detection rules for UltraVNC authentication patterns
  • Audit authentication logs for VNC service access attempts
  • Deploy endpoint detection to identify unauthorized remote desktop sessions on affected hosts

Monitoring Recommendations

  • Establish baseline network behavior for Axeda-related services and alert on deviations
  • Configure SIEM rules to correlate VNC connection attempts with asset inventory of Axeda installations
  • Monitor for lateral movement following successful VNC connections
  • Implement network segmentation monitoring between IT and OT environments

How to Mitigate CVE-2022-25246

Immediate Actions Required

  • Restrict network access to UltraVNC services on affected systems using firewall rules
  • Segment networks to isolate Axeda-enabled systems from untrusted network zones
  • Disable UltraVNC functionality if remote access is not required for operations
  • Implement VPN or jump server requirements for any necessary remote access to affected systems

Patch Information

PTC has released guidance for addressing this vulnerability. Administrators should consult the PTC Support Article CS363561 for specific remediation instructions and updated software versions. Additionally, the CISA ICS Advisory ICSA-22-067-01 provides comprehensive guidance for organizations operating affected products in industrial environments.

Organizations should prioritize upgrading to patched versions of Axeda products or implementing the vendor-recommended workarounds to eliminate the hard-coded credential exposure.

Workarounds

  • Implement network-level access controls to restrict connections to UltraVNC ports
  • Deploy application whitelisting to prevent unauthorized VNC client connections
  • Use network monitoring to detect and block exploitation attempts
  • Consider disabling the UltraVNC service entirely if remote desktop functionality is not operationally required
bash
# Network segmentation example - restrict VNC access to management VLAN only
# Firewall rule to block external VNC connections (adjust for your environment)
iptables -A INPUT -p tcp --dport 5900:5906 -s ! 10.0.100.0/24 -j DROP
iptables -A INPUT -p tcp --dport 5900:5906 -s 10.0.100.0/24 -j ACCEPT

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechPtc Axeda Agent

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability1.91%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-798
  • Vendor Resources
  • CISA ICS Advisory ICSA-22-067-01

  • PTC Support Article CS363561
  • Related CVEs
  • CVE-2022-25249: PTC Axeda Agent Path Traversal Flaw

  • CVE-2022-25247: PTC Axeda Agent RCE 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