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

CVE-2026-31196: ALTICE LABS GR140DG/IG RCE Vulnerability

CVE-2026-31196 is a remote code execution flaw in ALTICE LABS GR140DG and GR140IG routers allowing authenticated attackers to execute arbitrary commands as root. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-31196 Overview

CVE-2026-31196 is a command injection vulnerability in the traceroute diagnostic handler of /bin/httpd_clientside on Altice Labs and SFR France GR140DG and GR140IG fibre Customer Premises Equipment (CPE) gateways. The handler passes the user-supplied destAddr parameter into a system() call without sanitization. Authenticated attackers can inject shell command substitution sequences to execute arbitrary commands as root on the device. The flaw is tracked as an OS Command Injection weakness [CWE-78] and affects routers deployed widely across residential and small-business fibre subscriber networks.

Critical Impact

Authenticated remote attackers can achieve root-level code execution on the gateway, enabling full device takeover, traffic interception, and pivoting into the internal network.

Affected Products

  • Altice Labs GR140DG fibre CPE/Router/Gateway
  • Altice Labs GR140IG fibre CPE/Router/Gateway
  • SFR France-branded GR140 series devices running /bin/httpd_clientside

Discovery Timeline

  • 2026-05-05 - CVE-2026-31196 published to the National Vulnerability Database (NVD)
  • 2026-05-07 - Last updated in NVD database

Technical Details for CVE-2026-31196

Vulnerability Analysis

The GR140DG and GR140IG gateways expose a web administration interface served by /bin/httpd_clientside. The interface includes a traceroute diagnostic feature that accepts a destination host through the destAddr HTTP parameter. The handler concatenates this parameter directly into a shell command string and passes it to system() for execution. Because the binary runs with root privileges, any injected command inherits full administrative rights on the underlying Linux operating system.

The vulnerability requires authentication, but credential reuse, default passwords on ISP-provisioned CPE, and exposed remote management interfaces commonly enable adversaries to clear that bar. The flaw is reachable over the network and yields complete confidentiality, integrity, and availability impact on the gateway.

Root Cause

The root cause is missing input validation and improper neutralization of special elements used in an OS command [CWE-78]. The traceroute handler trusts the destAddr field as a host argument and does not enforce a strict allowlist of IP addresses or hostnames. Shell metacharacters such as backticks, $(), ;, &&, and | pass through unchecked into the command line consumed by system().

Attack Vector

An authenticated attacker submits a crafted traceroute request with a destAddr value containing shell command substitution syntax. For example, a value such as 8.8.8.8;$(reboot) or 127.0.0.1`id` causes the embedded command to execute alongside the intended traceroute invocation. The injected payload runs as root, allowing the attacker to drop persistent backdoors, modify firmware, dump credentials from /etc, alter DNS settings, or use the gateway as a foothold for lateral movement onto subscriber LANs. Refer to the XEROD Security Advisory XEROD-2026-0002 for additional technical context.

Detection Methods for CVE-2026-31196

Indicators of Compromise

  • HTTP requests to the device administration interface containing shell metacharacters (;, |, &, `, $() in the destAddr parameter.
  • Unexpected outbound connections originating from the gateway to attacker-controlled infrastructure shortly after traceroute requests.
  • New or modified files in writable firmware paths such as /tmp, /var, or /etc on the CPE.
  • Configuration drift in DNS, DHCP, or firewall settings that subscribers did not initiate.

Detection Strategies

  • Inspect web server and proxy logs for destAddr values that do not match a strict IPv4, IPv6, or hostname pattern.
  • Apply intrusion detection signatures that flag command substitution syntax in HTTP POST bodies destined for CPE management endpoints.
  • Correlate authentication events on the gateway with subsequent traceroute diagnostic invocations to surface anomalous administrative sessions.

Monitoring Recommendations

  • Centralize syslog from CPE devices and alert on httpd_clientside process anomalies or unexpected child processes spawned from it.
  • Monitor north-south traffic from gateway management IPs for command-and-control patterns and reverse shell beacons.
  • Track failed and successful logins to the device web interface to detect credential stuffing preceding exploitation.

How to Mitigate CVE-2026-31196

Immediate Actions Required

  • Disable remote WAN-side access to the gateway administration interface and restrict management to the LAN.
  • Rotate administrative credentials on every GR140DG and GR140IG device, removing default or ISP-provisioned passwords.
  • Contact Altice Labs or SFR France to confirm patch availability and request firmware updates for affected fleet devices.
  • Segment subscriber networks so that a compromised gateway cannot pivot to sensitive internal assets.

Patch Information

No vendor patch URL is listed in the published advisory data at the time of writing. Operators should monitor Altice Labs and SFR France channels for firmware updates addressing the destAddr input handling in /bin/httpd_clientside. Refer to the XEROD Security Advisory XEROD-2026-0002 and the Altice Labs vendor site for further updates.

Workarounds

  • Block external access to the device HTTP/HTTPS management ports at the upstream firewall or ISP edge.
  • Deploy a web application firewall in front of bulk-managed CPE that strips shell metacharacters from diagnostic parameters.
  • Disable the traceroute diagnostic feature in the web UI where the device configuration permits it.
  • Limit administrative access to a dedicated management VLAN with strong access control lists.
bash
# Example upstream ACL restricting CPE management access to a trusted jump host
iptables -A FORWARD -p tcp -d <CPE_IP> --dport 80  -s <ADMIN_HOST> -j ACCEPT
iptables -A FORWARD -p tcp -d <CPE_IP> --dport 443 -s <ADMIN_HOST> -j ACCEPT
iptables -A FORWARD -p tcp -d <CPE_IP> --dport 80  -j DROP
iptables -A FORWARD -p tcp -d <CPE_IP> --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
  • TypeRCE

  • Vendor/TechAltice Labs

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.21%

  • 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-78
  • Technical References
  • Altice Company Overview

  • GR140DG Site Information

  • XEROD Security Advisory XEROD-2026-0002
  • Related CVEs
  • CVE-2026-31195: ALTICE LABS GR140DG/IG 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