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

CVE-2026-35399: Wegia Wegia Stored XSS Vulnerability

CVE-2026-35399 is a stored XSS vulnerability in Wegia Wegia that enables attackers to inject malicious scripts via backup filenames. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 10, 2026

CVE-2026-35399 Overview

CVE-2026-35399 is a stored Cross-Site Scripting (XSS) vulnerability affecting WeGIA, a web-based management system designed for charitable institutions. Prior to version 3.6.9, the application fails to properly sanitize user-supplied input in backup filenames, allowing attackers to inject malicious JavaScript code that persists in the application and executes when other users interact with the affected functionality.

This stored XSS vulnerability enables attackers to execute arbitrary scripts in the context of a victim's browser session, potentially leading to session hijacking, credential theft, or unauthorized actions performed on behalf of authenticated users.

Critical Impact

Attackers can inject persistent malicious scripts through backup filenames, enabling session hijacking and unauthorized actions in the context of authenticated users managing charitable institution data.

Affected Products

  • WeGIA versions prior to 3.6.9
  • WeGIA web management platform for charitable institutions
  • All deployments running vulnerable WeGIA versions with backup functionality enabled

Discovery Timeline

  • April 6, 2026 - CVE-2026-35399 published to NVD
  • April 9, 2026 - Last updated in NVD database

Technical Details for CVE-2026-35399

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) exists in WeGIA's backup management functionality, specifically in how the application handles and displays backup filenames. When a user creates or uploads a backup file, the filename is stored in the application's database without proper sanitization. Subsequently, when this filename is rendered in the user interface, the malicious script payload executes in the context of any user viewing the backup list or interacting with the affected backup file.

The attack requires no special privileges to execute initially—an attacker needs only the ability to create or manipulate backup files with crafted filenames. However, user interaction is required for the payload to trigger, as victims must navigate to portions of the application where the malicious filename is displayed and rendered by their browser.

The impact is significant in the context of charitable institution management, where the application likely handles sensitive donor information, financial records, and organizational data. A successful exploitation could allow attackers to steal session tokens, modify displayed content, redirect users to phishing pages, or perform administrative actions on behalf of compromised users.

Root Cause

The root cause of CVE-2026-35399 is improper input validation and output encoding in WeGIA's backup filename handling. The application accepts user-controlled input for backup filenames without sanitizing special characters that have semantic meaning in HTML/JavaScript contexts. When these filenames are later displayed in the web interface, they are rendered without proper output encoding, allowing embedded script tags or event handlers to execute as active code rather than being displayed as plain text.

Attack Vector

This vulnerability is exploitable over the network with low attack complexity. An attacker can craft a malicious backup filename containing JavaScript code, such as embedded <script> tags or event handler attributes. When this filename is stored and later displayed to other users—particularly administrators—the malicious code executes within their browser session.

The attack flow typically involves:

  1. Attacker creates or modifies a backup file with a malicious filename containing XSS payload
  2. The filename is stored in the WeGIA application database without sanitization
  3. When an administrator or user navigates to the backup management interface, the filename is rendered
  4. The victim's browser interprets the malicious content as executable code
  5. The attacker's script runs with the victim's session privileges, potentially exfiltrating session cookies or performing unauthorized actions

For detailed technical information about the vulnerability mechanism and exploitation scenarios, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-35399

Indicators of Compromise

  • Backup filenames containing HTML tags, JavaScript code, or event handlers such as <script>, onerror=, or onload=
  • Unusual characters or encoded sequences in backup file names that may indicate XSS payloads
  • Unexpected network requests originating from the WeGIA application to external domains
  • Reports of unexpected behavior or redirects when users access backup management features

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block common XSS patterns in HTTP requests to backup-related endpoints
  • Monitor application logs for backup operations involving filenames with suspicious characters or script content
  • Deploy browser-based Content Security Policy (CSP) reporting to detect inline script execution attempts
  • Review stored backup metadata in the database for entries containing potential XSS payloads

Monitoring Recommendations

  • Enable verbose logging for all backup creation and management operations within WeGIA
  • Configure alerts for any backup filenames containing angle brackets, script keywords, or JavaScript event handlers
  • Monitor for anomalous session activity following user access to backup management features
  • Implement file integrity monitoring on backup storage locations to detect unauthorized modifications

How to Mitigate CVE-2026-35399

Immediate Actions Required

  • Upgrade WeGIA to version 3.6.9 or later immediately to address this vulnerability
  • Review existing backup files for potentially malicious filenames and sanitize or remove suspicious entries
  • Implement Content Security Policy (CSP) headers to mitigate the impact of any XSS exploitation
  • Restrict access to backup management functionality to only essential administrative personnel

Patch Information

The vulnerability has been remediated in WeGIA version 3.6.9. Organizations should upgrade to this version or later to fully address the stored XSS vulnerability. The fix implements proper input validation and output encoding for backup filenames to prevent script injection.

For official patch details and release notes, consult the GitHub Security Advisory GHSA-fmwv-62wf-2hgx.

Workarounds

  • If immediate patching is not possible, restrict access to backup functionality through application-level access controls or network segmentation
  • Implement a Web Application Firewall (WAF) with XSS filtering rules to block malicious payloads in requests
  • Manually sanitize existing backup filenames in the database by removing or encoding HTML/JavaScript characters
  • Deploy Content Security Policy headers with strict script-src directives to prevent inline script execution
bash
# Example CSP header configuration for Apache
# Add to .htaccess or httpd.conf to mitigate XSS impact
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; frame-ancestors 'self';"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWegia

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:N/SC:N/SI:N/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
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-40283: WeGIA Stored XSS Vulnerability

  • CVE-2026-40286: WeGIA Stored XSS Vulnerability

  • CVE-2026-40284: WeGIA Stored XSS Vulnerability

  • CVE-2026-40282: WeGIA Stored XSS 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