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

CVE-2025-14859: Semtech LR11xx Auth Bypass Vulnerability

CVE-2025-14859 is an authentication bypass flaw in Semtech LR11xx LoRa transceivers that exploits weak cryptographic hashing to bypass secure boot. This post covers the technical details, affected versions, and mitigation steps.

Published: April 10, 2026

CVE-2025-14859 Overview

CVE-2025-14859 is a critical secure boot bypass vulnerability affecting Semtech LR11xx LoRa transceivers. The vulnerability stems from the implementation of a non-standard cryptographic hashing algorithm used in the digital signature verification process during secure boot. This flawed cryptographic implementation is susceptible to second preimage attacks, allowing an attacker with physical access to the device to craft malicious firmware that produces hash collisions with legitimate firmware images.

By exploiting this weakness, an attacker can bypass the secure boot verification mechanism entirely, enabling the installation of arbitrary unauthorized firmware on affected devices. This compromises the integrity of the device's security chain and opens the door to persistent device compromise.

Critical Impact

Physical attackers can completely bypass secure boot protections to install malicious firmware, leading to full device compromise with high confidentiality, integrity, and availability impact on the vulnerable system.

Affected Products

  • Semtech LR11xx LoRa Transceivers

Discovery Timeline

  • 2026-04-07 - CVE-2025-14859 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2025-14859

Vulnerability Analysis

This vulnerability (CWE-327: Use of a Broken or Risky Cryptographic Algorithm) exists in the secure boot implementation of Semtech LR11xx LoRa transceivers. The secure boot functionality relies on digital signatures to authenticate firmware before execution, a critical security control designed to prevent unauthorized code from running on the device.

The root issue is that the implementation uses a non-standard cryptographic hashing algorithm that fails to provide adequate collision resistance. Standard cryptographic hash functions like SHA-256 are designed to make it computationally infeasible to find two different inputs that produce the same hash output. However, the proprietary algorithm used in these transceivers contains weaknesses that make second preimage attacks practical.

A second preimage attack allows an attacker who knows the original firmware image and its hash to construct a different (malicious) firmware image that produces the same hash value. When the secure boot process verifies the digital signature, it computes the hash of the firmware image and compares it against the signed hash. If the malicious firmware produces the same hash, the signature verification passes, and the unauthorized firmware is allowed to execute.

Root Cause

The vulnerability originates from the use of a non-standard, weak cryptographic hashing algorithm in the secure boot verification chain. Rather than implementing a well-vetted, industry-standard hash function with proven collision resistance (such as SHA-256 or SHA-3), the affected transceivers employ a proprietary algorithm that lacks sufficient cryptographic strength. This design decision has created a fundamental weakness in the firmware authentication mechanism.

Attack Vector

Exploitation requires physical access to the target device. An attacker must:

  1. Obtain legitimate firmware from a device or other source
  2. Analyze the weak hashing algorithm to understand its collision properties
  3. Generate a malicious firmware payload that achieves a hash collision with the legitimate firmware
  4. Flash the malicious firmware to the device using physical access (e.g., JTAG, SPI, or other hardware interfaces)

Once the malicious firmware is installed, the secure boot process will successfully verify the compromised image, allowing the attacker's code to execute with full privileges on the device. This can lead to persistent compromise, data exfiltration, manipulation of LoRa communications, or use of the device as a pivot point for further attacks on connected systems.

The attack mechanism exploits the collision vulnerability in the cryptographic hash function. For detailed technical information, refer to the Semtech Security Bulletin PSA-2026-001.

Detection Methods for CVE-2025-14859

Indicators of Compromise

  • Unexpected firmware version or checksum mismatches when comparing against known-good firmware images
  • Evidence of physical tampering on devices such as removed enclosures, signs of JTAG/SPI access, or resealed packaging
  • Anomalous device behavior including unexpected LoRa transmissions, communication with unknown endpoints, or changed operational parameters
  • Firmware update logs showing unauthorized flash operations or updates outside of normal maintenance windows

Detection Strategies

  • Implement firmware integrity monitoring that compares running firmware against cryptographically signed manifests from Semtech
  • Deploy physical security controls including tamper-evident seals and secure enclosures for critical IoT deployments
  • Monitor device behavior baselines and alert on deviations in transmission patterns, power consumption, or operational characteristics
  • Conduct periodic firmware audits comparing deployed firmware hashes against vendor-provided golden images

Monitoring Recommendations

  • Establish centralized logging for all firmware update events across deployed LR11xx device fleets
  • Implement network-level monitoring for anomalous LoRa traffic patterns that may indicate compromised device behavior
  • Deploy physical access monitoring and alerts for environments housing critical IoT infrastructure
  • Create automated alerts for any firmware version changes that occur outside of scheduled maintenance windows

How to Mitigate CVE-2025-14859

Immediate Actions Required

  • Review the Semtech Security Bulletin PSA-2026-001 for vendor-specific guidance and available patches
  • Conduct a physical security audit of all deployed LR11xx devices to identify potential tampering
  • Implement enhanced physical access controls to limit unauthorized physical access to affected devices
  • Prioritize firmware updates as soon as Semtech releases patches addressing the cryptographic weakness

Patch Information

Semtech has published a security bulletin addressing this vulnerability. Organizations should consult the Semtech Security Bulletin PSA-2026-001 for official patch availability, affected firmware versions, and specific update procedures. Contact Semtech support for assistance with firmware updates for production deployments.

Workarounds

  • Deploy physical security measures including tamper-evident enclosures, locked cabinets, and restricted physical access to device locations
  • Implement network segmentation to isolate LoRa infrastructure from critical systems, limiting the blast radius of potential compromise
  • Enable additional monitoring and logging for all device management interfaces and firmware update mechanisms
  • Consider device replacement with updated hardware revisions if Semtech confirms firmware-only patches are insufficient

Physical security controls represent the primary mitigation strategy until a cryptographic fix is available, as exploitation requires direct physical access to the device hardware interfaces.

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechSemtech

  • SeverityHIGH

  • CVSS Score7.0

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:P/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:L/SI:L/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:N/R:I/V:C/RE:M/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-327
  • Technical References
  • Semtech Security Bulletin PSA-2026-001
  • Related CVEs
  • CVE-2025-14858: Semtech LR11xx Information Disclosure Flaw

  • CVE-2025-14857: Semtech LoRa LR11xxx RCE 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