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

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

CVE-2025-70095 is a cross-site scripting vulnerability in Open Source Point Of Sale that enables attackers to inject malicious scripts via item management and sales invoice functions. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 20, 2026

CVE-2025-70095 Overview

A cross-site scripting (XSS) vulnerability has been identified in OpenSourcePOS v3.4.1, specifically affecting the item management and sales invoice functions. This vulnerability allows authenticated attackers to inject malicious web scripts or HTML content into the application, which can then be executed in the context of other users' browsers. The flaw stems from insufficient input validation and output encoding in the affected components.

Critical Impact

Attackers with low privileges can exploit this XSS vulnerability to steal session tokens, redirect users to malicious sites, deface the application interface, or perform actions on behalf of authenticated users including administrators.

Affected Products

  • OpenSourcePOS Open Source Point of Sale version 3.4.1
  • Item management module
  • Sales invoice function

Discovery Timeline

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

Technical Details for CVE-2025-70095

Vulnerability Analysis

This cross-site scripting vulnerability exists in the item management and sales invoice functionality of OpenSourcePOS. The application fails to properly sanitize user-controlled input before rendering it in the browser, allowing attackers to inject arbitrary JavaScript or HTML code. When other users view the affected items or invoices, the malicious payload executes within their browser session.

The vulnerability requires the attacker to have authenticated access to the system with privileges to create or modify items and invoices. While the attack complexity is low, user interaction is required for successful exploitation, as a victim must view the compromised content. The scope is changed, meaning the vulnerability can affect resources beyond the vulnerable component's security scope, potentially impacting the confidentiality, integrity, and availability of user sessions and data.

Root Cause

The root cause of this vulnerability is improper input validation and insufficient output encoding (CWE-79) in the OpenSourcePOS application. The item management and sales invoice functions do not adequately sanitize user-supplied data before storing it in the database or rendering it in HTML responses. This allows specially crafted payloads containing JavaScript or HTML to be stored and later executed when the content is displayed to other users.

Attack Vector

The attack vector for CVE-2025-70095 is network-based, requiring the attacker to have authenticated access to the OpenSourcePOS application. An attacker can exploit this vulnerability by:

  1. Authenticating to the OpenSourcePOS application with valid credentials
  2. Navigating to the item management or sales invoice creation interface
  3. Injecting a malicious XSS payload into a vulnerable input field (such as item name, description, or invoice notes)
  4. Saving the crafted data to the application
  5. Waiting for another user (potentially an administrator) to view the compromised item or invoice
  6. The malicious script executes in the victim's browser context, enabling session hijacking, data theft, or other malicious actions

This is a stored XSS attack, meaning the payload persists in the application database and affects any user who views the compromised content.

Detection Methods for CVE-2025-70095

Indicators of Compromise

  • Unusual JavaScript patterns or HTML tags in item names, descriptions, or invoice fields
  • Database entries containing <script>, javascript:, onerror=, onload=, or similar XSS payload signatures
  • Reports from users experiencing unexpected behavior when viewing items or invoices
  • Web application firewall (WAF) logs showing blocked XSS attempts targeting OpenSourcePOS endpoints

Detection Strategies

  • Implement web application firewall rules to detect and block common XSS payload patterns in HTTP requests
  • Enable database auditing to monitor for suspicious entries containing script tags or JavaScript event handlers
  • Deploy browser-based security monitoring to detect execution of unauthorized scripts
  • Conduct regular code reviews and security scans of the OpenSourcePOS installation

Monitoring Recommendations

  • Monitor web server access logs for requests containing encoded or obfuscated XSS payloads
  • Configure intrusion detection systems (IDS) to alert on XSS signature patterns
  • Implement Content Security Policy (CSP) headers and monitor for policy violations
  • Review application logs for anomalous user behavior patterns indicative of session hijacking

How to Mitigate CVE-2025-70095

Immediate Actions Required

  • Audit existing item and invoice records in the database for malicious script content
  • Implement strict input validation on all user-controlled fields in the item management and sales invoice modules
  • Apply output encoding (HTML entity encoding) for all user-supplied data rendered in the browser
  • Consider restricting access to item management functions to trusted users only
  • Deploy a web application firewall (WAF) with XSS protection rules as an interim measure

Patch Information

Organizations using OpenSourcePOS v3.4.1 should monitor the OpenSourcePOS GitHub repository for security updates and patches addressing this vulnerability. Review the CVE-2025-70095 research documentation for additional technical details on the vulnerability.

Workarounds

  • Implement Content Security Policy (CSP) headers to restrict script execution to trusted sources only
  • Add server-side input validation to reject entries containing HTML tags or JavaScript patterns
  • Apply HTML entity encoding to all user-generated content before rendering
  • Limit user permissions to reduce the attack surface for authenticated XSS attacks
  • Consider using a reverse proxy with XSS filtering capabilities until an official patch is available
bash
# Example Apache configuration to add basic CSP headers
# Add to .htaccess or Apache virtual host configuration
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline';"
Header set X-XSS-Protection "1; mode=block"
Header set X-Content-Type-Options "nosniff"

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.04%

  • 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
  • GitHub OpenSourcePos Repository
  • Vendor Resources
  • GitHub CVE-2025-70095 Research
  • Related CVEs
  • CVE-2025-70091: Open Source Point Of Sale XSS Vulnerability

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

  • CVE-2025-70092: OpenSourcePOS v3.4.1 XSS Vulnerability

  • CVE-2025-68658: Open Source POS Stored XSS Vulnerability
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