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

CVE-2026-6493: Rallly Reset Password XSS Vulnerability

CVE-2026-6493 is a cross-site scripting flaw in Rallly's reset password handler affecting versions up to 4.7.4. Attackers can exploit the redirectTo parameter remotely. This article covers technical details, affected versions, impact, and mitigation steps.

Published: April 23, 2026

CVE-2026-6493 Overview

A Cross-Site Scripting (XSS) vulnerability has been identified in Rallly, an open-source scheduling and polling application developed by lukevella. The flaw exists in the Reset Password Handler component, specifically within the file apps/web/src/app/[locale]/(auth)/reset-password/components/reset-password-form.tsx. By manipulating the redirectTo argument, an attacker can inject malicious scripts that execute in the context of a victim's browser session.

This vulnerability affects Rallly versions up to 4.7.4 and can be exploited remotely. The exploit has been publicly disclosed, increasing the risk of active exploitation. Users are strongly advised to upgrade to version 4.8.0 or later to mitigate this security issue.

Critical Impact

Remote attackers can execute arbitrary JavaScript in victim browsers through the password reset functionality, potentially leading to session hijacking, credential theft, or phishing attacks.

Affected Products

  • Rallly versions up to 4.7.4
  • Password Reset Handler component (reset-password-form.tsx)
  • Web application deployments with vulnerable versions

Discovery Timeline

  • 2026-04-17 - CVE CVE-2026-6493 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-6493

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The flaw resides in the password reset functionality where the redirectTo parameter is not properly sanitized before being used in the application's response.

When a user initiates a password reset, the application accepts a redirectTo parameter intended to redirect users after successful password reset. However, due to insufficient input validation, an attacker can craft a malicious URL containing JavaScript code in this parameter. When a victim clicks on the malicious link and completes the password reset process, the injected script executes in their browser context.

The vulnerability requires user interaction (the victim must click on a crafted link) and affects the integrity of the web application. Since the attack vector is network-based and requires low privileges, it presents a realistic attack scenario for phishing campaigns targeting Rallly users.

Root Cause

The root cause of this vulnerability is improper input validation and sanitization of the redirectTo parameter in the reset-password-form.tsx component. The application fails to properly encode or validate user-supplied input before incorporating it into the page output or redirect logic, allowing attackers to inject executable JavaScript code.

Attack Vector

The attack is executed remotely via the network. An attacker crafts a malicious URL containing a XSS payload in the redirectTo parameter and distributes it to potential victims through phishing emails, social engineering, or malicious websites. When an authenticated or authenticating user clicks the link and interacts with the password reset form, the malicious script executes in their browser.

The attacker can leverage this vulnerability to steal session cookies, capture user credentials, perform actions on behalf of the victim, or redirect users to malicious external sites.

The vulnerability can be exploited by manipulating the redirectTo parameter in the password reset URL. An attacker constructs a URL where this parameter contains JavaScript code instead of a legitimate redirect path. When the victim interacts with the password reset form, the application processes the unvalidated parameter, causing the malicious script to execute. Technical details and proof-of-concept code are available in the GitHub Gist PoC.

Detection Methods for CVE-2026-6493

Indicators of Compromise

  • Suspicious URLs containing encoded JavaScript or HTML in the redirectTo parameter
  • Unusual outbound connections from user browsers following password reset interactions
  • Server logs showing password reset requests with abnormally long or encoded redirectTo values
  • Reports of phishing emails directing users to Rallly password reset pages with suspicious parameters

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect XSS patterns in URL parameters
  • Monitor application logs for password reset requests containing script tags, event handlers, or encoded payloads
  • Deploy browser-based security controls to detect and block reflected XSS execution
  • Utilize endpoint detection solutions to identify suspicious JavaScript execution originating from trusted application domains

Monitoring Recommendations

  • Enable verbose logging for authentication and password reset workflows
  • Configure alerts for URLs containing common XSS payload signatures in the redirectTo parameter
  • Monitor Content Security Policy (CSP) violation reports for inline script execution attempts
  • Review referrer headers in password reset requests for suspicious external sources

How to Mitigate CVE-2026-6493

Immediate Actions Required

  • Upgrade Rallly to version 4.8.0 or later immediately
  • Review server logs for any evidence of exploitation attempts
  • Notify users about the vulnerability and advise caution with password reset emails
  • Implement Content Security Policy (CSP) headers to mitigate XSS impact as a defense-in-depth measure

Patch Information

The vulnerability has been addressed in Rallly version 4.8.0. The fix is available through the official GitHub release. The remediation was implemented via Pull Request #2245, which adds proper input validation and sanitization for the redirectTo parameter.

Organizations running self-hosted Rallly instances should update to the patched version as soon as possible. For cloud-hosted instances, verify with the service provider that the update has been applied.

Workarounds

  • Implement a Web Application Firewall (WAF) rule to filter or block requests containing suspicious patterns in the redirectTo parameter
  • Configure Content Security Policy (CSP) headers to restrict inline script execution
  • Disable the password reset functionality temporarily until the patch can be applied
  • Educate users to verify password reset links and avoid clicking links from untrusted sources
bash
# Example: Add CSP header to restrict inline scripts (Nginx configuration)
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src '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/TechLukevella Rally

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Gist PoC Code

  • GitHub Rallly Project

  • GitHub Rallly Pull Request

  • GitHub Rallly Release v4.8.0

  • VulDB Vulnerability Submission

  • VulDB #358037

  • VulDB #358037 CTI Report
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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