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

CVE-2026-39400: Cronicle Task Scheduler XSS Vulnerability

CVE-2026-39400 is a stored cross-site scripting flaw in Cronicle that allows non-admin users to inject malicious JavaScript via job output fields. This post covers the technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2026-39400 Overview

CVE-2026-39400 is a Stored Cross-Site Scripting (XSS) vulnerability in Cronicle, a multi-server task scheduler and runner with a web-based front-end UI. Prior to version 0.9.111, non-admin users with create_events and run_events privileges can inject arbitrary JavaScript through job output fields including html.content, html.title, table.header, table.rows, and table.caption. The server stores this malicious data without proper sanitization, and the client renders it via innerHTML on the Job Details page, enabling persistent XSS attacks.

Critical Impact

Attackers with limited privileges can execute arbitrary JavaScript in the browsers of other users viewing job details, potentially leading to session hijacking, credential theft, or further privilege escalation within the Cronicle application.

Affected Products

  • Cronicle versions prior to 0.9.111

Discovery Timeline

  • 2026-04-07 - CVE CVE-2026-39400 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2026-39400

Vulnerability Analysis

This vulnerability exists in Cronicle's job output rendering mechanism. When a job completes execution, its output data is stored on the server and later displayed on the Job Details page in the web UI. The application fails to sanitize user-controlled content in several output fields before storing them, and subsequently renders this data using the browser's innerHTML property without encoding.

The affected fields include structured output elements such as html.content, html.title, table.header, table.rows, and table.caption. Since these fields accept arbitrary content from job execution results, a user with create_events and run_events privileges can craft a malicious job that injects JavaScript payloads into these fields. When another user (including administrators) views the job details page, the malicious script executes in their browser context.

Root Cause

The root cause is CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The vulnerability stems from two critical security failures:

  1. Missing Server-Side Sanitization: The server accepts and stores arbitrary content in job output fields without filtering or encoding potentially dangerous HTML and JavaScript.

  2. Unsafe Client-Side Rendering: The web UI uses innerHTML to render job output content directly into the DOM, executing any embedded scripts or event handlers.

Attack Vector

The attack is network-accessible and requires low privileges (a valid user account with create_events and run_events permissions). An attacker would:

  1. Create a scheduled job or event within Cronicle
  2. Configure the job to output malicious JavaScript within supported output fields (e.g., embedding <script> tags or event handlers in html.content)
  3. Execute the job to store the malicious payload on the server
  4. Wait for victim users to view the job details page, triggering script execution

The vulnerability mechanism leverages innerHTML rendering without sanitization. When a victim navigates to the Job Details page containing the malicious job output, the browser parses the stored HTML content and executes any embedded JavaScript. This could be used to steal session cookies, perform actions on behalf of the victim, or exfiltrate sensitive data from the application.

For detailed technical information, see the GitHub Security Advisory.

Detection Methods for CVE-2026-39400

Indicators of Compromise

  • Presence of JavaScript code or HTML event handlers (e.g., <script>, onerror, onclick) in job output fields within the Cronicle database
  • Unusual network requests originating from the Cronicle web interface to external domains
  • Reports from users of unexpected behavior or pop-ups when viewing job details
  • Audit logs showing creation of jobs with suspicious output content by low-privileged users

Detection Strategies

  • Implement Content Security Policy (CSP) headers to detect and block inline script execution attempts
  • Monitor Cronicle job output fields for common XSS patterns including <script>, javascript:, and HTML event attributes
  • Enable browser console monitoring for JavaScript errors that may indicate blocked XSS attempts
  • Review job creation and execution logs for accounts with create_events and run_events privileges creating unusual output patterns

Monitoring Recommendations

  • Deploy web application firewalls (WAF) to inspect traffic to and from the Cronicle interface for XSS payloads
  • Configure browser-based security monitoring to alert on CSP violations from the Cronicle application
  • Regularly audit user permissions to ensure create_events and run_events privileges are appropriately restricted
  • Monitor for anomalous session activity following job detail page views

How to Mitigate CVE-2026-39400

Immediate Actions Required

  • Upgrade Cronicle to version 0.9.111 or later immediately
  • Review existing job outputs in the database for potential XSS payloads
  • Audit user accounts with create_events and run_events privileges and revoke unnecessary permissions
  • Implement Content Security Policy headers as a defense-in-depth measure

Patch Information

This vulnerability is fixed in Cronicle version 0.9.111. The patch addresses the issue by implementing proper sanitization of job output fields before storage and safe rendering practices on the client side. Users should upgrade to this version or later to remediate the vulnerability.

For patch details and upgrade instructions, refer to the GitHub Security Advisory.

Workarounds

  • Restrict create_events and run_events privileges to only trusted administrator accounts until the patch is applied
  • Implement a reverse proxy with output filtering to strip potentially malicious content from job detail responses
  • Deploy strict Content Security Policy headers to mitigate XSS impact by preventing inline script execution
  • Consider temporarily disabling the Job Details feature if feasible in your environment
bash
# Example: Adding CSP headers via nginx reverse proxy
# Add to your Cronicle server block configuration
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline';" always;

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechCronicle

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-39401: Cronicle 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