Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-63317

CVE-2025-63317: Doist Todoist XSS Vulnerability

CVE-2025-63317 is a Cross Site Scripting flaw in Doist Todoist v8896 that allows malicious JavaScript in SVG uploads to execute when users open attachments. This article covers technical details, affected versions, and fixes.

Updated: January 22, 2026

CVE-2025-63317 Overview

CVE-2025-63317 is a Cross-Site Scripting (XSS) vulnerability affecting Doist Todoist version 8896. The vulnerability exists in the /api/v1/uploads endpoint, where uploaded SVG files are not properly sanitized before being served to users. This lack of input validation allows attackers to embed malicious JavaScript code within SVG files, which executes when a victim opens the attachment from a task or comment within the application.

Critical Impact

Attackers can execute arbitrary JavaScript in the context of a victim's browser session, potentially leading to session hijacking, credential theft, or unauthorized actions within the user's Todoist account.

Affected Products

  • Doist Todoist version 8896
  • Doist Todoist version 8486

Discovery Timeline

  • 2025-12-01 - CVE-2025-63317 published to NVD
  • 2025-12-04 - Last updated in NVD database

Technical Details for CVE-2025-63317

Vulnerability Analysis

This stored XSS vulnerability carries a CVSS 3.1 score of 5.4 (Medium severity) with the vector string CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N. The attack is network-based with low complexity, requiring no privileges but necessitating user interaction for successful exploitation.

The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), a common weakness category for cross-site scripting flaws. The EPSS (Exploit Prediction Scoring System) indicates a 0.03% probability of exploitation, placing this vulnerability in the 7.9th percentile.

Root Cause

The root cause of this vulnerability lies in the absence of input sanitization for SVG file uploads in the /api/v1/uploads API endpoint. SVG (Scalable Vector Graphics) files are XML-based and can contain embedded JavaScript code through elements such as <script> tags, event handlers like onload, or through other SVG-specific constructs. When Todoist processes and stores these uploaded SVG files without stripping potentially malicious content, the embedded scripts persist in the application's storage and execute when rendered in a user's browser.

Attack Vector

The attack vector is network-based and follows a stored XSS pattern. An attacker crafts a malicious SVG file containing embedded JavaScript payload and uploads it through the /api/v1/uploads endpoint. The malicious file is then attached to a task or comment within the Todoist application. When another user opens or previews this attachment, the browser renders the SVG file and executes the embedded JavaScript code in the context of the victim's authenticated session.

The attack exploits the trust relationship between the user and the application—users expect attachments within their task management tool to be safe. The malicious script can access session cookies, perform actions on behalf of the user, exfiltrate sensitive data, or redirect the user to phishing pages.

Detection Methods for CVE-2025-63317

Indicators of Compromise

  • Unusual SVG file uploads containing <script> tags or JavaScript event handlers
  • SVG files with suspicious attributes such as onload, onclick, onerror, or onmouseover
  • Network requests to external domains originating from SVG file rendering
  • Unexpected API calls or session activity following SVG attachment access

Detection Strategies

Security teams should implement content inspection for all file uploads, particularly focusing on SVG files which can contain executable code. Web Application Firewalls (WAF) can be configured to detect and block SVG uploads containing script elements or event handlers. Additionally, monitoring for anomalous behavior following attachment access—such as unexpected API calls or data exfiltration attempts—can help identify successful exploitation.

Browser-based Content Security Policy (CSP) headers can provide defense-in-depth by restricting the execution of inline scripts and limiting the sources from which scripts can be loaded, potentially mitigating the impact of XSS attacks even when malicious content bypasses upload filters.

Monitoring Recommendations

Organizations using Todoist should monitor access logs for the /api/v1/uploads endpoint, paying particular attention to SVG file uploads. Implementing logging for attachment access events and correlating these with subsequent user activity can help identify potential exploitation attempts. Security Information and Event Management (SIEM) solutions can be configured to alert on patterns indicative of XSS exploitation, such as unusual outbound connections or session anomalies following file access.

How to Mitigate CVE-2025-63317

Immediate Actions Required

  • Restrict or disable SVG file uploads until a patch is available
  • Implement server-side sanitization for all uploaded SVG files
  • Configure Content Security Policy headers to restrict inline script execution
  • Educate users about the risks of opening attachments from untrusted sources

Patch Information

As of the last update on 2025-12-04, no official vendor patch information has been published in the vulnerability databases. Organizations should monitor Doist's official security communications and update channels for patch availability. The external reference at https://github.com/sefabasnak/Todoistv8896 provides additional technical details about the vulnerability.

Workarounds

Until an official patch is released, organizations can implement the following workarounds to reduce risk:

  1. Server-side SVG Sanitization: Implement a sanitization library such as DOMPurify on the server side to strip potentially malicious content from SVG uploads before storage.

  2. Content-Type Headers: Ensure SVG files are served with the Content-Disposition: attachment header to force downloads rather than inline rendering, preventing automatic script execution.

  3. Content Security Policy: Deploy strict CSP headers that disable inline script execution and restrict script sources, providing defense-in-depth against XSS attacks.

  4. File Type Restrictions: Consider blocking SVG uploads entirely and only allowing raster image formats (PNG, JPG, GIF) until proper sanitization is implemented.

Organizations should also consider implementing additional security controls such as sandboxed iframe rendering for user-uploaded content and regular security audits of file upload functionality.

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechDoist Todoist

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Exploit, Third Party Advisory
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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