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

CVE-2025-14547: Silicon Labs PSA Crypto DoS Vulnerability

CVE-2025-14547 is an integer underflow denial of service flaw in Silicon Labs PSA Crypto and SE Manager EC-JPAKE APIs that causes hard faults during ZKP parsing. This article covers technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2025-14547 Overview

An integer underflow vulnerability exists in Silicon Labs' implementation of PSA Crypto and SE Manager EC-JPAKE APIs. The vulnerability occurs during Zero-Knowledge Proof (ZKP) parsing operations, where improper handling of integer values can trigger an underflow condition. When exploited, this causes a hard fault in the system, resulting in a temporary denial of service affecting IoT and embedded devices running the vulnerable firmware.

Critical Impact

Triggering this integer underflow vulnerability causes a hard fault condition, leading to temporary denial of service on affected Silicon Labs devices.

Affected Products

  • Silicon Labs PSA Crypto API implementations
  • Silicon Labs SE Manager EC-JPAKE API implementations
  • Embedded devices utilizing Silicon Labs cryptographic libraries

Discovery Timeline

  • 2026-02-20 - CVE-2025-14547 published to NVD
  • 2026-02-20 - Last updated in NVD database

Technical Details for CVE-2025-14547

Vulnerability Analysis

This vulnerability is classified as CWE-191 (Integer Underflow), which occurs when an arithmetic operation attempts to create a numeric value that is smaller than the minimum value that can be stored in the allocated memory space. In the context of Silicon Labs' cryptographic implementations, the integer underflow manifests during the parsing of Zero-Knowledge Proof data within the EC-JPAKE (Elliptic Curve Password Authenticated Key Exchange by Juggling) protocol.

The EC-JPAKE protocol is commonly used in IoT environments for secure password-authenticated key exchange. During ZKP parsing, insufficient validation of input parameters allows an attacker to provide specially crafted data that triggers an arithmetic underflow. When the underflow occurs, it corrupts memory calculations and causes the processor to enter a hard fault state.

The network-based attack vector requires low privileges but specific conditions to be present for successful exploitation. The impact is limited to availability, causing a temporary denial of service condition until the device recovers or is manually restarted.

Root Cause

The root cause is improper integer boundary checking in the ZKP parsing routines within the PSA Crypto and SE Manager APIs. When processing EC-JPAKE protocol messages, the code performs arithmetic operations on size or length fields without first validating that the values will not underflow when subtracted or decremented. This lack of bounds validation allows negative wraparound to occur, resulting in corrupted buffer calculations and subsequent memory access violations that trigger the hard fault handler.

Attack Vector

The attack can be executed over the network by an authenticated attacker who can send malformed EC-JPAKE protocol messages to a target device. The attacker must craft ZKP data containing values that, when processed by the vulnerable parsing routine, cause an integer to underflow. The specific attack conditions require:

  1. Network access to a device running the vulnerable Silicon Labs firmware
  2. Low-level authentication or the ability to initiate an EC-JPAKE key exchange
  3. Specially crafted ZKP data designed to trigger the underflow condition during parsing

The vulnerability manifests in the cryptographic library's ZKP parsing functions. When a malformed message with manipulated length or size fields is processed, the arithmetic operation produces an unexpected wraparound value, leading to memory corruption and a hard fault exception. For technical implementation details, refer to the Silicon Labs Community Post.

Detection Methods for CVE-2025-14547

Indicators of Compromise

  • Unexpected device resets or hard fault conditions during EC-JPAKE key exchange operations
  • Abnormal crash logs indicating memory access violations in cryptographic library functions
  • Malformed EC-JPAKE protocol messages with unusual size or length field values in network traffic

Detection Strategies

  • Monitor device logs for hard fault exceptions occurring in PSA Crypto or SE Manager components
  • Implement network traffic analysis to detect malformed EC-JPAKE protocol messages with suspicious ZKP data structures
  • Deploy intrusion detection signatures to identify crafted packets targeting the EC-JPAKE implementation

Monitoring Recommendations

  • Enable verbose logging on affected embedded devices to capture fault conditions and their triggers
  • Implement watchdog monitoring to detect and alert on repeated device resets indicative of DoS attacks
  • Monitor network traffic patterns for anomalous authentication attempts or repeated EC-JPAKE handshake failures

How to Mitigate CVE-2025-14547

Immediate Actions Required

  • Review the Silicon Labs Community Post for vendor-specific guidance and available patches
  • Implement network segmentation to limit exposure of vulnerable embedded devices
  • Monitor affected devices for signs of exploitation attempts or unexpected reboot cycles
  • Consider disabling EC-JPAKE functionality if not required for device operation

Patch Information

Silicon Labs has published information regarding this vulnerability. Organizations should consult the Silicon Labs Community Post for the latest firmware updates and patch availability for affected products. Apply vendor-provided security updates as they become available to address the integer underflow condition in the ZKP parsing routines.

Workarounds

  • Restrict network access to affected devices using firewall rules or network segmentation to limit potential attackers
  • Implement additional input validation at the network boundary to filter malformed EC-JPAKE messages before they reach vulnerable devices
  • Enable automatic device recovery mechanisms to minimize downtime in case of successful exploitation

If firmware updates are not immediately available, administrators should implement network-level protections:

bash
# Example: Restrict access to IoT devices on a dedicated VLAN
# Configure firewall rules to limit inbound connections to trusted management hosts only
# Monitor device availability and configure alerts for unexpected reboots

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechSilicon Labs

  • SeverityLOW

  • CVSS Score2.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-191
  • Technical References
  • Silicon Labs Community Post
  • Related CVEs
  • CVE-2026-0619: Silicon Labs Matter SDK DoS Vulnerability

  • CVE-2025-7432: Silicon Labs Series 2 DPA Vulnerability

  • CVE-2025-10933: Z-Wave Protocol Buffer Overflow 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