A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-1136

CVE-2026-1136: BootDo ContentController XSS Vulnerability

CVE-2026-1136 is a cross-site scripting flaw in BootDo's ContentController that allows attackers to inject malicious scripts via content parameters. This article covers technical details, affected versions, and mitigation.

Updated: May 15, 2026

CVE-2026-1136 Overview

CVE-2026-1136 is a cross-site scripting (XSS) vulnerability in lcg0124 BootDo, a Java-based content management framework. The flaw resides in the Save function of the ContentController component, accessible via the /blog/bContent/save endpoint. Attackers can manipulate the content, author, or title parameters to inject malicious script payloads [CWE-79]. Remote exploitation is possible and a public exploit has been disclosed. BootDo follows a rolling release model, so no fixed version is published. The affected commit reference is e93dd428ef6f5c881aa74d49a2099ab0cf1e0fcb.

Critical Impact

Authenticated remote attackers can inject persistent JavaScript into blog content, enabling session theft, credential harvesting, and account takeover against administrators who view affected posts.

Affected Products

  • lcg0124 BootDo (rolling release up to commit e93dd428ef6f5c881aa74d49a2099ab0cf1e0fcb)
  • ContentController component
  • /blog/bContent/save endpoint

Discovery Timeline

  • 2026-01-19 - CVE-2026-1136 published to NVD
  • 2026-04-29 - Last updated in NVD database

Technical Details for CVE-2026-1136

Vulnerability Analysis

The vulnerability is a stored cross-site scripting flaw classified under [CWE-79]. The Save method within the ContentController accepts user-supplied input for the content, author, and title fields without performing adequate output encoding or input sanitization. When the affected blog post is later rendered, the injected payload executes in the browser of any user viewing the page.

Exploitation requires low-privileged authentication and a degree of user interaction, since the payload triggers when a victim loads the rendered content. The attack vector is network-reachable, allowing remote actors to deliver the injection through standard HTTP requests. Public exploit information is available through the references listed below, lowering the barrier to weaponization.

Root Cause

The root cause is missing neutralization of HTML and JavaScript metacharacters during input processing in the Save handler. The application stores raw user input and reflects it in rendered views without contextual escaping. Frameworks typically rely on templating engines to escape output, but the BootDo blog content path appears to bypass or disable this protection for the affected fields.

Attack Vector

An authenticated attacker submits a crafted POST request to /blog/bContent/save with a JavaScript payload embedded in the content, author, or title parameter. The payload is persisted in the backing data store. When an administrator or another user navigates to the affected blog entry, the browser executes the script within the application's origin. Possible outcomes include session cookie exfiltration, forced administrative actions through CSRF chaining, and phishing redirects.

No verified exploit code is published in vendor-controlled channels. Technical details are referenced in the GitHub Issue Discussion and the VulDB CVE Advisory.

Detection Methods for CVE-2026-1136

Indicators of Compromise

  • POST requests to /blog/bContent/save containing <script>, onerror=, onload=, or javascript: tokens in the content, author, or title parameters.
  • Stored blog records whose fields contain HTML tags, event handler attributes, or encoded script payloads.
  • Outbound HTTP requests from administrator browsers to attacker-controlled hosts shortly after viewing blog content.

Detection Strategies

  • Inspect web server and application logs for POST traffic to /blog/bContent/save with anomalous parameter lengths or non-printable characters.
  • Run database queries against the blog content table to flag rows containing HTML or JavaScript keywords in user-controllable fields.
  • Deploy a web application firewall rule that alerts on XSS signatures targeting the affected endpoint.

Monitoring Recommendations

  • Enable Content Security Policy (CSP) violation reporting to capture script execution attempts in administrator sessions.
  • Correlate authentication events with subsequent suspicious requests originating from the same session token.
  • Alert on creation or modification of blog content by accounts that do not typically author posts.

How to Mitigate CVE-2026-1136

Immediate Actions Required

  • Restrict access to the /blog/bContent/save endpoint to trusted authenticated users until a patched commit is deployed.
  • Audit existing blog entries for stored payloads and purge any records containing executable script content.
  • Rotate session tokens and administrator credentials if exploitation is suspected.

Patch Information

BootDo uses a rolling release model, so no versioned fix is published. Track the upstream repository and apply commits that introduce HTML escaping for the content, author, and title fields in ContentController.Save. Review the GitHub Issue Discussion for remediation status and the VulDB Submission Report for additional context.

Workarounds

  • Deploy a web application firewall rule to block payloads containing <script, javascript:, and common event handler attributes on the affected endpoint.
  • Enforce a strict Content Security Policy that disallows inline scripts and restricts script sources to trusted origins.
  • Apply server-side input validation and output encoding through a reverse proxy or application gateway in front of BootDo.
bash
# Example NGINX rule blocking common XSS payloads on the vulnerable endpoint
location = /blog/bContent/save {
    if ($request_method = POST) {
        if ($request_body ~* "(<script|javascript:|onerror=|onload=)") {
            return 403;
        }
    }
    proxy_pass http://bootdo_backend;
}

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechLcg0124

  • SeverityLOW

  • CVSS Score2.0

  • 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 Issue Discussion

  • VulDB CVE Advisory

  • VulDB #341726

  • VulDB Submission Report
  • Related CVEs
  • CVE-2026-1835: BootDo CSRF Vulnerability Identified

  • CVE-2026-1406: BootDo Open Redirect Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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