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

CVE-2026-35474: WeGIA Open Redirect Vulnerability

CVE-2026-35474 is an open redirect vulnerability in WeGIA, a web manager for charitable institutions. Attackers can exploit unvalidated redirect parameters to redirect users to malicious sites. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 10, 2026

CVE-2026-35474 Overview

CVE-2026-35474 is an open redirect vulnerability in WeGIA, a web-based management application designed for charitable institutions. Prior to version 3.6.9, the application fails to validate or sanitize the redirect parameter obtained from $_GET before using it in a header("Location: ...") call, allowing attackers to redirect users to arbitrary external URLs.

Critical Impact

Attackers can exploit this open redirect to conduct phishing attacks by tricking users into visiting malicious websites that appear to originate from a trusted WeGIA instance, potentially leading to credential theft or malware distribution.

Affected Products

  • WeGIA versions prior to 3.6.9

Discovery Timeline

  • 2026-04-06 - CVE CVE-2026-35474 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2026-35474

Vulnerability Analysis

This vulnerability is classified as CWE-601 (URL Redirection to Untrusted Site, also known as Open Redirect). The fundamental issue lies in the application's direct use of user-controlled input to determine where users should be redirected, without implementing any security controls to validate the destination URL.

In the vulnerable code path, the redirect parameter is extracted directly from the $_GET superglobal array and immediately passed to PHP's header() function with a "Location:" directive. This design pattern bypasses any opportunity to verify that the destination URL belongs to a trusted domain or follows a safe URL pattern.

Open redirect vulnerabilities are particularly valuable to attackers because they abuse the inherent trust users place in legitimate domains. When a user sees a link pointing to a known charitable institution's management portal, they are more likely to click it and trust the subsequent redirect, even if it leads to a malicious site designed to harvest credentials or deliver malware.

Root Cause

The root cause is the absence of URL validation and whitelist checking before redirecting users. The application directly consumes untrusted user input from the $_GET['redirect'] parameter and passes it verbatim to the header("Location: ...") function, creating a direct path from user input to an unsafe operation.

Attack Vector

The vulnerability is exploitable over the network and requires user interaction—specifically, a victim must click a crafted link. An attacker constructs a URL pointing to the vulnerable WeGIA endpoint with a malicious redirect parameter. When a user clicks this link, they are initially directed to the legitimate WeGIA instance, which then immediately redirects them to the attacker-controlled destination.

A typical attack URL might look like: https://legitimate-wegia-site.org/vulnerable-endpoint.php?redirect=https://malicious-site.com/phishing-page

The attacker can leverage this in phishing emails or embed the link in social media posts, exploiting the trust associated with the legitimate domain to increase click-through rates on their malicious payload.

Detection Methods for CVE-2026-35474

Indicators of Compromise

  • HTTP logs showing requests to WeGIA endpoints with redirect parameters containing external domain URLs
  • User reports of unexpected redirects after clicking links to your WeGIA installation
  • Referrer headers in web logs showing traffic originating from your WeGIA server to suspicious external domains

Detection Strategies

  • Implement web application firewall (WAF) rules to inspect and block requests with redirect parameters pointing to external domains
  • Configure intrusion detection systems to alert on URL patterns containing external redirects in the redirect parameter
  • Review access logs for unusual patterns of requests to endpoints known to handle redirects

Monitoring Recommendations

  • Monitor authentication events following redirects for signs of credential theft attempts
  • Set up alerts for spikes in traffic to redirect-handling endpoints
  • Review web server logs periodically for redirect parameters containing non-whitelisted domains

How to Mitigate CVE-2026-35474

Immediate Actions Required

  • Upgrade WeGIA to version 3.6.9 or later immediately
  • Review web server access logs for evidence of exploitation attempts
  • Notify users about potential phishing attacks leveraging your organization's WeGIA domain

Patch Information

The vulnerability is fixed in WeGIA version 3.6.9. Organizations should update their installations to this version or later. For detailed information about the fix and the security advisory, refer to the GitHub Security Advisory for GHSA-7935-g3wg-h55w.

Workarounds

  • Implement server-side URL validation to ensure redirect targets match a whitelist of trusted domains
  • Deploy a reverse proxy or WAF rule to strip or validate redirect parameters before they reach the application
  • Temporarily disable redirect functionality if not critical to operations until the patch can be applied

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechWegia

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-601
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35396: Wegia Open Redirect Vulnerability

  • CVE-2026-35398: WeGIA Open Redirect Vulnerability

  • CVE-2026-35472: WeGIA Open Redirect Vulnerability

  • CVE-2026-35473: WeGIA Open Redirect 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