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-1673

CVE-2025-1673: Zephyrproject Zephyr DOS Vulnerability

CVE-2025-1673 is a denial of service flaw in Zephyrproject Zephyr caused by malformed DNS packets that trigger out-of-bounds reads. This article covers the technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-1673 Overview

CVE-2025-1673 is an out-of-bounds read vulnerability in the Zephyr RTOS that can be triggered by processing a malicious or malformed DNS packet without a payload. This memory safety issue can lead to a denial of service through application crash or result in incorrect computation, potentially affecting the integrity of IoT and embedded systems running the Zephyr operating system.

Critical Impact

A network-accessible vulnerability that can crash Zephyr-based devices or cause incorrect data processing, impacting availability and integrity of embedded systems without requiring authentication.

Affected Products

  • Zephyrproject Zephyr RTOS (all versions prior to patch)
  • Embedded devices and IoT systems running Zephyr OS
  • Network-connected Zephyr-based applications utilizing DNS functionality

Discovery Timeline

  • 2025-02-25 - CVE-2025-1673 published to NVD
  • 2025-02-28 - Last updated in NVD database

Technical Details for CVE-2025-1673

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-Bounds Read), a memory safety issue that occurs when the DNS packet parsing logic in Zephyr attempts to read data beyond the allocated buffer boundaries. When a malformed DNS packet arrives without the expected payload, the parser fails to properly validate the packet length before attempting to access payload data.

The vulnerability can be exploited remotely over a network without requiring authentication or user interaction. An attacker can send specially crafted DNS packets to a Zephyr-based device, causing the system to read memory outside the intended buffer. This results in either a crash (denial of service) or potentially reading unintended memory contents that may lead to incorrect computation results.

The impact is primarily on system availability, as successful exploitation can crash the affected device. There is also a lower-severity integrity impact, as incorrect computations could affect application behavior. Confidentiality is not directly impacted based on the vulnerability characteristics.

Root Cause

The root cause of CVE-2025-1673 lies in insufficient input validation within the Zephyr RTOS DNS packet handling code. Specifically, the parser does not adequately verify that a DNS packet contains the expected payload data before attempting to access it. When processing a packet with missing or truncated payload, the code proceeds to read beyond the actual packet boundaries, triggering an out-of-bounds memory access.

This type of vulnerability commonly occurs in network protocol parsers where assumptions about packet structure are not verified against actual packet contents, particularly in resource-constrained embedded environments where defensive programming practices may be minimized for performance reasons.

Attack Vector

The attack vector is network-based, allowing remote exploitation without authentication. An attacker can exploit this vulnerability by:

  1. Crafting a malformed DNS response or query packet with an absent or truncated payload section
  2. Sending the malicious packet to a Zephyr-based device over the network
  3. The device's DNS parsing code attempts to read the expected payload data
  4. The out-of-bounds read occurs, causing a crash or incorrect processing

Since Zephyr RTOS is commonly deployed in IoT devices, smart sensors, and embedded systems that often operate autonomously, a successful denial of service attack could have significant operational impacts. Devices may become unresponsive until manually restarted, and in safety-critical applications, this could pose additional risks.

The vulnerability does not require any special privileges or user interaction, making it particularly dangerous for internet-facing Zephyr devices that process DNS traffic.

Detection Methods for CVE-2025-1673

Indicators of Compromise

  • Unexpected crashes or reboots of Zephyr-based devices, particularly when processing network traffic
  • Anomalous DNS traffic patterns containing malformed or unusually small DNS packets
  • System logs showing memory access violations or segmentation faults in DNS-related code paths
  • Network captures revealing DNS packets with missing or truncated payload sections

Detection Strategies

  • Monitor network traffic for DNS packets with abnormal structures or missing payload sections
  • Implement runtime crash analysis on Zephyr devices to identify out-of-bounds read patterns
  • Deploy network intrusion detection rules to flag malformed DNS traffic targeting IoT segments
  • Use SentinelOne Singularity to monitor endpoint behavior for anomalous crash patterns indicative of exploitation attempts

Monitoring Recommendations

  • Enable detailed logging on network segments where Zephyr devices are deployed
  • Configure alerting for device availability issues that may indicate denial of service attacks
  • Monitor DNS traffic flows for unusual patterns or packet characteristics
  • Implement network segmentation to limit exposure of vulnerable Zephyr devices

How to Mitigate CVE-2025-1673

Immediate Actions Required

  • Review the GitHub Security Advisory GHSA-jjhx-rrh4-j8mx for specific patch details
  • Update all Zephyr RTOS installations to the latest patched version
  • Implement network-level filtering to block malformed DNS packets from reaching vulnerable devices
  • Consider temporarily disabling DNS functionality on critical devices if not required for operation

Patch Information

The Zephyr Project has addressed this vulnerability through a security patch. Users should consult the official GitHub Security Advisory for specific version information and patch details. It is strongly recommended to update to the latest stable release of Zephyr RTOS that includes the fix for proper DNS packet payload validation.

Workarounds

  • Isolate Zephyr-based devices on protected network segments with strict ingress filtering
  • Deploy a DNS proxy or firewall that validates DNS packet structure before forwarding to vulnerable devices
  • If DNS functionality is not required, disable it in the Zephyr configuration to eliminate the attack surface
  • Implement application-level monitoring to detect and respond to device crashes promptly

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechZephyr

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.28%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-1679: Zephyr Buffer Overflow Vulnerability

  • CVE-2026-0849: Zephyr Crypto Driver Buffer Overflow Bug

  • CVE-2025-12899: Zephyr Network Stack Info Disclosure 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