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

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

CVE-2025-70094 is a cross-site scripting flaw in OpenSourcePOS v3.4.1 affecting the Generate Item Barcode function. Attackers can inject malicious scripts via the Item Category parameter. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 20, 2026

CVE-2025-70094 Overview

A cross-site scripting (XSS) vulnerability has been identified in the Generate Item Barcode function of OpenSourcePOS v3.4.1. This vulnerability allows attackers to execute arbitrary web scripts or HTML by injecting a crafted payload into the Item Category parameter. The flaw stems from insufficient input sanitization in the barcode generation functionality, enabling malicious actors with low-privilege access to potentially compromise user sessions and steal sensitive information within the point-of-sale system.

Critical Impact

Attackers can inject malicious scripts through the Item Category parameter in the barcode generation function, potentially leading to session hijacking, credential theft, and unauthorized actions within the POS system.

Affected Products

  • OpenSourcePOS Open Source Point of Sale version 3.4.1
  • Systems using the Generate Item Barcode function with vulnerable input handling
  • Web interfaces exposing the Item Category parameter without proper sanitization

Discovery Timeline

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

Technical Details for CVE-2025-70094

Vulnerability Analysis

This stored XSS vulnerability exists within the Generate Item Barcode function of OpenSourcePOS. The application fails to properly sanitize user-supplied input in the Item Category parameter before rendering it in the browser context. When an authenticated user with item management privileges submits a malicious payload containing JavaScript code within the Item Category field, that payload is stored in the database and subsequently executed whenever any user views the barcode or related item information.

The vulnerability requires network access and low-privilege authentication to exploit, making it accessible to insider threats or attackers who have compromised basic user credentials. The changed scope indicates that successful exploitation can affect resources beyond the vulnerable component itself, potentially impacting other users' sessions and the broader application context.

Root Cause

The root cause of this vulnerability is improper input validation and output encoding in the OpenSourcePOS barcode generation module. The application accepts user input for the Item Category parameter and stores it without adequate sanitization. When this data is later retrieved and displayed in the barcode generation interface, it is rendered directly in the HTML context without proper encoding, allowing embedded script tags or event handlers to execute in victims' browsers.

This represents a classic CWE-79 (Improper Neutralization of Input During Web Page Generation) vulnerability pattern where the application trusts user input and fails to implement defense-in-depth measures such as Content Security Policy headers or context-aware output encoding.

Attack Vector

The attack vector for CVE-2025-70094 is network-based, requiring the attacker to have authenticated access to the OpenSourcePOS application with permissions to create or modify item categories. The exploitation flow involves:

  1. An authenticated attacker navigates to the item management functionality
  2. The attacker creates or modifies an item category, injecting malicious JavaScript into the Item Category parameter
  3. The payload is stored in the application database
  4. When any user (including administrators) accesses the Generate Item Barcode function or views items in the affected category, the malicious script executes in their browser context
  5. The attacker can then harvest session tokens, redirect users to phishing pages, or perform actions on behalf of the victim

The vulnerability manifests in the Item Category parameter handling within the barcode generation functionality. For detailed technical analysis and proof-of-concept information, refer to the GitHub CVE Research Document.

Detection Methods for CVE-2025-70094

Indicators of Compromise

  • Unusual or obfuscated content in Item Category database fields containing <script>, javascript:, onerror=, onload=, or similar HTML/JavaScript injection patterns
  • Unexpected network requests originating from user browsers to external domains when accessing barcode generation or item management pages
  • Anomalous session activity or authentication tokens being used from unexpected IP addresses following item category interactions
  • Web application firewall logs showing blocked XSS payloads targeting the Item Category parameter

Detection Strategies

  • Implement web application firewall rules to detect and block common XSS payload patterns in POST/GET parameters, particularly targeting item management endpoints
  • Deploy browser-based security monitoring to detect unexpected script execution or DOM manipulation on barcode generation pages
  • Configure database activity monitoring to alert on suspicious content patterns being inserted into item category fields
  • Utilize SentinelOne's behavioral analysis capabilities to identify anomalous browser activity indicative of successful XSS exploitation

Monitoring Recommendations

  • Enable detailed logging for all item creation and modification operations, capturing the full request body including Item Category values
  • Monitor for Content Security Policy violation reports which may indicate attempted or successful XSS attacks
  • Implement real-time alerting for authentication anomalies following barcode generation page access
  • Review web server access logs for unusual patterns in requests to the barcode generation endpoint

How to Mitigate CVE-2025-70094

Immediate Actions Required

  • Audit existing Item Category entries in the database for malicious content and sanitize or remove any suspicious payloads
  • Implement strict input validation on the Item Category parameter, restricting allowed characters to alphanumeric values and common punctuation
  • Apply output encoding (HTML entity encoding) to all user-supplied data rendered in the barcode generation interface
  • Enable Content Security Policy headers to restrict inline script execution and limit the impact of successful XSS attacks
  • Consider temporarily restricting access to the barcode generation functionality until patches are applied

Patch Information

OpenSourcePOS maintainers have addressed this vulnerability through a pull request. Organizations running OpenSourcePOS v3.4.1 should review the GitHub Pull Request Discussion for patch details and update to the latest available version that includes the security fix. For additional vulnerability details, consult the GitHub CVE Research Document.

Workarounds

  • Implement a web application firewall (WAF) rule to filter XSS payloads in requests to item management endpoints
  • Restrict item category creation and modification permissions to trusted administrative users only
  • Deploy browser-side XSS protection through Content Security Policy headers with script-src 'self' directive
  • Consider using a reverse proxy to sanitize input before it reaches the OpenSourcePOS application
bash
# Example Apache configuration to add Content Security Policy headers
# Add to .htaccess or Apache configuration file
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors 'self';"
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 Pull Request Discussion

  • OpenSourcePOS Official Website
  • Vendor Resources
  • GitHub CVE Research Document
  • Related CVEs
  • CVE-2025-70091: Open Source Point Of Sale XSS Vulnerability

  • CVE-2025-70095: 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