Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-65397

CVE-2025-65397: Blurams Flare Camera Privilege Escalation

CVE-2025-65397 is a privilege escalation vulnerability in Blurams Flare Camera that allows attackers with physical access to execute commands as root. This article covers technical details, affected versions, and mitigations.

Published: January 23, 2026

CVE-2025-65397 Overview

An insecure authentication mechanism in the safe_exec.sh startup script of Blurams Flare Camera version 24.1114.151.929 and earlier allows an attacker with physical access to the device to execute arbitrary commands with root privileges. The vulnerability can be triggered when the file /opt/images/public_key.der is not present in the file system, by providing a maliciously crafted auth.ini file on the device's SD card.

Critical Impact

An attacker with physical access can achieve complete device compromise with root-level command execution on affected Blurams Flare Camera devices.

Affected Products

  • Blurams Flare Camera version 24.1114.151.929 and earlier

Discovery Timeline

  • 2026-01-14 - CVE-2025-65397 published to NVD
  • 2026-01-21 - Last updated in NVD database

Technical Details for CVE-2025-65397

Vulnerability Analysis

This firmware vulnerability exists in the Blurams Flare Camera's startup initialization process. The safe_exec.sh script implements an insecure authentication mechanism that fails to properly validate authentication parameters when a specific cryptographic key file is absent from the system. The flaw is categorized under CWE-20 (Improper Input Validation), indicating that the script does not adequately sanitize or validate input from external sources before processing it with elevated privileges.

The vulnerability requires physical access to the target device, limiting remote exploitation. However, once an attacker has physical access, the impact is severe—complete compromise of the device with root-level command execution capabilities. This allows full control over the camera's functionality, including potential access to video feeds, network credentials, and the ability to use the device as a pivot point for further attacks.

Root Cause

The root cause lies in improper input validation within the safe_exec.sh startup script. The script appears to implement a fallback authentication mechanism that becomes active when the /opt/images/public_key.der file is missing from the filesystem. In this degraded state, the script processes authentication parameters from the SD card's auth.ini file without proper sanitization. This allows specially crafted input to be interpreted as commands rather than configuration data, resulting in arbitrary command execution with the script's root privileges.

Attack Vector

The attack requires physical access to the vulnerable Blurams Flare Camera device. An attacker must:

  1. Prepare a malicious auth.ini configuration file containing crafted command injection payloads
  2. Insert an SD card containing the malicious auth.ini file into the target camera
  3. Ensure the /opt/images/public_key.der file is either missing or has been removed from the device
  4. Trigger the device startup sequence (e.g., by power cycling the camera)

When the safe_exec.sh script executes during boot, it parses the attacker-controlled auth.ini file without proper validation. The malicious payload is then executed with root privileges, giving the attacker complete control over the device. For detailed technical information on exploitation mechanics, refer to the LessonSec CVE-2025-65397 advisory.

Detection Methods for CVE-2025-65397

Indicators of Compromise

  • Presence of unexpected or modified auth.ini files on SD cards inserted into Blurams Flare Camera devices
  • Missing or deleted /opt/images/public_key.der file on the device filesystem
  • Unusual processes or network connections originating from the camera device
  • Evidence of unauthorized SD card insertion or device tampering

Detection Strategies

  • Monitor for physical access attempts to IoT camera devices in sensitive locations
  • Implement file integrity monitoring on critical system files including /opt/images/public_key.der
  • Deploy network behavior analysis to detect anomalous traffic patterns from camera devices
  • Review device logs for unexpected startup sequences or boot-time errors

Monitoring Recommendations

  • Establish baseline network behavior for all Blurams Flare Camera devices and alert on deviations
  • Implement physical security controls and tamper-evident measures for deployed cameras
  • Configure centralized logging for all IoT devices where supported
  • Conduct periodic physical inspections of camera devices for signs of tampering or unauthorized SD card insertion

How to Mitigate CVE-2025-65397

Immediate Actions Required

  • Verify the presence of /opt/images/public_key.der on all deployed Blurams Flare Camera devices
  • Remove or disable SD card slots on cameras in high-security environments where feasible
  • Implement physical access controls to prevent unauthorized tampering with camera devices
  • Monitor the Blurams official website for firmware updates addressing this vulnerability

Patch Information

At the time of this publication, no official patch information is available from the vendor. Organizations should monitor official Blurams channels for firmware updates addressing CVE-2025-65397. Contact Blurams support directly for guidance on remediation timelines and interim security measures.

Workarounds

  • Ensure the /opt/images/public_key.der file exists and has proper permissions on all affected devices to prevent the vulnerable code path from being triggered
  • Physically secure all Blurams Flare Camera devices to prevent unauthorized physical access
  • Consider network segmentation to isolate IoT camera devices from sensitive network segments
  • Disable or physically block SD card slots if the functionality is not required for operations
  • Implement monitoring for unauthorized physical access to camera installation locations

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechBlurams

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-20
  • Technical References
  • Blurams Official Website

  • Flare Security Solutions

  • LessonSec CVE-2025-65397
  • Related CVEs
  • CVE-2025-65396: Blurams Flare Camera Boot Hijack 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