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
    • 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-33133

CVE-2026-33133: Wegia Web Manager SQLi Vulnerability

CVE-2026-33133 is a SQL injection flaw in Wegia web manager that allows attackers to execute arbitrary SQL statements via malicious backup files. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-33133 Overview

CVE-2026-33133 is a SQL Injection vulnerability affecting WeGIA, a web manager for charitable institutions. The vulnerability exists in the loadBackupDB() function, which imports SQL files from uploaded backup archives without performing any content validation. This allows an attacker with privileged access to craft a malicious backup archive containing arbitrary SQL statements that can create rogue administrator accounts, modify existing passwords, or execute any database operation.

Critical Impact

Attackers can execute arbitrary SQL statements through malicious backup archives, enabling complete database compromise including creation of unauthorized administrator accounts and modification of user credentials.

Affected Products

  • WeGIA version 3.6.5
  • WeGIA version 3.6.6

Discovery Timeline

  • March 20, 2026 - CVE-2026-33133 published to NVD
  • March 20, 2026 - Last updated in NVD database

Technical Details for CVE-2026-33133

Vulnerability Analysis

This SQL Injection vulnerability (CWE-89) stems from insufficient input validation in the backup restoration functionality. The loadBackupDB() function processes SQL files extracted from user-uploaded backup archives and executes the contained SQL statements directly against the database without sanitization or validation. The vulnerability was introduced in commit 370104c and requires network access with high privileges to exploit. However, once exploited, an attacker gains complete control over database confidentiality, integrity, and availability.

Root Cause

The root cause of this vulnerability is the absence of content validation when processing SQL files from uploaded backup archives. The loadBackupDB() function trusts the contents of the backup archive implicitly and executes any SQL statements contained within the imported files. This violates the fundamental security principle of never trusting user-supplied input, especially when that input is executed directly against critical system components like the database.

Attack Vector

The attack vector is network-based and requires high privileges to execute. An attacker with administrative access to the WeGIA application can exploit this vulnerability by:

  1. Creating a crafted backup archive containing malicious SQL statements
  2. Uploading the malicious backup through the application's backup restoration interface
  3. Triggering the loadBackupDB() function to process the malicious archive
  4. The arbitrary SQL statements execute against the database, allowing the attacker to create unauthorized administrator accounts, modify existing user passwords, exfiltrate sensitive data, or perform any other database operation

The vulnerability allows complete database compromise, as the executed SQL statements run with the full privileges of the application's database connection.

Detection Methods for CVE-2026-33133

Indicators of Compromise

  • Unexpected administrator accounts appearing in the database that were not created through normal workflows
  • Password hash modifications for existing users without corresponding legitimate password change requests
  • Database audit logs showing unusual SQL statements executed during backup restoration operations
  • Backup restoration activities performed by users who typically do not perform such operations

Detection Strategies

  • Monitor and alert on all backup restoration activities, particularly those involving SQL file imports
  • Implement database activity monitoring to detect anomalous SQL statements executed during backup operations
  • Review application logs for loadBackupDB() function invocations and correlate with user activity patterns
  • Enable database auditing to capture all DDL and DML statements for forensic analysis

Monitoring Recommendations

  • Configure alerts for new administrator account creation events in the database
  • Implement file integrity monitoring on backup archives before restoration
  • Monitor for changes to user credentials outside of normal password change workflows
  • Establish baseline patterns for backup restoration activities and alert on deviations

How to Mitigate CVE-2026-33133

Immediate Actions Required

  • Upgrade WeGIA to version 3.6.7 or later immediately
  • Audit existing administrator accounts to identify any unauthorized entries
  • Review database audit logs for evidence of exploitation
  • Reset passwords for all administrative accounts as a precautionary measure
  • Temporarily disable backup restoration functionality if patching cannot be performed immediately

Patch Information

The vulnerability was patched in WeGIA version 3.6.7. The fix was implemented through Pull Request #1459. Organizations should update to the patched version as soon as possible. Additional details are available in the GitHub Security Advisory GHSA-qqff-p8fc-hg5f and the WeGIA v3.6.7 release notes.

Workarounds

  • Restrict access to the backup restoration functionality to only trusted administrators with a verified business need
  • Implement network-level access controls to limit who can access the backup restoration interface
  • Manually validate backup archive contents before restoration by inspecting SQL files for unexpected statements
  • Deploy a Web Application Firewall (WAF) with rules to inspect backup upload payloads for malicious SQL patterns

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWegia

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/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
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • GitHub WeGIA Release v3.6.7
  • Vendor Resources
  • GitHub Pull Request #1459

  • GitHub Security Advisory GHSA-qqff-p8fc-hg5f
  • Related CVEs
  • CVE-2026-33991: Wegia SQL Injection Vulnerability

  • CVE-2026-33134: Wegia Wegia SQL Injection Vulnerability

  • CVE-2026-31895: WeGIA SQL Injection Vulnerability

  • CVE-2026-31896: WeGIA SQL Injection Vulnerability
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