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

CVE-2025-0430: Linphone-Desktop DOS Vulnerability

CVE-2025-0430 is a NULL dereference denial-of-service flaw in Belledonne Communications Linphone-Desktop that allows remote attackers to crash the application. This article covers technical details, impact, and mitigation.

Published: April 22, 2026

CVE-2025-0430 Overview

CVE-2025-0430 is a NULL Pointer Dereference vulnerability affecting Belledonne Communications Linphone-Desktop, a popular open-source VoIP softphone application. This vulnerability allows remote attackers to trigger a denial-of-service (DoS) condition by causing the application to dereference a NULL pointer, resulting in application crash or unresponsive behavior.

Critical Impact

Remote attackers can exploit this vulnerability without authentication to crash Linphone-Desktop, disrupting VoIP communications and potentially affecting business continuity for organizations relying on this software for voice communications.

Affected Products

  • Belledonne Communications Linphone-Desktop

Discovery Timeline

  • 2025-01-17 - CVE-2025-0430 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-0430

Vulnerability Analysis

This vulnerability is classified under CWE-476 (NULL Pointer Dereference), a memory corruption issue that occurs when an application attempts to use a pointer that has a NULL value, expecting it to point to a valid memory location. In the context of Linphone-Desktop, the vulnerability manifests when the application processes specially crafted network input that triggers a code path where a pointer is not properly validated before being dereferenced.

The network-accessible nature of this vulnerability is particularly concerning for VoIP applications like Linphone-Desktop, which inherently must accept and process incoming network connections. An attacker can craft malicious SIP messages or media streams that exploit this flaw without requiring any form of authentication or user interaction.

Root Cause

The root cause of this vulnerability lies in insufficient input validation and pointer checking within Linphone-Desktop's network processing routines. When the application receives certain malformed or unexpected data, it fails to verify that internal pointers are properly initialized before attempting to access the memory they reference. This defensive programming oversight allows attackers to manipulate application state through network input, leading to a NULL pointer being dereferenced during processing.

Attack Vector

The attack vector for CVE-2025-0430 is network-based, requiring no authentication or user interaction. An attacker can remotely send crafted packets to a Linphone-Desktop instance, triggering the NULL pointer dereference condition. The attack flow typically involves:

  1. Identifying a target system running Linphone-Desktop
  2. Crafting malicious network packets (likely SIP protocol messages) designed to trigger the vulnerable code path
  3. Sending the crafted packets to the target
  4. The application crashes or becomes unresponsive due to the NULL pointer dereference

The vulnerability mechanism involves improper handling of network-supplied data where a pointer expected to reference valid memory instead contains NULL. When the application attempts to read from or write to this invalid memory address, the operating system terminates the process, resulting in denial of service. For detailed technical information, refer to the CISA ICS Advisory ICSA-25-014-04.

Detection Methods for CVE-2025-0430

Indicators of Compromise

  • Unexpected Linphone-Desktop process crashes or termination events
  • Core dump files generated by Linphone-Desktop with stack traces indicating NULL pointer access
  • Unusual inbound network traffic patterns targeting Linphone-Desktop listening ports
  • System logs showing repeated application restarts or crash reports related to Linphone processes

Detection Strategies

  • Monitor for abnormal SIP traffic patterns or malformed SIP messages targeting Linphone instances
  • Implement application crash monitoring and alerting for Linphone-Desktop processes
  • Deploy network intrusion detection rules to identify potential exploitation attempts against VoIP services
  • Review system event logs for segmentation fault (SIGSEGV) signals associated with Linphone-Desktop

Monitoring Recommendations

  • Enable debug logging on Linphone-Desktop to capture detailed information about incoming connections and message processing
  • Configure process monitoring tools to alert on unexpected Linphone-Desktop terminations
  • Implement network flow analysis to detect reconnaissance or repeated connection attempts to VoIP services
  • Set up automated health checks for VoIP services to detect availability issues quickly

How to Mitigate CVE-2025-0430

Immediate Actions Required

  • Review the CISA ICS Advisory ICSA-25-014-04 for vendor-specific remediation guidance
  • Update Linphone-Desktop to the latest available version that addresses this vulnerability
  • Restrict network access to Linphone-Desktop services using firewall rules to limit exposure to trusted networks only
  • Implement network segmentation to isolate VoIP systems from untrusted network segments

Patch Information

Consult the CISA ICS Advisory ICSA-25-014-04 for official patch information and remediation guidance from Belledonne Communications. Organizations should prioritize applying vendor-released patches as soon as they become available given the network-accessible nature of this vulnerability.

Workarounds

  • Deploy network-level filtering to block potentially malicious SIP traffic before it reaches Linphone-Desktop instances
  • Place Linphone-Desktop behind a Session Border Controller (SBC) or SIP-aware firewall that can validate and sanitize incoming messages
  • Implement process supervision mechanisms to automatically restart Linphone-Desktop in case of crashes while permanent fixes are being deployed
  • Consider temporarily limiting VoIP functionality to internal networks only until patches can be applied
bash
# Example firewall configuration to restrict SIP access
# Limit inbound SIP connections to trusted networks only
iptables -A INPUT -p udp --dport 5060 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 5060 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p udp --dport 5060 -j DROP
iptables -A INPUT -p tcp --dport 5060 -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinphone

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability1.39%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • CISA ICS Advisory ICSA-25-014-04
  • Latest CVEs
  • CVE-2026-46333: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-2586: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-2587: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-45255: FreeBSD bsdinstall/bsdconfig RCE Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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