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-2025-45784

CVE-2025-45784: Dlink DPH-400SE Information Disclosure

CVE-2025-45784 is an information disclosure vulnerability in Dlink DPH-400SE VoIP Phone firmware that exposes hardcoded credentials. This article covers the technical details, affected versions, security impact, and mitigation.

Published: March 18, 2026

CVE-2025-45784 Overview

CVE-2025-45784 is a critical hardcoded credentials vulnerability affecting D-Link DPH-400S/SE VoIP phones running firmware version 1.01. The firmware contains hardcoded provisioning variables, including PROVIS_USER_PASSWORD, which exposes sensitive user credentials. An attacker with access to the firmware image can extract these credentials using static analysis tools such as strings or xxd, potentially leading to unauthorized access to device functions or user accounts.

This vulnerability exists due to insecure storage of sensitive information directly within the firmware binary, a common security anti-pattern in embedded devices that violates fundamental secure development practices.

Critical Impact

Hardcoded credentials in firmware allow attackers to extract authentication secrets through static analysis, enabling unauthorized access to VoIP phone administration and potentially compromising voice communications infrastructure.

Affected Products

  • D-Link DPH-400SE Firmware v1.01
  • D-Link DPH-400SE Hardware
  • D-Link DPH-400S Firmware v1.01
  • D-Link DPH-400S Hardware

Discovery Timeline

  • 2025-06-18 - CVE-2025-45784 published to NVD
  • 2025-07-22 - Last updated in NVD database

Technical Details for CVE-2025-45784

Vulnerability Analysis

This vulnerability is classified under CWE-798 (Use of Hard-coded Credentials), a severe security weakness that fundamentally undermines authentication mechanisms. The D-Link DPH-400S/SE VoIP phone firmware version 1.01 embeds provisioning credentials directly into the binary image, making them accessible to anyone who can obtain a copy of the firmware.

The hardcoded PROVIS_USER_PASSWORD variable and other provisioning secrets are stored in plaintext within the firmware binary. This design flaw allows attackers to perform offline credential extraction without requiring any network access to the target device. Once extracted, these credentials can be used across all devices running the same firmware version, as the credentials are not unique per device.

The impact extends beyond individual device compromise—VoIP phones often have access to voice communications, call logs, and network configurations. Compromised credentials could enable eavesdropping, call manipulation, or lateral movement within enterprise networks.

Root Cause

The root cause of this vulnerability is the insecure storage of sensitive provisioning credentials directly within the firmware binary. Rather than implementing secure credential provisioning mechanisms (such as device-specific key generation during initial setup or secure key storage), the developers embedded static credentials that are identical across all devices running this firmware version.

This approach violates the principle of defense in depth and fails to account for the ease with which firmware images can be obtained—either through vendor download portals, physical device access, or network interception during firmware updates.

Attack Vector

The attack vector for CVE-2025-45784 is network-based according to the CVSS vector, though the exploitation methodology involves offline firmware analysis. An attacker can obtain the firmware through several methods:

  1. Firmware Download: Acquiring the firmware from D-Link's support website or firmware update servers
  2. Device Extraction: Physically dumping the firmware from flash memory via JTAG, SPI, or UART interfaces
  3. Network Interception: Capturing firmware during over-the-air updates if transmitted insecurely

Once the firmware is obtained, static analysis tools can extract the hardcoded credentials. The strings command can identify readable ASCII strings, while xxd provides hexadecimal analysis capabilities. Binary analysis frameworks like Binwalk can extract filesystem contents for deeper inspection.

The extracted credentials enable authentication to the device's provisioning interface, potentially granting administrative access to VoIP phone configuration, network settings, and call management functions.

Detection Methods for CVE-2025-45784

Indicators of Compromise

  • Unexpected authentication attempts to VoIP phone provisioning interfaces using known hardcoded credentials
  • Unauthorized configuration changes on DPH-400S/SE devices without corresponding administrator activity
  • Anomalous network traffic to/from VoIP phones suggesting command and control activity
  • Evidence of firmware extraction tools or JTAG/SPI debugging equipment usage in proximity to devices

Detection Strategies

  • Monitor authentication logs on VoIP phones and associated management systems for successful logins from unauthorized sources
  • Implement network traffic analysis to detect unusual communication patterns from D-Link VoIP devices
  • Deploy file integrity monitoring on VoIP phone configurations to detect unauthorized modifications
  • Utilize firmware analysis tools during security assessments to identify hardcoded credentials before deployment

Monitoring Recommendations

  • Enable comprehensive logging on network management systems for all VoIP device authentication events
  • Configure SIEM alerts for authentication attempts using known default or hardcoded credential patterns
  • Implement network segmentation to isolate VoIP devices and monitor cross-segment traffic anomalies
  • Establish baseline behavior profiles for VoIP phones to detect deviations indicating compromise

How to Mitigate CVE-2025-45784

Immediate Actions Required

  • Consult the D-Link Security Bulletin for official guidance and firmware updates
  • Implement network segmentation to isolate affected DPH-400S/SE devices from critical infrastructure
  • Restrict physical access to VoIP phones to prevent firmware extraction via hardware interfaces
  • Monitor authentication logs for signs of credential abuse until patches are applied
  • Consider deploying additional authentication controls at the network level to restrict access to device management interfaces

Patch Information

Organizations should monitor the D-Link Security Bulletin for official patch releases addressing CVE-2025-45784. Until an official firmware update is available that removes hardcoded credentials, organizations should implement compensating controls to reduce risk exposure.

For additional technical details regarding this vulnerability, refer to the Cyber Maya Blog Post which provides further analysis.

Workarounds

  • Implement strict network access controls limiting connectivity to VoIP phone management interfaces to trusted administrator workstations only
  • Deploy a network-based Web Application Firewall (WAF) or intrusion prevention system to filter suspicious provisioning requests
  • Consider replacing affected devices with VoIP phones from vendors that implement secure credential storage practices
  • If device replacement is not feasible, implement additional authentication layers such as VPN requirements for administrative access
  • Conduct regular security audits of VoIP infrastructure to detect unauthorized access attempts

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechDlink

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.52%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-798
  • Technical References
  • Cyber Maya Blog Post
  • Vendor Resources
  • D-Link Security Bulletin
  • Related CVEs
  • CVE-2026-2054: D-Link DIR-605L/619L Info Disclosure Flaw

  • CVE-2026-2055: D-Link DIR-605L/619L Info Disclosure Flaw

  • CVE-2020-25078: D-Link DCS Information Disclosure Flaw

  • CVE-2026-5215: D-Link DNR-202L Auth Bypass Vulnerability
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