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

CVE-2019-25465: Hisilicon HiIpcam Path Traversal Flaw

CVE-2019-25465 is a path traversal vulnerability in Hisilicon HiIpcam V100R003 allowing unauthenticated access to sensitive files. This article covers technical details, affected versions, security impact, and mitigation.

Published: March 13, 2026

CVE-2019-25465 Overview

CVE-2019-25465 is a directory traversal vulnerability affecting Hisilicon HiIpcam V100R003 IP camera devices. This security flaw allows unauthenticated attackers to access sensitive configuration files by exploiting directory listing functionality in the cgi-bin directory. Attackers can request the getadslattr.cgi endpoint to retrieve ADSL credentials and network configuration parameters including usernames, passwords, and DNS settings.

Critical Impact

Unauthenticated remote attackers can extract sensitive credentials and network configuration data from vulnerable IP cameras, potentially leading to complete device compromise and network infiltration.

Affected Products

  • Hisilicon HiIpcam V100R003

Discovery Timeline

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

Technical Details for CVE-2019-25465

Vulnerability Analysis

This directory traversal vulnerability stems from improper access controls on the web interface of Hisilicon HiIpcam V100R003 devices. The vulnerability is classified under CWE-260 (Password in Configuration File), indicating that the core security issue involves sensitive credentials being stored in accessible configuration files without adequate protection mechanisms.

The attack can be executed remotely over the network without requiring any authentication or user interaction. Upon successful exploitation, attackers gain access to highly sensitive information including ADSL credentials, network usernames and passwords, and DNS configuration settings. This information disclosure can serve as a stepping stone for further attacks against the device or the broader network infrastructure.

Root Cause

The root cause of this vulnerability lies in the insufficient access control implementation on the CGI scripts within the device's web interface. Specifically, the cgi-bin directory exposes directory listing functionality that should be restricted. The getadslattr.cgi endpoint can be accessed without authentication, allowing any network-accessible attacker to retrieve configuration files containing plaintext credentials and sensitive network parameters.

Attack Vector

The attack vector for CVE-2019-25465 is network-based and requires no authentication or privileges. An attacker with network access to the vulnerable device can directly request the exposed CGI endpoint to extract sensitive configuration data.

The exploitation process involves accessing the cgi-bin directory listing on the target device, identifying the getadslattr.cgi endpoint, and making an unauthenticated HTTP request to retrieve ADSL and network configuration parameters. The response contains plaintext credentials and DNS settings that can be leveraged for further attacks. For detailed technical information, refer to the Exploit-DB #47405 entry and the VulnCheck Advisory on HiSilicon.

Detection Methods for CVE-2019-25465

Indicators of Compromise

  • HTTP requests targeting /cgi-bin/getadslattr.cgi from external or unauthorized IP addresses
  • Unusual access patterns to the cgi-bin directory, particularly directory listing requests
  • Multiple sequential requests to CGI endpoints from the same source without proper authentication
  • Network traffic containing ADSL credentials or configuration data in cleartext responses

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block directory traversal patterns targeting cgi-bin paths
  • Configure intrusion detection systems (IDS) to alert on unauthenticated access attempts to sensitive CGI endpoints
  • Monitor HTTP access logs for requests containing getadslattr.cgi or similar configuration-exposing endpoints
  • Deploy network monitoring to identify cleartext credential exposure in HTTP responses

Monitoring Recommendations

  • Enable detailed logging on all IP camera devices and forward logs to a centralized SIEM platform
  • Establish baseline network behavior for IoT devices and alert on anomalous access patterns
  • Regularly audit network traffic to and from IP camera devices for signs of credential theft
  • Implement network segmentation monitoring to detect lateral movement attempts following credential exposure

How to Mitigate CVE-2019-25465

Immediate Actions Required

  • Isolate affected Hisilicon HiIpcam V100R003 devices from direct internet access immediately
  • Place vulnerable devices behind a firewall or VPN to restrict unauthorized network access
  • Change all credentials (ADSL, network, admin) on potentially compromised devices
  • Conduct a security audit to determine if credentials have been exposed or devices have been accessed

Patch Information

No vendor patch information is currently available for this vulnerability. Organizations should contact Hisilicon directly for firmware update availability. In the absence of an official patch, implementing network-level mitigations and access controls is essential. Additional technical details and advisories can be found at Exploit-DB #47405 and the VulnCheck Advisory on HiSilicon.

Workarounds

  • Restrict network access to the device's web interface using firewall rules or ACLs to allow only trusted management IPs
  • Deploy the device on an isolated VLAN separate from production networks to limit exposure
  • Implement a reverse proxy with authentication in front of the device's web interface
  • Consider replacing vulnerable devices with cameras from vendors that provide active security support
bash
# Configuration example - Restrict access using iptables
# Block external access to the camera's web interface
iptables -A INPUT -p tcp --dport 80 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP

# Alternative: Place device on isolated VLAN (switch configuration)
# Configure VLAN 100 for IoT devices with no routing to production networks

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechHisilicon

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.21%

  • 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-260
  • Technical References
  • Exploit-DB #47405

  • VulnCheck Advisory on HiSilicon
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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