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

CVE-2025-34143: ETQ Reliance Auth Bypass Vulnerability

CVE-2025-34143 is an authentication bypass flaw in ETQ Reliance that allows attackers to login as a privileged SYSTEM user without a password, leading to remote code execution. This article covers technical details, impact, and mitigation.

Published: April 1, 2026

CVE-2025-34143 Overview

An authentication bypass vulnerability exists in ETQ Reliance on the CG (legacy) platform that allows unauthenticated attackers with network access to the login page to gain elevated access by manipulating the username field. The application permits login as the privileged internal SYSTEM user, which does not require a password. Once authenticated, an attacker can achieve remote code execution by modifying Jython scripts within the application, leading to complete system compromise.

Critical Impact

This vulnerability enables unauthenticated remote attackers to bypass authentication, gain SYSTEM-level privileges, and execute arbitrary code on affected ETQ Reliance CG installations.

Affected Products

  • ETQ Reliance CG (legacy) platform - versions prior to MP-4583

Discovery Timeline

  • 2025-07-22 - CVE-2025-34143 published to NVD
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2025-34143

Vulnerability Analysis

The authentication bypass vulnerability in ETQ Reliance CG stems from inadequate validation of internal system accounts during the public authentication workflow. The application exposes a privileged SYSTEM account through the standard login interface, and critically, this account does not require password authentication. By manipulating the username field to target this internal account, an attacker can bypass all authentication controls and gain immediate elevated access to the application.

The vulnerability chain extends beyond initial access. Once authenticated as the SYSTEM user, attackers can leverage the application's Jython scripting capabilities to achieve remote code execution. Jython scripts within ETQ Reliance run with elevated privileges, allowing attackers to execute arbitrary commands on the underlying operating system.

Root Cause

The root cause of this vulnerability is insufficient validation logic in the authentication workflow that fails to exclude internal system accounts from public authentication endpoints. The SYSTEM account, designed for internal application processes, was inadvertently accessible through the standard login interface without password requirements. This design flaw violates the principle of least privilege by exposing administrative functionality to unauthenticated users.

Attack Vector

The attack vector is network-based, requiring only access to the ETQ Reliance login page. An attacker performs the following exploitation path:

  1. The attacker navigates to the ETQ Reliance login page accessible over the network
  2. The attacker manipulates the username field to authenticate as the internal SYSTEM user
  3. Since the SYSTEM account requires no password, authentication succeeds immediately
  4. With SYSTEM-level access, the attacker navigates to the Jython scripting interface
  5. The attacker modifies or creates Jython scripts to execute arbitrary commands
  6. Code execution occurs with the privileges of the ETQ Reliance application service

The exploitation requires no user interaction and can be performed by any attacker with network access to the login endpoint. According to SLCyber Research, the vulnerability was discovered during security research into the platform's authentication mechanisms.

Detection Methods for CVE-2025-34143

Indicators of Compromise

  • Authentication events for the SYSTEM username or other internal accounts originating from external network addresses
  • Unusual modifications to Jython scripts within the ETQ Reliance application
  • Process execution spawned from the ETQ Reliance application service with unexpected command-line arguments
  • Login attempts with internal account names such as SYSTEM, ADMIN, or similar privileged identifiers

Detection Strategies

  • Implement authentication log monitoring to detect login attempts using reserved internal account names
  • Deploy network intrusion detection rules to identify manipulation of username fields in login requests
  • Monitor file integrity for Jython scripts within the ETQ Reliance installation directory
  • Configure alerting for any successful authentication events associated with internal system accounts

Monitoring Recommendations

  • Enable verbose logging on the ETQ Reliance application to capture all authentication attempts with full request details
  • Establish baseline activity patterns for legitimate SYSTEM account usage and alert on deviations
  • Monitor outbound network connections from the ETQ Reliance server for potential command-and-control activity
  • Implement endpoint detection and response (EDR) solutions to identify post-exploitation activity such as script modification or process spawning

How to Mitigate CVE-2025-34143

Immediate Actions Required

  • Upgrade ETQ Reliance CG to version MP-4583 or later, which introduces stricter validation logic to exclude internal accounts from public authentication workflows
  • If immediate patching is not possible, restrict network access to the ETQ Reliance login page using firewall rules or network segmentation
  • Review authentication logs for any historical access attempts using the SYSTEM username or similar internal accounts
  • Audit Jython scripts within the application for unauthorized modifications

Patch Information

ETQ has released version MP-4583 which resolves this vulnerability by introducing stricter validation logic to exclude internal accounts from public authentication workflows. Organizations running the ETQ Reliance CG (legacy) platform should apply this update immediately. For detailed patch information, refer to the ETQ Reliance Security Update.

The VulnCheck Advisory provides additional technical details regarding the authentication bypass mechanism.

Workarounds

  • Implement network-level access controls to restrict access to the ETQ Reliance login page to trusted IP addresses only
  • Deploy a web application firewall (WAF) with rules to block login attempts containing internal account identifiers in the username field
  • Disable or rename internal system accounts if the application supports it, until the patch can be applied
  • Isolate the ETQ Reliance server on a dedicated network segment with strict ingress and egress filtering

Organizations should treat exposed ETQ Reliance CG installations as high-priority targets for remediation given the critical nature of this vulnerability and the potential for unauthenticated remote code execution.

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechEtq Reliance

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability1.50%

  • 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
  • SLCyber Research on RCE Discovery

  • ETQ Blog Security Update

  • ETQ Product Overview

  • VulnCheck Advisory on RCE
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS 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