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

CVE-2025-70091: OpenSourcePOS XSS Vulnerability

CVE-2025-70091 is a cross-site scripting vulnerability in OpenSourcePOS v3.4.1 that allows attackers to inject malicious scripts via the Customers function. This article covers technical details, impact, and mitigation.

Updated: May 15, 2026

CVE-2025-70091 Overview

CVE-2025-70091 is a cross-site scripting (XSS) vulnerability in the Customers function of Open Source Point of Sale (opensourcepos) version 3.4.1. Attackers can inject crafted payloads into the Phone Number parameter to execute arbitrary web scripts or HTML in the context of other users' browser sessions. The flaw is categorized under [CWE-79] Improper Neutralization of Input During Web Page Generation. Exploitation requires low-privileged authenticated access and user interaction, but a successful attack changes scope and can compromise session data, deliver malicious content, or pivot to administrative functions within the point-of-sale application.

Critical Impact

Authenticated attackers can inject persistent JavaScript through the customer Phone Number field, enabling session theft, credential capture, and unauthorized actions against staff users who view affected customer records.

Affected Products

  • Open Source Point of Sale (opensourcepos) version 3.4.1
  • Customers module — Phone Number parameter
  • Deployments using CPE cpe:2.3:a:opensourcepos:open_source_point_of_sale:3.4.1

Discovery Timeline

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

Technical Details for CVE-2025-70091

Vulnerability Analysis

The Customers function in OpenSourcePOS v3.4.1 accepts user-supplied input for the Phone Number field without performing adequate output encoding or input sanitization. When the stored value is later rendered back to staff users viewing the customer list or customer detail views, the browser interprets injected markup as executable content. Because the application is a point-of-sale platform handling sales, payments, and customer records, script execution in a cashier or administrator session can be leveraged to manipulate transactions, exfiltrate data, or escalate access.

The attack changes the security scope, meaning code executes in the context of a more privileged component than the one originally compromised. This typically indicates that injected script runs against the broader application interface used by higher-privileged users.

Root Cause

The root cause is missing contextual output encoding when rendering the Phone Number field within HTML responses. The Customers module trusts stored values from the database and writes them directly into the response body without escaping characters such as <, >, ", and '. Input validation on the Phone Number field also fails to reject non-numeric or markup-bearing content.

Attack Vector

An authenticated user with permission to create or edit customers submits a crafted Phone Number value containing JavaScript markup. The payload is stored in the database and rendered later when any staff user opens the customer list or record. Exploitation requires user interaction in the form of viewing the malicious record. Refer to the GitHub CVE Research Document for technical details and proof-of-concept payload structure.

// No verified exploit code is published. The vulnerability manifests when
// the Customers view renders the stored Phone Number value into HTML
// without contextual escaping, allowing arbitrary script execution
// against any staff user who loads the customer record.

Detection Methods for CVE-2025-70091

Indicators of Compromise

  • Customer records containing HTML tags, <script>, javascript: URIs, or event handler attributes such as onerror= or onload= in the Phone Number column
  • Outbound HTTP requests from cashier or admin browsers to unknown domains immediately after viewing a customer record
  • Unexpected session token transmissions or cookie access events originating from the OpenSourcePOS web interface

Detection Strategies

  • Query the customers database table for Phone Number values that do not match expected numeric or phone-format patterns
  • Inspect web server access logs for POST requests to customer create or update endpoints containing URL-encoded <, >, or script substrings
  • Review browser Content Security Policy (CSP) violation reports if CSP is enabled in front of the application

Monitoring Recommendations

  • Enable detailed audit logging for all create, update, and view operations on the Customers module
  • Forward application and web server logs to a centralized log platform and alert on anomalous payloads submitted to the Phone Number parameter
  • Monitor staff workstation browsers for unexpected script execution or outbound connections originating from the OpenSourcePOS origin

How to Mitigate CVE-2025-70091

Immediate Actions Required

  • Restrict access to the Customers module to trusted staff accounts only and audit existing user permissions
  • Sanitize existing customer records by stripping HTML and non-phone characters from the Phone Number column
  • Deploy a web application firewall (WAF) rule that blocks HTML markup and JavaScript payloads in form fields submitted to customer endpoints

Patch Information

No vendor patch is referenced in the published CVE record. Monitor the OpenSourcePOS project homepage and the upstream project repository for security updates. Until an official fix is released, apply the workarounds below and consider upgrading once a version newer than 3.4.1 with output encoding fixes for the Customers module becomes available.

Workarounds

  • Implement server-side input validation that restricts the Phone Number field to digits, spaces, and common separators such as +, -, (, and )
  • Apply contextual HTML output encoding in templates that render customer fields, escaping <, >, ", ', and &
  • Deploy a strict Content Security Policy that disallows inline scripts and untrusted script sources for the OpenSourcePOS web interface
  • Limit customer create and edit privileges to a minimal set of trusted accounts
bash
# Example WAF rule (ModSecurity) blocking markup in customer fields
SecRule ARGS:"first_name|last_name|phone_number|email" \
    "@rx (?i)(<script|javascript:|onerror=|onload=|<iframe)" \
    "id:1070091,phase:2,deny,status:403,\
     msg:'CVE-2025-70091 OpenSourcePOS Customers XSS attempt'"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechOpensourcepos

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-79
  • Technical References
  • Open Source POS Homepage
  • Vendor Resources
  • GitHub CVE Research Document
  • Related CVEs
  • CVE-2026-32712: Open Source Point Of Sale XSS Vulnerability

  • CVE-2025-70094: Open Source Point Of Sale XSS Flaw

  • CVE-2025-70095: Open Source Point Of Sale XSS Vulnerability

  • CVE-2025-70092: OpenSourcePOS v3.4.1 XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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