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-2026-26291

CVE-2026-26291: GROWI Stored XSS Vulnerability

CVE-2026-26291 is a stored cross-site scripting flaw in GROWI v7.4.6 and earlier that allows attackers to execute arbitrary scripts in users' browsers. This article covers the technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-26291 Overview

A stored cross-site scripting (XSS) vulnerability has been identified in GROWI, a popular open-source wiki platform used for documentation and knowledge management. This vulnerability affects GROWI versions 7.4.6 and earlier, allowing attackers to inject malicious scripts that persist in the application and execute in victims' browsers when they access compromised content.

Critical Impact

Successful exploitation allows attackers to execute arbitrary JavaScript in authenticated users' browsers, potentially leading to session hijacking, credential theft, defacement of wiki content, or further attacks against other users of the GROWI platform.

Affected Products

  • GROWI v7.4.6 and earlier versions
  • All GROWI v7.x installations prior to security patch

Discovery Timeline

  • 2026-04-15 - CVE-2026-26291 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2026-26291

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) in GROWI allows authenticated users to inject malicious script content that gets permanently stored in the application's database. Unlike reflected XSS attacks that require victims to click specially crafted links, stored XSS payloads persist within the application and automatically execute whenever other users view the infected content.

The vulnerability requires low privileges to exploit, meaning any authenticated user with content creation or editing capabilities can potentially inject malicious scripts. The attack operates over the network and requires user interaction—specifically, a victim must navigate to a page containing the stored malicious payload. When successfully exploited, the vulnerability impacts the confidentiality and integrity of data within the user's browser session on the GROWI platform.

Root Cause

The root cause of CVE-2026-26291 lies in insufficient input sanitization and output encoding within GROWI's content handling mechanisms. When user-supplied input is stored without proper validation and later rendered in web pages without adequate encoding, browsers interpret embedded script tags or JavaScript event handlers as executable code rather than harmless text. This class of vulnerability typically occurs when:

  • User input containing HTML/JavaScript is accepted without filtering dangerous characters or patterns
  • Stored content is rendered directly into HTML responses without proper contextual output encoding
  • Content Security Policy (CSP) headers are missing or improperly configured

Attack Vector

The attack vector for this stored XSS vulnerability involves an authenticated attacker creating or modifying content within GROWI to include malicious JavaScript. Wiki platforms like GROWI often support rich formatting, which can provide multiple injection points including page content, comments, page titles, or user profile fields.

Once the malicious content is stored, any user who subsequently views the affected page will have the injected script execute in their browser context. This can be leveraged to steal session cookies, capture keystrokes, redirect users to phishing pages, modify displayed content, or perform actions on behalf of the victim user.

The vulnerability mechanism involves injecting script payloads into GROWI content fields. For detailed technical information regarding the specific injection points and affected components, refer to the JVN Security Advisory JVN62079296 and the GROWI Security Update.

Detection Methods for CVE-2026-26291

Indicators of Compromise

  • Presence of unexpected <script> tags, JavaScript event handlers (e.g., onerror, onload, onclick), or javascript: URI schemes in stored wiki content
  • Unusual outbound network connections from client browsers to unknown external domains when viewing GROWI pages
  • Reports from users experiencing unexpected browser behavior, redirects, or pop-ups while using GROWI
  • Audit logs showing content modifications with suspicious HTML or JavaScript patterns

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block common XSS payloads in requests to GROWI
  • Deploy browser-based security monitoring to identify anomalous script execution on GROWI pages
  • Perform regular automated scanning of stored content for known XSS patterns and suspicious code fragments
  • Review application access logs for patterns indicating reconnaissance or exploitation attempts

Monitoring Recommendations

  • Enable detailed audit logging for all content creation and modification activities in GROWI
  • Configure alerting for Content Security Policy (CSP) violation reports if CSP is deployed
  • Monitor for unusual patterns in user session activity that may indicate session hijacking
  • Implement periodic security scans against GROWI deployments to identify new vulnerabilities

How to Mitigate CVE-2026-26291

Immediate Actions Required

  • Upgrade GROWI to the latest patched version as specified in the vendor security advisory
  • Review existing wiki content for signs of malicious script injection and sanitize affected pages
  • Implement Content Security Policy (CSP) headers to restrict script execution sources
  • Limit user permissions where possible to reduce the attack surface for content injection

Patch Information

GROWI has released security updates to address this vulnerability. Organizations should consult the GROWI Security Update for specific patch information and upgrade instructions. The JVN Security Advisory JVN62079296 provides additional details about the vulnerability and remediation guidance.

Workarounds

  • Deploy a Web Application Firewall (WAF) configured with XSS detection rules to filter malicious input
  • Implement strict Content Security Policy headers to prevent inline script execution: Content-Security-Policy: default-src 'self'; script-src 'self'
  • Restrict content creation and editing permissions to trusted users only
  • Consider placing GROWI behind network access controls to limit exposure while awaiting patching
bash
# Example: Add Content Security Policy header in nginx configuration
# Add to your GROWI nginx server block
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors 'self';" always;
add_header X-Content-Type-Options "nosniff" always;
add_header X-XSS-Protection "1; mode=block" always;

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechGrowi

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/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
  • GROWI Security Update

  • JVN Security Advisory JVN62079296
  • Related CVEs
  • CVE-2026-41040: GROWI ReDoS Denial of Service Vulnerability

  • CVE-2026-25083: GROWI 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