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

CVE-2026-6365: Drupal Core XSS Vulnerability

CVE-2026-6365 is a cross-site scripting flaw in Drupal core that allows attackers to inject malicious scripts into web pages. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 21, 2026

CVE-2026-6365 Overview

CVE-2026-6365 is a Cross-Site Scripting (XSS) vulnerability in Drupal core. The flaw stems from improper neutralization of input during web page generation [CWE-79]. An attacker can inject malicious script content that executes in the context of a victim's browser when the user interacts with a crafted link or page.

The vulnerability affects multiple supported Drupal core branches, including versions in the 8.x, 10.x, and 11.x lines. Drupal has issued a security advisory and patched releases under reference SA-CORE-2026-001.

Critical Impact

Successful exploitation allows attackers to execute arbitrary JavaScript in a victim's browser, enabling session theft, content manipulation, and pivoting toward administrative account takeover.

Affected Products

  • Drupal core 8.0.0 through versions before 10.5.9
  • Drupal core 10.6.0 through versions before 10.6.7
  • Drupal core 11.0.0 through versions before 11.2.11, and 11.3.0 through versions before 11.3.7

Discovery Timeline

  • 2026-05-19 - CVE-2026-6365 published to NVD
  • 2026-05-20 - Last updated in NVD database

Technical Details for CVE-2026-6365

Vulnerability Analysis

The vulnerability is a stored or reflected Cross-Site Scripting flaw in Drupal core. Drupal fails to properly neutralize user-supplied input before rendering it as part of a web page. When the unsanitized content is included in HTML output, the browser interprets attacker-controlled markup as executable script.

Exploitation requires user interaction, such as clicking a crafted link or visiting a page containing injected payload. The attack is network-reachable and requires no prior privileges on the target site. Because the scope changes during exploitation, script execution can affect resources beyond the vulnerable component, including authenticated administrative sessions.

Drupal core powers a wide range of public-facing sites, which increases the operational risk of leaving sites unpatched. Attackers commonly chain XSS in content management systems with social engineering to harvest session cookies or perform actions on behalf of editors and administrators.

Root Cause

The root cause is insufficient output encoding or sanitization in a code path that renders user-controlled data to HTML. Specific component details are tracked under the Drupal security advisory SA-CORE-2026-001. The CWE classification is [CWE-79], Improper Neutralization of Input During Web Page Generation.

Attack Vector

The attack vector is the network. An unauthenticated attacker can craft input or a URL that, when processed by a vulnerable Drupal site and rendered to a victim, triggers JavaScript execution in the victim's browser. The attacker does not need an account on the target site, but a victim must view or interact with the malicious content.

No verified public proof-of-concept code is currently available. See the Drupal Security Advisory for technical details and patch information.

Detection Methods for CVE-2026-6365

Indicators of Compromise

  • Web access logs containing requests with HTML or JavaScript fragments such as <script>, onerror=, onload=, or encoded variants in query strings, form fields, or path segments.
  • Unexpected outbound requests from authenticated administrator sessions to attacker-controlled domains shortly after viewing user-submitted content.
  • New or modified Drupal user accounts with elevated roles created from sessions tied to administrative IP addresses without a corresponding manual change.

Detection Strategies

  • Inspect Drupal content and field submissions for HTML event handler attributes and inline script tags in stored data.
  • Deploy a Content Security Policy (CSP) in report-only mode to surface inline script execution attempts before enforcing it in production.
  • Correlate web server logs with browser error telemetry to identify reflected payloads that triggered client-side execution.

Monitoring Recommendations

  • Monitor Drupal watchdog and reverse proxy logs for anomalous parameter values containing markup or encoded script content.
  • Alert on administrative actions performed immediately after a user views third-party submitted content, such as role assignments or module installs.
  • Track the deployed Drupal core version across all sites and flag any host running versions earlier than 10.5.9, 10.6.7, 11.2.11, or 11.3.7.

How to Mitigate CVE-2026-6365

Immediate Actions Required

  • Upgrade Drupal core to 10.5.9, 10.6.7, 11.2.11, or 11.3.7 or later, depending on the branch in use.
  • Audit recent content submissions, comments, and user profile fields for injected HTML or JavaScript and remove malicious entries.
  • Force password resets and invalidate sessions for administrative accounts that may have viewed untrusted content prior to patching.

Patch Information

Drupal has released fixed versions of core addressing CVE-2026-6365. Apply the updates referenced in the Drupal Security Advisory SA-CORE-2026-001. Sites running end-of-life Drupal branches should migrate to a supported release before applying the patch.

Workarounds

  • Restrict permissions for untrusted users so they cannot submit content fields that accept HTML formats until the patch is applied.
  • Enforce a strict Content Security Policy that blocks inline scripts and disallows untrusted script sources to reduce the impact of a successful injection.
  • Place the site behind a web application firewall with rules that block common XSS payload patterns in request parameters.
bash
# Example: upgrade Drupal core using Composer
composer update drupal/core-recommended --with-dependencies
drush updatedb
drush cache:rebuild

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechDrupal

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • Drupal Security Advisory
  • Related CVEs
  • CVE-2026-6367: Drupal Core XSS Vulnerability

  • CVE-2026-8493: Drupal Colorbox Inline XSS Vulnerability

  • CVE-2026-6871: Drupal Obfuscate XSS Vulnerability

  • CVE-2026-6095: Drupal Orejime XSS 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