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

CVE-2025-10465: Birtech Sensaway RCE Vulnerability

CVE-2025-10465 is a remote code execution vulnerability in Birtech Sensaway that allows attackers to upload web shells through unrestricted file uploads. This post covers the technical details, affected versions, and mitigation.

Published: February 13, 2026

CVE-2025-10465 Overview

CVE-2025-10465 is an Unrestricted Upload of File with Dangerous Type vulnerability (CWE-434) affecting the Sensaway product from Birtech Information Technologies Industry and Trade Ltd. Co. This vulnerability allows attackers to upload a web shell to a web server, potentially leading to complete system compromise.

Critical Impact

Successful exploitation enables attackers to upload malicious web shells to the server, allowing arbitrary code execution, data exfiltration, and full system compromise.

Affected Products

  • Sensaway versions through 09022026
  • Birtech Information Technologies Industry and Trade Ltd. Co. products utilizing the vulnerable file upload functionality

Discovery Timeline

  • 2026-02-09 - CVE-2025-10465 published to NVD
  • 2026-02-09 - Last updated in NVD database

Note: The vendor was contacted early about this disclosure but did not respond in any way.

Technical Details for CVE-2025-10465

Vulnerability Analysis

This vulnerability stems from improper validation of file uploads in the Sensaway application. The system fails to adequately restrict the types of files that can be uploaded, enabling attackers with low-level privileges to upload files with dangerous extensions such as .php, .asp, .jsp, or other executable server-side scripts.

The attack can be executed remotely over the network without any user interaction required. An authenticated attacker with minimal privileges can exploit this flaw to gain significantly elevated access to the underlying system.

Root Cause

The root cause is the absence of proper file type validation and content verification during the upload process. The application does not implement sufficient server-side checks to validate:

  • File extension against an allowlist of permitted types
  • MIME type verification
  • File content inspection (magic byte validation)
  • Filename sanitization to prevent path traversal

This allows malicious files to bypass any client-side restrictions and be stored in web-accessible directories where they can be executed.

Attack Vector

The attack vector is network-based. An authenticated attacker can exploit this vulnerability by:

  1. Authenticating to the Sensaway application with low-privilege credentials
  2. Locating the file upload functionality within the application
  3. Crafting a malicious web shell (e.g., PHP, ASP, JSP) disguised or presented as a legitimate file type
  4. Uploading the malicious file through the vulnerable upload mechanism
  5. Accessing the uploaded web shell via its URL to execute arbitrary commands on the server

Once the web shell is uploaded and accessible, the attacker gains the ability to execute arbitrary commands, access sensitive data, pivot to other systems, and potentially establish persistent backdoor access.

Detection Methods for CVE-2025-10465

Indicators of Compromise

  • Unexpected files with executable extensions (.php, .asp, .aspx, .jsp, .cgi) in upload directories
  • Web server logs showing HTTP requests to newly uploaded files in upload directories
  • Suspicious process execution spawned from web server processes
  • Unusual network connections originating from the web server to external hosts

Detection Strategies

  • Monitor file system changes in web-accessible upload directories for new executable files
  • Implement web application firewall (WAF) rules to detect and block common web shell patterns
  • Review web server access logs for requests to files in upload directories with suspicious parameters
  • Deploy endpoint detection solutions to identify web shell behavior patterns

Monitoring Recommendations

  • Enable file integrity monitoring (FIM) on upload directories and web root folders
  • Configure alerts for new files created with executable extensions in web directories
  • Monitor for anomalous process trees where web server processes spawn shell commands
  • Implement logging for all file upload activities with file metadata capture

How to Mitigate CVE-2025-10465

Immediate Actions Required

  • Restrict access to the file upload functionality until a patch is available
  • Implement strict file type validation using server-side allowlists
  • Store uploaded files outside the web root directory
  • Remove execute permissions from upload directories
  • Review and remove any suspicious files from upload directories

Patch Information

At the time of publication, no vendor patch has been made available. The vendor was contacted early about this disclosure but did not respond in any way. Organizations should implement compensating controls until an official patch is released.

For additional details, refer to the USOM Security Notification TR-26-0022.

Workarounds

  • Configure the web server to prevent execution of scripts in upload directories using .htaccess (Apache) or web.config (IIS)
  • Implement server-side file type validation by checking file magic bytes, not just extensions
  • Rename uploaded files with random non-executable names and store original names in a database
  • Apply network segmentation to limit the impact of a potential compromise
  • Consider disabling the file upload feature entirely if not business-critical
bash
# Example Apache .htaccess configuration to prevent script execution in upload directory
# Place this file in your upload directory

# Disable script execution
Options -ExecCGI
RemoveHandler .php .php3 .php4 .php5 .phtml .pl .py .cgi .asp .aspx .jsp

# Deny access to common web shell extensions
<FilesMatch "\.(php|php3|php4|php5|phtml|pl|py|cgi|asp|aspx|jsp)$">
    Require all denied
</FilesMatch>

# Set content type to force download instead of execution
<IfModule mod_mime.c>
    AddType application/octet-stream .php .php3 .php4 .php5 .phtml
</IfModule>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechSensaway

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-434
  • Technical References
  • USOM Security Notification TR-26-0022
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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