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-2026-1619

CVE-2026-1619: FlexCity/Kiosk Auth Bypass Vulnerability

CVE-2026-1619 is an authorization bypass through user-controlled key vulnerability in Universal Software Inc. FlexCity/Kiosk. Attackers can exploit trusted identifiers to gain unauthorized access. This article covers technical details, affected versions, impact, and mitigation steps.

Published: February 20, 2026

CVE-2026-1619 Overview

CVE-2026-1619 is an Authorization Bypass Through User-Controlled Key vulnerability (CWE-639) affecting Universal Software Inc. FlexCity/Kiosk software. This vulnerability allows attackers to exploit trusted identifiers, enabling unauthorized access to resources that should be protected by access controls. By manipulating user-controlled key values, attackers can bypass authorization mechanisms and potentially access or modify data belonging to other users.

Critical Impact

This authorization bypass vulnerability enables attackers to exploit trusted identifiers, potentially allowing unauthorized access to sensitive kiosk data and functions through manipulation of user-controlled keys.

Affected Products

  • Universal Software Inc. FlexCity/Kiosk versions 1.0 through 1.0.35
  • FlexCity/Kiosk version 1.0.36 and later contain the security fix

Discovery Timeline

  • February 13, 2026 - CVE-2026-1619 published to NVD
  • February 13, 2026 - Last updated in NVD database

Technical Details for CVE-2026-1619

Vulnerability Analysis

This vulnerability falls under CWE-639: Authorization Bypass Through User-Controlled Key, commonly known as Insecure Direct Object Reference (IDOR). The FlexCity/Kiosk application fails to properly validate that a user has authorization to access a resource before processing requests that use user-supplied identifiers.

When an application uses user-controllable keys (such as record IDs, user IDs, or session tokens) to directly reference internal objects without proper authorization checks, attackers can manipulate these values to access resources belonging to other users or escalate their privileges within the system.

The network-based attack vector combined with low privileges required means that any authenticated user could potentially exploit this vulnerability to access unauthorized resources, leading to confidentiality and integrity impacts on the affected kiosk systems.

Root Cause

The root cause of this vulnerability is insufficient authorization validation when processing requests that contain user-controlled identifiers. The FlexCity/Kiosk application directly uses user-supplied key values to reference internal objects without verifying that the requesting user has legitimate access rights to those resources. This allows authenticated users to enumerate or guess valid identifiers and access resources outside their authorized scope.

Attack Vector

The vulnerability is exploitable over the network with low attack complexity. An attacker with low-level privileges (authenticated user) can manipulate request parameters containing object identifiers to access or modify data belonging to other users or access restricted functionality.

The attack typically involves:

  1. Authenticating to the FlexCity/Kiosk application with valid credentials
  2. Intercepting or observing requests that contain user-controlled identifiers
  3. Modifying these identifier values to reference other users' resources
  4. Submitting the manipulated requests to access unauthorized data

Since no user interaction is required and the vulnerability affects both confidentiality and integrity, successful exploitation could lead to unauthorized disclosure or modification of sensitive kiosk data.

Detection Methods for CVE-2026-1619

Indicators of Compromise

  • Unusual patterns of sequential or enumerated resource ID access attempts by single users
  • Access log entries showing users accessing resources outside their normal scope
  • Failed authorization attempts followed by successful access to different resource IDs
  • Anomalous parameter manipulation in HTTP request logs

Detection Strategies

  • Implement logging and monitoring for all resource access attempts with user-controlled identifiers
  • Deploy Web Application Firewall (WAF) rules to detect parameter tampering and IDOR attack patterns
  • Enable application-level auditing to track authorization decisions and failures
  • Monitor for rapid sequential requests with incrementing or enumerated ID values

Monitoring Recommendations

  • Configure alerts for users accessing resources outside their typical access patterns
  • Implement rate limiting and anomaly detection for API endpoints using direct object references
  • Review access logs regularly for signs of unauthorized resource enumeration
  • Set up real-time monitoring for failed authorization attempts across the kiosk infrastructure

How to Mitigate CVE-2026-1619

Immediate Actions Required

  • Upgrade FlexCity/Kiosk to version 1.0.36 or later immediately
  • Review access logs for signs of exploitation or unauthorized access attempts
  • Implement additional access controls at the network level to limit exposure
  • Enable enhanced logging to capture detailed authorization decisions

Patch Information

Universal Software Inc. has addressed this vulnerability in FlexCity/Kiosk version 1.0.36. Organizations should upgrade to this version or later to remediate the vulnerability. For additional details, refer to the USOM Security Notification.

Workarounds

  • Implement network segmentation to limit access to FlexCity/Kiosk systems to trusted networks only
  • Deploy a Web Application Firewall (WAF) with rules to detect and block IDOR attack patterns
  • Enable strict session validation and implement secondary authorization checks at the application layer
  • Restrict user privileges to the minimum required for their role until patching is complete
bash
# Example: Network-level access restriction for FlexCity/Kiosk
# Restrict access to kiosk management interfaces to trusted IPs only
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/8 -j ACCEPT
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
  • TypeAuth Bypass

  • Vendor/TechFlexcity

  • SeverityHIGH

  • CVSS Score8.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-639
  • Technical References
  • USOM Security Notification
  • Related CVEs
  • CVE-2026-1618: FlexCity/Kiosk Auth Bypass 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