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

CVE-2025-28244: Alteryx Server Auth Bypass Vulnerability

CVE-2025-28244 is an authentication bypass vulnerability in Alteryx Server that allows attackers to steal session tokens from localStorage, leading to account takeover. This article covers technical details, impact, and mitigation.

Published: April 22, 2026

CVE-2025-28244 Overview

An Insecure Permissions vulnerability has been identified in the Local Storage implementation of Alteryx Server 2023.1.1.460. This vulnerability allows remote attackers to obtain valid user session tokens from localStorage, leading to account takeover. The flaw stems from improper storage of sensitive authentication data in client-side browser localStorage, which can be accessed by malicious scripts or attackers with access to the browser environment.

Critical Impact

Remote attackers can steal valid user session tokens from localStorage, enabling complete account takeover and unauthorized access to Alteryx Server workflows, data connections, and sensitive analytics assets.

Affected Products

  • Alteryx Server version 2023.1.1.460
  • Alteryx Server installations utilizing local storage for session management
  • Systems where users access Alteryx Server through web browsers

Discovery Timeline

  • July 10, 2025 - CVE-2025-28244 published to NVD
  • July 17, 2025 - Last updated in NVD database

Technical Details for CVE-2025-28244

Vulnerability Analysis

This vulnerability is classified under CWE-922 (Insecure Storage of Sensitive Information), indicating that sensitive session data is stored in a manner that does not adequately protect it from unauthorized access. The core issue lies in the application's decision to store user session tokens in browser localStorage rather than using more secure mechanisms such as HttpOnly cookies or server-side session management.

Browser localStorage is accessible to any JavaScript code running within the same origin, making it vulnerable to Cross-Site Scripting (XSS) attacks. If an attacker can execute malicious JavaScript in the context of the Alteryx Server application—through XSS vulnerabilities, browser extensions, or compromised third-party scripts—they can trivially read the stored session tokens and use them to impersonate legitimate users.

Root Cause

The root cause of this vulnerability is the improper storage of sensitive authentication credentials in client-side localStorage. Session tokens should never be stored in localStorage due to its accessibility to JavaScript code. The application fails to implement secure session storage practices, leaving authentication tokens exposed to potential theft. Proper session management would utilize HttpOnly cookies that cannot be accessed via JavaScript, significantly reducing the attack surface.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker can exploit this vulnerability through several methods:

  1. XSS Chaining: If any XSS vulnerability exists in Alteryx Server or can be introduced through social engineering, the attacker injects malicious JavaScript that reads localStorage and exfiltrates session tokens to an attacker-controlled server.

  2. Malicious Browser Extensions: A compromised or malicious browser extension running in the victim's browser can access localStorage across any domain the user visits.

  3. Shared/Public Computers: On shared systems, subsequent users or malicious actors with physical access could inspect localStorage to retrieve valid session tokens.

The exploitation mechanism involves reading the session token from localStorage using standard JavaScript APIs such as localStorage.getItem(). Once obtained, the attacker can use the token to authenticate as the victim user. Technical details regarding the specific localStorage keys and exploitation flow can be found in the GitHub Gist published by the researcher.

Detection Methods for CVE-2025-28244

Indicators of Compromise

  • Unusual session token access patterns from unexpected geographic locations or IP addresses
  • Multiple concurrent sessions for a single user account from different locations
  • Anomalous API requests using valid session tokens from unrecognized user agents
  • Unexpected data access or workflow modifications by user accounts during off-hours

Detection Strategies

  • Implement Content Security Policy (CSP) headers to detect and prevent unauthorized script execution
  • Monitor authentication logs for session tokens being used from multiple IP addresses simultaneously
  • Deploy browser-based security tools that alert on localStorage access by unauthorized scripts
  • Utilize Web Application Firewalls (WAF) to detect and block XSS attack patterns that could enable token theft

Monitoring Recommendations

  • Enable detailed audit logging for all authentication and session-related events in Alteryx Server
  • Configure SIEM rules to alert on session anomalies such as token reuse across different network contexts
  • Monitor for DOM-based attacks and script injection attempts against the Alteryx Server web interface
  • Implement user behavior analytics to identify potential account takeover scenarios

How to Mitigate CVE-2025-28244

Immediate Actions Required

  • Audit current Alteryx Server deployments to identify if version 2023.1.1.460 is in use
  • Review browser localStorage for exposed session tokens and force session invalidation for all active users
  • Implement network-level controls to restrict access to Alteryx Server from trusted networks only
  • Enable multi-factor authentication (MFA) to add an additional layer of protection against account takeover

Patch Information

Organizations should check the Alteryx official website for security advisories and updated versions that address this vulnerability. It is recommended to upgrade to the latest supported version of Alteryx Server that implements secure session storage mechanisms. Contact Alteryx support for guidance on available patches and upgrade paths.

Workarounds

  • Implement strict Content Security Policy (CSP) headers to prevent XSS attacks that could be used to steal tokens
  • Configure web server reverse proxy settings to add HttpOnly and Secure flags to session cookies where possible
  • Restrict network access to Alteryx Server using firewall rules and VPN requirements
  • Educate users about the risks of using browser extensions from untrusted sources and accessing Alteryx Server from shared computers
bash
# Example CSP header configuration for Apache
# Add to your Alteryx Server Apache configuration or .htaccess
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; frame-ancestors 'self';"

# Example for Nginx configuration
# Add to your server block
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; frame-ancestors 'self';" always;

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechAlteryx Server

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.19%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-922
  • Technical References
  • Alteryx Security Information
  • Vendor Resources
  • GitHub Gist Code Snippet
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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