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
    • 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-70093

CVE-2025-70093: Open Source Point Of Sale RCE Vulnerability

CVE-2025-70093 is a remote code execution vulnerability in Open Source Point Of Sale that enables attackers to execute arbitrary code through crafted AJAX responses. Explore the technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2025-70093 Overview

A command injection vulnerability has been identified in OpenSourcePOS version 3.4.1, a popular open-source point-of-sale application used by retail businesses. The vulnerability allows attackers to execute arbitrary code on affected systems by returning a crafted AJAX response. This flaw in the application's AJAX handling mechanism creates a significant security risk for organizations relying on OpenSourcePOS for their retail operations.

Critical Impact

Attackers can achieve arbitrary code execution on affected OpenSourcePOS installations, potentially leading to complete system compromise, data theft, and unauthorized access to sensitive point-of-sale transaction data.

Affected Products

  • OpenSourcePOS Open Source Point of Sale v3.4.1

Discovery Timeline

  • 2026-02-13 - CVE-2025-70093 published to NVD
  • 2026-02-17 - Last updated in NVD database

Technical Details for CVE-2025-70093

Vulnerability Analysis

This vulnerability is classified as CWE-77 (Command Injection), where the application fails to properly neutralize special elements used in a command. The flaw exists in how OpenSourcePOS processes AJAX responses, allowing malicious actors to inject and execute arbitrary system commands through specially crafted response data.

The vulnerability requires network access to exploit but does not require user interaction or authentication, making it exploitable in scenarios where an attacker can intercept or manipulate AJAX communication between the client and server. Successful exploitation can result in complete compromise of confidentiality and integrity of the affected system.

Root Cause

The root cause of this vulnerability lies in insufficient input validation and sanitization of AJAX response data within OpenSourcePOS v3.4.1. When the application processes AJAX responses, it fails to properly escape or validate command-related characters, allowing attackers to inject malicious commands that are subsequently executed by the underlying system.

Attack Vector

The attack vector is network-based, requiring the attacker to be able to inject or manipulate AJAX responses between the OpenSourcePOS application and its clients. This could be achieved through various means including man-in-the-middle attacks, compromised network infrastructure, or exploitation of other vulnerabilities that allow response manipulation.

The attacker crafts a malicious AJAX response containing command injection payloads. When the vulnerable application processes this response, the embedded commands are executed with the privileges of the application, potentially allowing full system compromise. See the GitHub CVE Research Document for additional technical details.

Detection Methods for CVE-2025-70093

Indicators of Compromise

  • Unusual AJAX requests or responses containing shell metacharacters or command strings
  • Unexpected process execution originating from the web server or OpenSourcePOS application processes
  • Anomalous network traffic patterns associated with command and control activity
  • Unauthorized file system modifications or creation of suspicious files in web application directories

Detection Strategies

  • Monitor web application logs for malformed or suspicious AJAX request/response patterns
  • Implement network intrusion detection rules to identify command injection payloads in HTTP traffic
  • Deploy endpoint detection solutions to monitor for unusual process spawning from web application contexts
  • Configure web application firewalls (WAF) to detect and block command injection attempts

Monitoring Recommendations

  • Enable detailed logging for all AJAX endpoints in OpenSourcePOS
  • Implement real-time alerting for any command execution attempts originating from web server processes
  • Review web server access logs regularly for suspicious patterns or unauthorized access attempts
  • Monitor system process trees for anomalous child processes spawned by the web application

How to Mitigate CVE-2025-70093

Immediate Actions Required

  • Review the GitHub Pull Request for available patches and update guidance
  • Restrict network access to OpenSourcePOS installations to trusted networks only
  • Implement network segmentation to isolate point-of-sale systems from general network traffic
  • Enable enhanced logging and monitoring on affected systems until patches can be applied

Patch Information

OpenSourcePOS maintainers have addressed this vulnerability. Organizations should review the associated pull request for patch details and upgrade instructions. It is recommended to update to the latest version of OpenSourcePOS that includes the security fix for this command injection vulnerability.

Workarounds

  • Deploy a web application firewall (WAF) configured to detect and block command injection patterns
  • Implement strict input validation at the network perimeter for all traffic to OpenSourcePOS
  • Use network-level access controls to limit who can communicate with the OpenSourcePOS application
  • Consider running OpenSourcePOS in an isolated container or virtual environment to limit blast radius of potential exploitation
bash
# Example: Restrict network access to OpenSourcePOS using iptables
# Only allow connections from trusted management network
iptables -A INPUT -p tcp --dport 80 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOpensourcepos

  • SeverityHIGH

  • CVSS Score7.4

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-77
  • Technical References
  • GitHub Pull Request

  • OpenSourcePOS Official Website
  • Vendor Resources
  • GitHub CVE Research Document
  • Related CVEs
  • CVE-2026-26746: Open Source Point Of Sale RCE Vulnerability

  • CVE-2026-33730: Open Source Point Of Sale Auth Bypass

  • CVE-2026-26745: OpenSourcePOS SQL Injection Vulnerability

  • CVE-2025-70091: Open Source Point Of Sale 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