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-2019-25472

CVE-2019-25472: IntelBras TIP200 File Read Vulnerability

CVE-2019-25472 is an unauthenticated arbitrary file read vulnerability in IntelBras Telefone IP TIP200 and 200 LITE that allows attackers to access sensitive files. This post covers technical details, impact, and mitigation.

Published: March 13, 2026

CVE-2019-25472 Overview

CVE-2019-25472 is an unauthenticated arbitrary file read vulnerability affecting IntelBras Telefone IP TIP200 and TIP200 LITE devices. The vulnerability exists in the dumpConfigFile function accessible via the cgiServer.exx endpoint. Attackers can exploit this flaw by sending crafted GET requests to /cgi-bin/cgiServer.exx with the command parameter containing dumpConfigFile() to read sensitive files, including /etc/shadow and configuration files, without any authentication.

Critical Impact

This vulnerability allows unauthenticated remote attackers to read arbitrary files from vulnerable IntelBras VoIP devices, potentially exposing password hashes, credentials, and sensitive configuration data that could be leveraged for further attacks.

Affected Products

  • IntelBras Telefone IP TIP200
  • IntelBras Telefone IP TIP200 LITE

Discovery Timeline

  • 2026-03-11 - CVE-2019-25472 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2019-25472

Vulnerability Analysis

This vulnerability falls under CWE-73 (External Control of File Name or Path), which allows attackers to manipulate file paths to access unauthorized files on the system. The cgiServer.exx CGI endpoint on IntelBras TIP200 and TIP200 LITE VoIP phones fails to implement proper authentication checks before processing requests. When an attacker invokes the dumpConfigFile() function through the command parameter, the device responds by returning the contents of sensitive system files without verifying whether the request originates from an authenticated administrator.

The attack surface is network-accessible, requiring no user interaction and no prior authentication. This makes the vulnerability particularly dangerous in environments where these VoIP devices are exposed to untrusted networks or the internet. Successful exploitation grants attackers read access to critical system files, including password hashes stored in /etc/shadow, which can be cracked offline to obtain plaintext credentials.

Root Cause

The root cause of CVE-2019-25472 is the lack of authentication enforcement on the cgiServer.exx endpoint. The web server component of the IntelBras TIP200 firmware does not validate that incoming requests to the dumpConfigFile() function originate from an authenticated session. This missing authentication check allows any remote attacker who can reach the device over the network to invoke sensitive administrative functions that should be protected.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying IntelBras TIP200 or TIP200 LITE devices exposed on the network
  2. Sending a crafted HTTP GET request to the /cgi-bin/cgiServer.exx endpoint
  3. Including the command parameter with the value dumpConfigFile() along with the target file path
  4. Receiving the contents of the requested file in the HTTP response

The attacker can target files such as /etc/shadow to obtain password hashes, /etc/passwd for user enumeration, or device configuration files that may contain credentials and network information.

Detection Methods for CVE-2019-25472

Indicators of Compromise

  • Unusual HTTP GET requests to /cgi-bin/cgiServer.exx from external or unexpected IP addresses
  • Request parameters containing dumpConfigFile function calls
  • Attempts to access sensitive file paths such as /etc/shadow, /etc/passwd, or configuration directories
  • Repeated requests to CGI endpoints from the same source attempting different file paths

Detection Strategies

  • Monitor web server access logs on IntelBras devices for requests containing cgiServer.exx with dumpConfigFile parameters
  • Implement network intrusion detection rules to alert on HTTP requests matching the exploit pattern targeting CGI endpoints
  • Deploy application-layer firewalls to inspect and block requests containing known exploitation patterns
  • Conduct regular vulnerability assessments to identify exposed IntelBras devices on the network

Monitoring Recommendations

  • Configure SIEM solutions to correlate and alert on suspicious CGI access patterns targeting VoIP infrastructure
  • Implement network segmentation monitoring to detect unauthorized access attempts to VoIP device management interfaces
  • Enable detailed logging on network devices to capture HTTP request parameters for forensic analysis
  • Establish baseline traffic patterns for VoIP devices to identify anomalous administrative access

How to Mitigate CVE-2019-25472

Immediate Actions Required

  • Isolate affected IntelBras TIP200 and TIP200 LITE devices from untrusted networks immediately
  • Implement network segmentation to restrict access to device management interfaces to authorized administrative VLANs only
  • Deploy firewall rules to block external access to the /cgi-bin/ directory on affected devices
  • Audit existing devices for signs of compromise by reviewing access logs for suspicious cgiServer.exx requests

Patch Information

Consult the VulnCheck Advisory for Intelbras and the Intelbras Integration Guide for vendor-specific guidance on firmware updates and security patches. Additional technical details can be found in Exploit-DB #47337. Contact IntelBras support to determine if updated firmware addressing this vulnerability is available for your device model.

Workarounds

  • Implement access control lists (ACLs) on network devices to restrict access to VoIP phone management interfaces
  • Place affected devices behind a reverse proxy that enforces authentication before allowing access to CGI endpoints
  • Use VPN solutions to ensure that administrative access to VoIP devices is only available through secure, authenticated channels
  • Consider replacing end-of-life devices that cannot receive security updates with supported alternatives

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechIntelbras

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.03%

  • 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-73
  • Technical References
  • Intelbras Integration Guide

  • Exploit-DB #47337

  • VulnCheck Advisory for Intelbras
  • Related CVEs
  • CVE-2026-2564: Intelbras VIP 3260 Z Auth Bypass Flaw
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