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

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

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.

Updated: May 15, 2026

CVE-2025-70094 Overview

CVE-2025-70094 is a stored cross-site scripting (XSS) vulnerability in OpenSourcePOS (Open Source Point of Sale) version 3.4.1. The flaw resides in the Generate Item Barcode function, where the Item Category parameter is rendered without proper output encoding. Authenticated attackers can inject crafted JavaScript or HTML payloads through this parameter. When other users render the affected page, the malicious script executes in their browser context. The issue is tracked under CWE-79 and affects confidentiality, integrity, and availability of the user session.

Critical Impact

Successful exploitation allows attackers to execute arbitrary scripts in the victim's browser, enabling session hijacking, credential theft, and unauthorized actions within the point-of-sale application.

Affected Products

  • OpenSourcePOS (Open Source Point of Sale) v3.4.1
  • Vendor: opensourcepos
  • Component: Generate Item Barcode function — Item Category parameter

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

The vulnerability is a classic reflected/stored cross-site scripting flaw in the barcode generation workflow of OpenSourcePOS v3.4.1. The application accepts the Item Category value from a privileged user input field and includes it in the rendered HTML response without applying contextual output encoding. As a result, an attacker with low-privilege authenticated access can supply HTML or JavaScript that the browser interprets as code rather than data. Because the payload propagates from server-side storage into rendered pages, victims who later view the affected barcode page trigger script execution in their authenticated session.

The vulnerability requires user interaction and crosses a security scope boundary, meaning the injected script executes in the context of the OpenSourcePOS web application and can affect other components or users who interact with the rendered output.

Root Cause

The root cause is missing or insufficient output encoding of the Item Category parameter inside the Generate Item Barcode feature. The application fails to neutralize HTML special characters such as <, >, ", and ' before placing user-controlled data into HTML context. This violates standard guidance under CWE-79: Improper Neutralization of Input During Web Page Generation.

Attack Vector

An authenticated attacker with access to create or modify item categories supplies a crafted payload — for example, a <script> tag or an event handler attribute — into the Item Category field. The payload is stored and later reflected into the Generate Item Barcode view. When a staff member, manager, or administrator opens the barcode page for an affected item, the injected script executes with the victim's session privileges. This enables session token theft via document.cookie, forced actions through forged requests, or rewriting of UI elements to harvest credentials. Full technical details are documented in the CVE-2025-70094 research write-up.

No verified public exploit code is available. The vulnerability is described in prose by the original researcher; see the vendor pull request 4357 for remediation context.

Detection Methods for CVE-2025-70094

Indicators of Compromise

  • Item category records containing HTML tags, <script> blocks, javascript: URIs, or DOM event handlers such as onerror= or onload=.
  • Outbound HTTP requests from staff browsers to unknown domains shortly after viewing barcode pages, indicating possible session token exfiltration.
  • Unexpected administrative actions performed from legitimate user accounts following barcode page access.

Detection Strategies

  • Inspect the OpenSourcePOS database tables that store item category names for suspicious markup and encoded payload signatures.
  • Review web server access logs for POST requests to category creation or update endpoints containing encoded angle brackets or script keywords.
  • Deploy a web application firewall rule that flags XSS signatures targeting category and barcode-related endpoints.

Monitoring Recommendations

  • Enable verbose application logging for create, update, and read operations on item category fields.
  • Monitor browser Content Security Policy violation reports if a CSP is enforced in front of OpenSourcePOS.
  • Alert on anomalous session activity such as multiple concurrent sessions from a single user account, which can indicate stolen cookies.

How to Mitigate CVE-2025-70094

Immediate Actions Required

  • Restrict access to item category management to trusted administrative users only until a patch is applied.
  • Audit existing item category records and remove or sanitize any entries containing HTML or JavaScript content.
  • Force a password and session reset for users who may have viewed barcode pages with suspicious categories.

Patch Information

Review and apply the upstream fix tracked in OpenSourcePOS pull request 4357. Upgrade beyond version 3.4.1 once the maintainers publish a release that includes the remediation. Verify the fix performs HTML-entity encoding of the Item Category parameter wherever it is rendered.

Workarounds

  • Place OpenSourcePOS behind a web application firewall configured to block common XSS payloads targeting the item_category parameter.
  • Enforce a strict Content Security Policy that disallows inline scripts and restricts script sources to trusted origins.
  • Apply server-side input validation that rejects category names containing <, >, or quote characters until the official patch is deployed.
bash
# Example nginx Content-Security-Policy header to limit XSS impact
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'self'; frame-ancestors 'none';" always;

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
  • GitHub Pull Request for Updates

  • Open Source POS Official Site
  • Vendor Resources
  • GitHub CVE-2025-70094 Research
  • Related CVEs
  • CVE-2026-32712: Open Source Point Of Sale XSS Vulnerability

  • CVE-2025-70091: OpenSourcePOS XSS Vulnerability

  • 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