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
    • 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-28355

CVE-2026-28355: Canarytokens PWA XSS Vulnerability

CVE-2026-28355 is a self-XSS vulnerability in Canarytokens PWA tokens that allows attackers to inject JavaScript into the title field. This post covers the technical details, affected versions, impact, and mitigation steps.

Published: March 6, 2026

CVE-2026-28355 Overview

A Self Cross-Site Scripting (XSS) vulnerability has been identified in Canarytokens, a tool designed to help track activity and actions on a network. The vulnerability exists in the "PWA" (Progressive Web App) Canarytoken feature, where the token creator can inject malicious JavaScript into the title field of their PWA token. When the creator or any user they share the installation link with browses the installation page, the injected JavaScript executes in their browser context.

While this is classified as a self-XSS vulnerability with limited direct impact, it can be weaponized through social engineering by convincing victims to visit a specially crafted installation link. However, the vulnerability does not expose sensitive information such as session data to the attacker.

Critical Impact

Self-XSS vulnerability in PWA Canarytokens allows JavaScript injection in the title field, potentially affecting users who click on malicious installation links.

Affected Products

  • Canarytokens versions prior to sha-7ff0e12
  • Self-hosted Canarytokens installations running Docker images before sha-7ff0e12
  • Canarytokens.org (patched)

Discovery Timeline

  • 2026-02-27 - CVE CVE-2026-28355 published to NVD
  • 2026-03-02 - Last updated in NVD database

Technical Details for CVE-2026-28355

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The root issue stems from improper input validation and output encoding in the PWA Canarytoken title field handling.

When a user creates a PWA Canarytoken, they can specify a title for the token. The application fails to properly sanitize or encode this input before rendering it on the installation page. This allows arbitrary JavaScript code to be embedded in the title field, which then executes when the installation page is viewed in a browser.

The attack requires user interaction—a victim must click on the malicious installation link for the JavaScript to execute. While no sensitive session information is disclosed to attackers, the execution of arbitrary JavaScript opens possibilities for phishing attacks, UI manipulation, or redirect-based attacks within the context of the vulnerable page.

Root Cause

The vulnerability originates from insufficient input validation and improper output encoding in the PWA Canarytoken title field. The application accepts user-controlled input in the title parameter and reflects it directly into the HTML of the installation page without adequate sanitization, allowing JavaScript payloads to be executed in the browser context of any user viewing the page.

Attack Vector

The attack leverages network-based access with no authentication required. An attacker would create a PWA Canarytoken with malicious JavaScript embedded in the title field, then share the installation link with potential victims through phishing emails, social media, or other communication channels.

The exploitation flow involves:

  1. Attacker creates a PWA Canarytoken with JavaScript payload in the title field
  2. Attacker obtains the installation link for the malicious token
  3. Attacker distributes the link to potential victims via social engineering
  4. Victim clicks the installation link and views the page
  5. JavaScript payload executes in the victim's browser context

See the GitHub Security Advisory for detailed technical information about this vulnerability.

Detection Methods for CVE-2026-28355

Indicators of Compromise

  • Presence of JavaScript code patterns in PWA Canarytoken title fields (e.g., <script> tags, event handlers like onerror, onload)
  • Installation page requests containing URL-encoded script elements in token parameters
  • User reports of unexpected browser behavior when accessing Canarytoken installation pages

Detection Strategies

  • Implement Content Security Policy (CSP) headers to detect and block inline script execution
  • Monitor web application firewall (WAF) logs for XSS patterns in request parameters
  • Review Canarytoken creation logs for suspicious title field content containing HTML or JavaScript syntax
  • Deploy browser-based XSS detection extensions for security team members accessing installation pages

Monitoring Recommendations

  • Enable logging for all Canarytoken creation events and inspect title fields for script injection patterns
  • Configure alerting for CSP violation reports if implemented
  • Monitor outbound network connections from installation pages for unexpected external resource requests
  • Review user-submitted Canarytoken configurations periodically for malicious content

How to Mitigate CVE-2026-28355

Immediate Actions Required

  • Update Canarytokens to version sha-7ff0e12 or later immediately
  • For self-hosted installations, pull the latest Docker image from the official repository
  • Canarytokens.org users are already protected as the platform has been patched
  • Educate users about the risks of clicking on Canarytoken installation links from untrusted sources

Patch Information

The vulnerability has been patched in Canarytokens.org and in Docker images starting from sha-7ff0e12. Users of self-hosted Canarytokens installations should update by pulling the latest Docker image. The patch implements proper input sanitization and output encoding for the PWA Canarytoken title field to prevent JavaScript injection.

For more details, refer to the GitHub Security Advisory.

Workarounds

  • Until patching is possible, restrict access to Canarytoken creation functionality to trusted users only
  • Implement network-level filtering to block installation page requests containing script patterns
  • Educate users to avoid clicking on Canarytoken installation links received from external or untrusted sources
  • Consider temporarily disabling PWA Canarytoken functionality in self-hosted installations until the update can be applied
bash
# Update self-hosted Canarytokens Docker image
docker pull thinkst/canarytokens:latest
# Or pull the specific patched version
docker pull thinkst/canarytokens:sha-7ff0e12
# Restart the container with the updated image
docker-compose down && docker-compose up -d

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechCanarytokens

  • SeverityLOW

  • CVSS Score1.3

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:U/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 Security Advisory
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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