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

CVE-2025-14857: Semtech LoRa LR11xxx RCE Vulnerability

CVE-2025-14857 is a remote code execution flaw in Semtech LoRa LR11xxx transceivers that allows attackers with physical SPI access to hijack program control. This article covers technical details, affected firmware, and mitigation.

Published: April 10, 2026

CVE-2025-14857 Overview

An improper access control vulnerability exists in Semtech LoRa LR11xxx transceivers running early versions of firmware where the memory write command accessible via the physical SPI interface fails to enforce write protection on the program call stack. An attacker with physical access to the SPI interface can overwrite stack memory to hijack program control flow and achieve limited arbitrary code execution.

Critical Impact

Physical attackers can hijack program control flow via SPI interface to achieve arbitrary code execution, though secure boot prevents persistent compromise and modifications are lost upon reboot.

Affected Products

  • Semtech LoRa LR11xxx transceivers (early firmware versions)

Discovery Timeline

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

Technical Details for CVE-2025-14857

Vulnerability Analysis

This vulnerability is classified as CWE-123 (Write-what-where Condition), which occurs when software allows an attacker to write arbitrary values to arbitrary memory locations. In the context of the Semtech LoRa LR11xxx transceivers, the firmware's memory write command exposed through the physical SPI interface lacks proper access control enforcement on the program call stack region.

The vulnerability requires physical access to exploit, meaning an attacker must have direct hardware access to the device's SPI pins. While this limits the attack surface significantly compared to remote vulnerabilities, it presents a serious concern for IoT deployments where devices may be physically accessible in the field.

The security architecture of the LR11xxx transceivers provides several mitigating factors. The secure boot mechanism prevents attackers from installing persistent malicious firmware, the crypto engine maintains isolation of cryptographic keys from direct firmware access, and all malicious modifications are automatically cleared upon device reboot or loss of physical access. This means exploitation yields only temporary, session-based control.

Root Cause

The root cause lies in insufficient access control enforcement within the firmware's SPI command handler. Specifically, the memory write command implementation fails to validate whether the target memory address falls within a protected region, such as the program call stack. This allows direct manipulation of stack memory including return addresses and saved registers.

Attack Vector

The attack requires physical access to the SPI (Serial Peripheral Interface) bus of the target LR11xxx transceiver. An attacker would need to:

  1. Gain physical access to the target device
  2. Connect to the SPI interface pins on the transceiver
  3. Send specially crafted memory write commands targeting stack memory regions
  4. Overwrite return addresses or function pointers on the call stack
  5. Redirect program execution to attacker-controlled code or gadgets

The attack is constrained by the need for continuous physical access—once the attacker disconnects or the device reboots, all modifications are lost. Additionally, the crypto engine isolation prevents extraction of cryptographic keys even during active exploitation.

Detection Methods for CVE-2025-14857

Indicators of Compromise

  • Unusual SPI bus activity or unauthorized physical connections to device interfaces
  • Unexpected device behavior or anomalous radio transmissions during operation
  • Evidence of physical tampering with device enclosures or protective seals
  • Device reboot loops or stability issues that could indicate exploitation attempts

Detection Strategies

  • Implement tamper-evident enclosures and physical security monitoring for deployed devices
  • Monitor device logs for unexpected reset events or anomalous operational patterns
  • Deploy hardware-based intrusion detection on SPI bus lines where feasible
  • Conduct periodic physical inspection of devices in accessible locations

Monitoring Recommendations

  • Establish baseline behavior profiles for LoRa transceiver operations to detect anomalies
  • Implement network-level monitoring for unusual transmission patterns from affected devices
  • Configure centralized logging for device health and status messages
  • Consider deploying hardware security modules to detect unauthorized SPI access

How to Mitigate CVE-2025-14857

Immediate Actions Required

  • Update affected Semtech LoRa LR11xxx transceiver firmware to the latest patched version
  • Review physical security controls for deployed devices and enhance where necessary
  • Conduct inventory assessment to identify all devices running vulnerable firmware versions
  • Implement tamper-resistant enclosures for devices in publicly accessible locations

Patch Information

Semtech has released a security bulletin addressing this vulnerability. Organizations should consult the Semtech Security Bulletin PSA-2026-001 for detailed patching instructions and updated firmware versions.

Workarounds

  • Deploy devices in physically secured locations with access controls and monitoring
  • Implement tamper-evident seals on device enclosures to detect unauthorized access
  • Consider adding epoxy or conformal coating over SPI interface pins to prevent probing
  • Establish regular physical inspection schedules for devices in field deployments
  • Implement defense-in-depth by not relying solely on device-level security for sensitive operations

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechSemtech

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:P/AC:L/AT:P/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:A/V:D/RE:M/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-123
  • Technical References
  • Semtech Security Bulletin PSA-2026-001
  • Related CVEs
  • CVE-2025-14859: Semtech LR11xx Auth Bypass Vulnerability

  • CVE-2025-14858: Semtech LR11xx Information Disclosure Flaw
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