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

CVE-2026-23725: WeGIA XSS Vulnerability

CVE-2026-23725 is a stored XSS vulnerability in WeGIA, a web manager for charitable institutions. Attackers can inject malicious scripts that execute when users view the Adopters Information table. Fixed in version 3.6.2.

Published: January 23, 2026

CVE-2026-23725 Overview

CVE-2026-23725 is a Stored Cross-Site Scripting (XSS) vulnerability identified in WeGIA, a web manager application designed for charitable institutions. The vulnerability exists in the pet adopter management functionality, specifically in the html/pet/adotantes/cadastro_adotante.php and html/pet/adotantes/informacao_adotantes.php endpoints. Due to insufficient input sanitization, the application fails to properly sanitize user-controlled input before rendering it in the Adopters Information table, allowing attackers to inject persistent malicious JavaScript code that executes automatically when any user views the affected page.

Critical Impact

Persistent JavaScript injection allows attackers to execute malicious scripts in the context of any user who views the compromised Adopters Information page, potentially leading to session hijacking, data theft, or unauthorized actions on behalf of authenticated users.

Affected Products

  • WeGIA Web Manager versions prior to 3.6.2
  • WeGIA Pet Module - Adopter Management Components
  • WeGIA installations with pet adoption functionality enabled

Discovery Timeline

  • 2026-01-16 - CVE CVE-2026-23725 published to NVD
  • 2026-01-16 - Last updated in NVD database

Technical Details for CVE-2026-23725

Vulnerability Analysis

This Stored XSS vulnerability (CWE-79) stems from the application's failure to sanitize user-supplied input before storing and rendering it in the database-backed Adopters Information table. When an attacker submits malicious JavaScript code through the adopter registration form at cadastro_adotante.php, the payload is stored in the database without proper encoding or validation. Subsequently, when any user navigates to the informacao_adotantes.php page, the stored payload is retrieved from the database and rendered directly into the HTML response, causing the malicious script to execute in the victim's browser context.

The network-accessible attack vector requires no authentication to exploit, making it particularly dangerous for publicly accessible WeGIA installations. The persistent nature of stored XSS means the payload continues to execute for every user who visits the affected page until the malicious data is removed from the database.

Root Cause

The root cause is improper input validation and output encoding in the WeGIA pet adoption module. The application directly inserts user-controlled data from the adopter registration form into database records without sanitization, and subsequently renders this data in HTML templates without proper escaping. This allows HTML and JavaScript content to be interpreted as executable code rather than treated as plain text data.

Attack Vector

The attack leverages the network-accessible adopter registration functionality. An attacker can submit a specially crafted adopter registration containing JavaScript payloads in vulnerable form fields. The malicious input is stored in the application's database and executed whenever the Adopters Information table is rendered. This requires no special privileges—any user with access to the registration form can inject payloads that will affect all users viewing the adopter information page, including administrators.

The attack flow involves:

  1. Attacker accesses the adopter registration page (cadastro_adotante.php)
  2. Malicious JavaScript is submitted through vulnerable form fields
  3. The payload is stored in the database without sanitization
  4. When any user views the adopter information page (informacao_adotantes.php), the stored payload executes in their browser

Detection Methods for CVE-2026-23725

Indicators of Compromise

  • Unexpected JavaScript code or HTML tags present in database records for the adopters table
  • Browser console errors or unusual script execution warnings when accessing the pet adopter pages
  • Reports of suspicious browser behavior, pop-ups, or redirects when viewing adopter information
  • Network traffic showing unexpected outbound connections initiated from the adopter information pages

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect XSS payloads in form submissions targeting the cadastro_adotante.php endpoint
  • Monitor database content for suspicious entries containing script tags, event handlers, or JavaScript protocol handlers
  • Deploy Content Security Policy (CSP) headers to detect and report inline script execution attempts
  • Review web server access logs for unusual patterns in POST requests to the adopter registration endpoints

Monitoring Recommendations

  • Enable browser CSP violation reporting to capture XSS execution attempts
  • Implement database audit logging to track modifications to the adopters table
  • Configure application-level logging to record all form submissions to vulnerable endpoints
  • Set up alerts for anomalous user activity patterns following visits to the pet adopter pages

How to Mitigate CVE-2026-23725

Immediate Actions Required

  • Upgrade WeGIA to version 3.6.2 or later immediately to apply the security fix
  • Audit existing database records in the adopters table for any suspicious or malicious content
  • Review application logs and database entries for evidence of prior exploitation attempts
  • Consider temporarily disabling access to the pet adopter functionality until the patch is applied

Patch Information

The vulnerability has been addressed in WeGIA version 3.6.2. The fix implements proper input sanitization and output encoding to prevent the execution of injected JavaScript code. Organizations should upgrade to this version or later to remediate the vulnerability.

For detailed patch information, refer to the GitHub Pull Request #1333 and the WeGIA 3.6.2 Release. Additional details are available in the GitHub Security Advisory GHSA-c85q-4fwg-99gw.

Workarounds

  • Implement a Web Application Firewall (WAF) with XSS protection rules to filter malicious input before it reaches the application
  • Restrict access to the pet adopter registration functionality to authenticated and trusted users only
  • Add Content Security Policy (CSP) headers to prevent inline script execution: Content-Security-Policy: script-src 'self'
  • Manually sanitize existing database entries by removing or encoding any HTML/JavaScript content in the adopters table
bash
# Example CSP header configuration for Apache
Header set Content-Security-Policy "script-src 'self'; object-src 'none'"

# Example CSP header configuration for Nginx
add_header Content-Security-Policy "script-src 'self'; object-src 'none'";

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 Score5.3

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/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
  • GitHub Pull Request

  • GitHub Release 3.6.2

  • GitHub Security Advisory GHSA-c85q-4fwg-99gw
  • Related CVEs
  • CVE-2026-35399: Wegia Wegia Stored XSS Vulnerability

  • CVE-2026-33135: Wegia Web Manager XSS Vulnerability

  • CVE-2026-33136: Wegia Wegia Reflected XSS Vulnerability

  • CVE-2026-23731: WeGIA Clickjacking 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