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

CVE-2025-14858: Semtech LR11xx Information Disclosure Flaw

CVE-2025-14858 is an information disclosure vulnerability in Semtech LR11xx LoRa transceivers that exposes decrypted firmware in memory. This article covers the technical details, affected versions, and mitigation strategies.

Published: April 10, 2026

CVE-2025-14858 Overview

CVE-2025-14858 is an information disclosure vulnerability affecting Semtech LR11xx LoRa transceivers running early versions of firmware. The vulnerability exists in the device's firmware validation functionality, where the last decrypted firmware block remains uncleared in memory after the validation process completes. An attacker with physical access to the device's SPI interface can exploit this residual memory to retrieve decrypted firmware contents, effectively bypassing the firmware encryption protection mechanism.

Critical Impact

Physical attackers with SPI interface access can bypass firmware encryption protections and extract decrypted firmware contents from residual memory, potentially exposing proprietary firmware code and intellectual property.

Affected Products

  • Semtech LR11xx LoRa transceivers (early firmware versions)

Discovery Timeline

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

Technical Details for CVE-2025-14858

Vulnerability Analysis

This vulnerability falls under CWE-226 (Sensitive Information in Resource Not Removed Before Reuse). The Semtech LR11xx LoRa transceivers implement a firmware validation mechanism that decrypts firmware packages block-by-block when a host issues a firmware validity check command via the SPI interface. The core issue is that after the validation process completes, the device fails to clear the last decrypted firmware block from memory.

This improper memory sanitization creates a window for information disclosure. The decrypted firmware data persists in accessible memory regions, allowing subsequent memory read operations to extract sensitive firmware contents that should remain encrypted and protected.

Root Cause

The root cause is improper memory management during the firmware validation process. When the LR11xx device performs block-by-block decryption to validate firmware integrity, it utilizes a memory buffer for each decrypted block. Upon completion of the validation routine, the device fails to implement proper memory sanitization—specifically, it does not zero out or otherwise clear the buffer containing the last decrypted firmware block. This sensitive data remains in memory and is accessible through standard SPI memory read commands.

Attack Vector

The attack requires physical access to the device's SPI (Serial Peripheral Interface) interface. An attacker must:

  1. Gain physical access to the target Semtech LR11xx LoRa transceiver
  2. Connect to the device's SPI interface using appropriate hardware
  3. Issue a firmware validity check command with an encrypted firmware package
  4. Wait for the validation process to complete
  5. Issue SPI memory read commands to retrieve the residual decrypted firmware block from memory

The physical access requirement significantly limits the attack surface, but in scenarios where devices are deployed in accessible locations or during supply chain stages, this vulnerability could enable extraction of proprietary firmware and intellectual property.

Detection Methods for CVE-2025-14858

Indicators of Compromise

  • Unexpected SPI interface connections or probing on LR11xx devices
  • Unauthorized physical access to IoT devices or equipment containing LR11xx transceivers
  • Evidence of firmware validity check commands followed by unusual memory read patterns
  • Signs of device tampering or physical interface manipulation

Detection Strategies

  • Implement physical tamper detection mechanisms on devices containing LR11xx transceivers
  • Monitor and log SPI interface activity patterns where possible, flagging unusual command sequences
  • Deploy asset tracking and physical security controls for IoT deployments
  • Conduct periodic physical inspections of devices in accessible deployment locations

Monitoring Recommendations

  • Establish physical security perimeters around deployed IoT devices using LR11xx transceivers
  • Implement chain of custody protocols during device manufacturing, shipping, and deployment
  • Consider tamper-evident enclosures for devices in publicly accessible areas
  • Document and audit all authorized physical access to vulnerable device hardware

How to Mitigate CVE-2025-14858

Immediate Actions Required

  • Review the Semtech Security Bulletin SEM-PSA-2026-001 for vendor guidance
  • Identify all deployed Semtech LR11xx LoRa transceivers in your environment
  • Assess physical security controls around devices containing vulnerable components
  • Prioritize firmware updates for devices in less physically secure deployment scenarios

Patch Information

Semtech has published security guidance regarding this vulnerability. Refer to the Semtech Security Bulletin SEM-PSA-2026-001 for official patch information and updated firmware versions that address this memory sanitization issue. Apply firmware updates to all affected LR11xx transceivers according to vendor recommendations.

Workarounds

  • Restrict physical access to devices containing LR11xx transceivers through enclosures or secured deployment locations
  • Implement tamper-evident seals or physical intrusion detection on device housings
  • Where feasible, disable or restrict SPI interface access in production deployments
  • Apply defense-in-depth measures assuming firmware contents may be extractable by determined attackers with physical access
  • Consider additional authentication mechanisms for SPI interface commands if supported by your implementation

For environments where firmware updates cannot be immediately applied, organizations should evaluate whether the sensitivity of the firmware contents warrants enhanced physical security measures or device replacement with patched versions.

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechSemtech

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:P/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/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:N/R:A/V:C/RE:M/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-226
  • Technical References
  • Semtech Security Bulletin SEM-PSA-2026-001
  • Related CVEs
  • CVE-2025-14859: Semtech LR11xx Auth Bypass Vulnerability

  • 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