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-2026-29128

CVE-2026-29128: IDC SFX2100 Information Disclosure Flaw

CVE-2026-29128 is an information disclosure vulnerability in IDC SFX2100 Satellite Receiver firmware exposing hardcoded credentials in world-readable files, enabling privilege escalation and network access.

Published: March 6, 2026

CVE-2026-29128 Overview

IDC SFX2100 Satellite Receiver firmware ships with multiple daemon configuration files for routing components (e.g., zebra, bgpd, ospfd, and ripd) that are owned by root but world-readable. The configuration files (zebra.conf, bgpd.conf, ospfd.conf, ripd.conf) contain hardcoded or otherwise insecure plaintext passwords, including "enable"/privileged-mode credentials. A remote actor is able to abuse the reuse/hardcoded nature of these credentials to further access other systems in the network, gain a foothold on the satellite receiver, or potentially locally privilege escalate.

Critical Impact

Hardcoded credentials in world-readable routing daemon configuration files enable attackers to gain unauthorized access to network infrastructure, establish persistence on satellite receivers, and potentially escalate privileges across connected systems.

Affected Products

  • IDC SFX2100 Satellite Receiver Firmware

Discovery Timeline

  • 2026-03-05 - CVE CVE-2026-29128 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2026-29128

Vulnerability Analysis

This vulnerability falls under CWE-522 (Insufficiently Protected Credentials) and represents a serious firmware security flaw in the IDC SFX2100 Satellite Receiver. The core issue stems from insecure storage and exposure of authentication credentials within routing daemon configuration files.

The affected configuration files for routing protocols (Zebra, BGP, OSPF, and RIP daemons) contain plaintext passwords that are accessible to any user on the system due to world-readable file permissions. These credentials include privileged "enable" mode passwords that provide elevated access to routing infrastructure. The combination of hardcoded credentials and improper file permissions creates a compounding security weakness that significantly expands the attack surface.

An attacker with local access to the device can read these configuration files and extract the plaintext credentials. Due to the hardcoded nature of these passwords across devices, the credentials can potentially be reused to access other SFX2100 units or related network infrastructure. This credential reuse pattern is particularly dangerous in satellite communication networks where multiple receivers may share common configurations.

Root Cause

The root cause of this vulnerability is twofold: first, the use of hardcoded plaintext passwords in routing daemon configuration files rather than implementing proper credential management; and second, the misconfiguration of file permissions that allows any local user to read sensitive configuration data owned by root. This represents a fundamental failure in secure firmware development practices and violates the principle of least privilege.

Attack Vector

The attack vector requires local access to the satellite receiver system. An attacker who gains initial access to the device (through another vulnerability, physical access, or compromised credentials) can read the world-readable configuration files located in standard paths such as /etc/quagga/ or similar directories. The extracted credentials can then be leveraged for:

  1. Lateral Movement: Using harvested credentials to authenticate to other satellite receivers or network devices that share the same hardcoded passwords
  2. Privilege Escalation: Utilizing the "enable" mode credentials to gain administrative access to routing daemons
  3. Network Manipulation: Modifying routing tables through authenticated access to BGP, OSPF, or RIP daemons to redirect or intercept network traffic

The attack complexity is elevated due to the requirement for local access, but once achieved, exploitation is straightforward as it only requires reading plaintext files.

Detection Methods for CVE-2026-29128

Indicators of Compromise

  • Unauthorized read access attempts to routing configuration files (zebra.conf, bgpd.conf, ospfd.conf, ripd.conf)
  • Unexpected authentication attempts to routing daemons from internal sources
  • Unusual login patterns or credential usage across multiple satellite receiver units
  • Modified routing tables or unexpected route advertisements in network infrastructure

Detection Strategies

  • Monitor file access logs for reads of /etc/quagga/*.conf or similar routing daemon configuration paths by non-root processes
  • Implement network-based detection for authentication attempts to routing protocol ports (TCP 2601-2605 for Zebra/Quagga daemons)
  • Deploy endpoint detection to identify credential harvesting activities on satellite receiver devices
  • Correlate authentication events across multiple SFX2100 units to detect credential reuse patterns

Monitoring Recommendations

  • Enable and centralize logging for all routing daemon authentication events
  • Implement file integrity monitoring (FIM) on routing configuration files to detect unauthorized access or modifications
  • Monitor network traffic for unexpected routing protocol communications originating from compromised endpoints

How to Mitigate CVE-2026-29128

Immediate Actions Required

  • Restrict file permissions on all routing daemon configuration files to be readable only by root (e.g., chmod 600 /etc/quagga/*.conf)
  • Change all default and hardcoded passwords in routing daemon configurations to unique, strong credentials for each device
  • Implement network segmentation to isolate satellite receivers from sensitive network infrastructure
  • Audit all SFX2100 units in the environment for credential exposure and unauthorized access

Patch Information

No vendor patch information is currently available for this vulnerability. Organizations should monitor the Abdul MHS Blog Vulnerability Analysis for updates and contact IDC for official remediation guidance.

Workarounds

  • Immediately change file permissions on configuration files: chmod 600 /etc/quagga/*.conf (or equivalent paths)
  • Replace all hardcoded passwords with unique, strong credentials and store them securely
  • Implement access control lists (ACLs) to restrict which users and processes can access routing daemon configurations
  • Consider disabling unused routing daemons if they are not required for satellite receiver operation
bash
# Configuration example - Restrict routing daemon config file permissions
chmod 600 /etc/quagga/zebra.conf
chmod 600 /etc/quagga/bgpd.conf
chmod 600 /etc/quagga/ospfd.conf
chmod 600 /etc/quagga/ripd.conf
chown root:root /etc/quagga/*.conf

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechIdc

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:N/VC:H/VI:H/VA:N/SC:H/SI:H/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-522
  • Technical References
  • Abdul MHS Blog Vulnerability Analysis
  • Related CVEs
  • CVE-2026-29123: IDC SFX2100 Privilege Escalation Flaw

  • CVE-2026-29125: IDC SFX2100 DNS Resolver DoS 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