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
    • 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-2079

CVE-2025-2079: Optigo Networks Authentication Bypass Flaw

CVE-2025-2079 is an authentication bypass vulnerability in Optigo Networks Visual BACnet Capture Tool caused by a hardcoded secret key that enables JWT session generation. This article covers technical details, impact, and mitigation.

Published: May 11, 2026

CVE-2025-2079 Overview

CVE-2025-2079 affects the Optigo Networks Visual BACnet Capture Tool and Optigo Visual Networks Capture Tool, version 3.1.2rc11. The products embed a hard-coded secret key used for JSON Web Token (JWT) session signing. An attacker who learns this key can forge valid JWT sessions and impersonate authenticated users. The flaw is classified under [CWE-547: Use of Hard-coded, Security-relevant Constants]. CISA published advisory ICSA-25-070-02 describing the issue, which affects building automation and industrial control environments running these BACnet capture tools.

Critical Impact

Remote, unauthenticated attackers can forge JWT session tokens and gain authenticated access to the capture tool, exposing BACnet network captures and operational visibility.

Affected Products

  • Optigo Networks Visual BACnet Capture Tool version 3.1.2rc11
  • Optigo Visual Networks Capture Tool version 3.1.2rc11
  • Industrial control system deployments using these tools for BACnet packet inspection

Discovery Timeline

  • 2025-03-13 - CVE-2025-2079 published to NVD and CISA ICS Advisory ICSA-25-070-02 released
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-2079

Vulnerability Analysis

The vulnerability stems from a hard-coded secret key compiled into the Optigo Networks Visual BACnet Capture Tool and the Optigo Visual Networks Capture Tool. Both products use this key as the signing secret when issuing JWT session tokens. Because the secret is identical across every installation, any attacker who extracts it from one copy of the binary can sign tokens accepted by every deployment.

JWT tokens consist of a header, payload, and signature. The signature ties the payload to a server-held secret. When that secret is static and shared across installations, the signature provides no real authentication assurance. An attacker can craft a token claiming any user identity, sign it with the recovered key, and present it to the application.

The issue maps to [CWE-547] and is reachable over the network without prior authentication or user interaction, since JWTs are presented during normal session establishment. Successful exploitation grants the attacker the privileges of the impersonated session, including access to captured BACnet traffic from the target environment.

Root Cause

The root cause is embedding a cryptographic secret directly into application code or configuration shipped to customers. Secret rotation, per-tenant key derivation, and key storage outside the binary were not implemented. Every instance of version 3.1.2rc11 therefore shares the same JWT signing secret.

Attack Vector

An attacker reverse-engineers the application binary or configuration to recover the hard-coded key. Using a standard JWT library, the attacker then constructs a token with an administrator or operator claim set and signs it with the recovered secret. Submitting the forged token to the capture tool's web interface yields an authenticated session without credentials. Network access to the management interface is the only prerequisite.

No verified public exploit code is available for this vulnerability. See the CISA ICS Advisory ICSA-25-070-02 for vendor and coordination details.

Detection Methods for CVE-2025-2079

Indicators of Compromise

  • Authenticated sessions on the capture tool originating from IP addresses not associated with operator workstations
  • JWT tokens presented to the application that do not correspond to a prior interactive login event in audit logs
  • Unexpected access to BACnet capture exports or configuration changes outside maintenance windows

Detection Strategies

  • Compare web server access logs against authentication logs to surface sessions that lack a preceding login transaction
  • Alert on management-interface access from outside designated engineering workstation subnets
  • Inspect JWT iat and exp timestamps for anomalies suggesting tokens minted outside the application server

Monitoring Recommendations

  • Forward Optigo capture tool application and web logs to a central SIEM for correlation with network telemetry
  • Monitor for new TCP sessions to the capture tool from unexpected source networks, including the internet
  • Track configuration export, packet capture download, and user management actions as high-value audit events

How to Mitigate CVE-2025-2079

Immediate Actions Required

  • Restrict network access to the Visual BACnet Capture Tool and Visual Networks Capture Tool to trusted engineering workstations using firewall or ACL rules
  • Remove direct internet exposure of the management interface and place it behind a VPN or jump host
  • Review session and access logs for evidence of unauthorized authenticated activity since deployment of version 3.1.2rc11

Patch Information

Refer to the CISA ICS Advisory ICSA-25-070-02 for vendor-supplied remediation guidance and updated software versions from Optigo Networks. Upgrade affected installations as soon as a fixed release is available from the vendor.

Workarounds

  • Segment the capture tool onto an isolated operations VLAN with strict ingress filtering
  • Require multi-factor authentication at an upstream reverse proxy that terminates sessions before they reach the tool
  • Decommission unused installations of version 3.1.2rc11 until a patched build can be deployed
bash
# Example firewall restriction limiting access to the capture tool to a single engineering subnet
iptables -A INPUT -p tcp --dport 443 -s 10.20.30.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOptigo Networks

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.20%

  • 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-547
  • Technical References
  • CISA ICS Advisory ICSA-25-070-02
  • Related CVEs
  • CVE-2025-2081: Optigo Networks Auth Bypass Vulnerability

  • CVE-2025-2080: Optigo Networks Authentication Bypass Flaw

  • CVE-2025-4041: Optigo Networks ONS NC600 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