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

CVE-2026-45025: WeGIA Stored XSS Vulnerability

CVE-2026-45025 is a stored XSS flaw in WeGIA that allows authenticated attackers to inject malicious scripts, leading to session hijacking. This post covers technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-45025 Overview

CVE-2026-45025 is a Stored Cross-Site Scripting (XSS) vulnerability in WeGIA, a web manager for charitable institutions. The flaw affects all versions prior to 3.7.3 and resides in the html/atendido/etapa_processo.php page ("Etapas de um Processo"). An authenticated user can inject malicious JavaScript that executes in the browser of any user who later visits the page. Successful exploitation enables session hijacking and account takeover. The issue is classified under CWE-79: Improper Neutralization of Input During Web Page Generation. The maintainers fixed the vulnerability in WeGIA release 3.7.3.

Critical Impact

Authenticated attackers can persist malicious JavaScript in the "Etapas de um Processo" workflow, hijacking sessions and taking over accounts when other users access the page.

Affected Products

  • WeGIA web manager for charitable institutions
  • All versions prior to 3.7.3
  • Fixed in WeGIA 3.7.3

Discovery Timeline

  • 2026-05-11 - CVE-2026-45025 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-45025

Vulnerability Analysis

The vulnerability is a stored XSS issue in the etapa_processo.php endpoint, which renders the "Etapas de um Processo" (process steps) view inside the html/atendido/ directory. Input supplied by an authenticated user is persisted and later rendered back to the page without proper output encoding or input sanitization. Because the payload is stored server-side, every subsequent user who navigates to the page triggers script execution under their own session context.

The attack requires authenticated access, which restricts the pool of potential attackers to users with valid accounts. However, the cross-context impact is significant: a low-privileged attendant could plant a payload that fires in the browser of an administrator who reviews the process. Confidentiality impact is high because session tokens, cookies, and CSRF tokens accessible to JavaScript can be exfiltrated to attacker-controlled infrastructure.

Root Cause

The root cause is missing output encoding when the application echoes user-controlled values from the process-step records back into the HTML document. WeGIA versions prior to 3.7.3 did not apply HTML entity encoding (for example, htmlspecialchars with ENT_QUOTES) on these fields before insertion into the DOM.

Attack Vector

Exploitation requires network access to the WeGIA application and a valid authenticated session with privileges to edit or create process steps. The attacker submits a payload containing JavaScript through the form fields that feed etapa_processo.php. When a victim, often a higher-privileged staff member, opens the affected page, the stored script runs in their browser. No further user interaction is required beyond visiting the page.

No public proof-of-concept code is available for this issue. See the GitHub Security Advisory GHSA-g78v-g28w-rg73 for vendor technical details.

Detection Methods for CVE-2026-45025

Indicators of Compromise

  • Process-step records in WeGIA containing HTML or JavaScript syntax such as <script>, onerror=, onload=, or javascript: URIs.
  • Outbound browser requests from authenticated WeGIA users to unknown external domains immediately after loading etapa_processo.php.
  • Unexpected session reuse or logins from new IP addresses for accounts that recently viewed the "Etapas de um Processo" page.

Detection Strategies

  • Review database fields backing the html/atendido/etapa_processo.php view for stored payloads containing script tags or event handler attributes.
  • Inspect web server access logs for POST requests writing process-step data, correlating user IDs with later viewers of the page.
  • Enable Content Security Policy (CSP) reporting to capture script-source violations triggered by injected payloads.

Monitoring Recommendations

  • Monitor authenticated WeGIA accounts for anomalous privilege changes or password resets following access to affected pages.
  • Alert on JavaScript-driven exfiltration patterns such as document.cookie references in outbound HTTP request bodies.
  • Track WeGIA application version inventory to confirm all instances run 3.7.3 or later.

How to Mitigate CVE-2026-45025

Immediate Actions Required

  • Upgrade all WeGIA deployments to version 3.7.3 or later without delay.
  • Audit existing process-step records for stored payloads and remove any HTML or script content before resuming normal operations.
  • Invalidate active sessions and force password resets for users who accessed etapa_processo.php while a payload may have been live.

Patch Information

The vulnerability is fixed in WeGIA 3.7.3. Refer to the GitHub Security Advisory GHSA-g78v-g28w-rg73 for the upstream fix and release notes.

Workarounds

  • Restrict access to the "Etapas de um Processo" functionality to a minimal set of trusted users until the upgrade is applied.
  • Deploy a strict Content Security Policy that disallows inline scripts and limits script sources to the application origin.
  • Place WeGIA behind a web application firewall with rules that block common XSS payload patterns in POST bodies targeting etapa_processo.php.
bash
# Example CSP header to mitigate stored XSS impact
Content-Security-Policy: default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'self'; 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

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-42870: WeGIA Stored XSS Vulnerability

  • CVE-2026-42872: WeGIA XSS Vulnerability

  • CVE-2026-45026: WeGIA Stored XSS Vulnerability

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