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

CVE-2026-4594: Erupt Framework SQL Injection Vulnerability

CVE-2026-4594 is a SQL injection flaw in Erupt Framework up to version 1.13.3 affecting the geneEruptHqlOrderBy function. Attackers can exploit this remotely via Hibernate queries. This article covers technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-4594 Overview

A SQL injection vulnerability has been identified in the erupts erupt framework affecting versions up to 1.13.3. The vulnerability exists in the geneEruptHqlOrderBy function within the file erupt-data/erupt-jpa/src/main/java/xyz/erupt/jpa/dao/EruptJpaUtils.java. By manipulating the sort.field argument, attackers can inject malicious HQL (Hibernate Query Language) commands, potentially leading to unauthorized database access and data manipulation.

Critical Impact

Remote attackers can exploit this SQL injection vulnerability to bypass authentication, exfiltrate sensitive data, modify database contents, or potentially escalate to further system compromise through database-level attacks.

Affected Products

  • erupts erupt versions up to and including 1.13.3
  • erupt-jpa module (erupt-data/erupt-jpa component)
  • Applications utilizing the EruptJpaUtils.java for HQL query generation

Discovery Timeline

  • 2026-03-23 - CVE-2026-4594 published to NVD
  • 2026-03-24 - Last updated in NVD database

Technical Details for CVE-2026-4594

Vulnerability Analysis

This vulnerability is classified as CWE-89 (SQL Injection), specifically manifesting through Hibernate Query Language (HQL) injection. The geneEruptHqlOrderBy function in EruptJpaUtils.java fails to properly sanitize user-controlled input passed through the sort.field parameter before incorporating it into dynamically constructed HQL queries.

When applications built on the erupt framework process sorting requests, the sort.field parameter value is directly concatenated into the ORDER BY clause of HQL queries without adequate input validation or parameterization. This allows attackers to break out of the intended query structure and inject arbitrary HQL commands.

The vulnerability is exploitable remotely over the network without requiring authentication or user interaction. The exploit has been publicly disclosed, increasing the risk of active exploitation attempts against vulnerable deployments.

Root Cause

The root cause of this vulnerability is improper input validation and the use of string concatenation to build HQL queries instead of using parameterized queries or prepared statements. The geneEruptHqlOrderBy function directly incorporates the sort.field argument into the query string, trusting that the input represents a legitimate field name when it may contain malicious HQL syntax.

Attack Vector

The attack is network-based and can be initiated remotely against any application exposing the vulnerable functionality. Attackers can craft malicious HTTP requests containing HQL injection payloads in the sort.field parameter. Since the vulnerability exists in the ORDER BY clause construction, attackers can leverage HQL-specific injection techniques to extract data, modify records, or probe the underlying database structure.

The vulnerability does not require authentication, making it accessible to unauthenticated remote attackers. The public disclosure of the exploit details further lowers the barrier to exploitation.

Detection Methods for CVE-2026-4594

Indicators of Compromise

  • Unusual or malformed values in HTTP request parameters related to sorting functionality, particularly containing HQL keywords like UNION, SELECT, or subquery syntax
  • Database query logs showing unexpected HQL patterns in ORDER BY clauses
  • Application errors or exceptions related to HQL parsing failures that may indicate injection attempts
  • Anomalous database access patterns or unauthorized data retrieval operations

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block common SQL/HQL injection patterns in request parameters
  • Enable detailed application logging for all database query operations, specifically monitoring ORDER BY clause generation
  • Deploy runtime application self-protection (RASP) solutions to detect query manipulation at the application layer
  • Configure database audit logging to track unusual query patterns and unauthorized data access attempts

Monitoring Recommendations

  • Monitor application logs for error messages related to HQL query parsing failures or unexpected query structures
  • Set up alerts for high volumes of requests targeting sorting or ordering functionality with varying parameter values
  • Implement anomaly detection for database query patterns that deviate from normal application behavior
  • Review access logs for reconnaissance patterns that may indicate attackers probing for injection points

How to Mitigate CVE-2026-4594

Immediate Actions Required

  • Identify all deployments using erupts erupt versions 1.13.3 and earlier
  • Implement input validation to whitelist allowed field names for the sort.field parameter
  • Deploy WAF rules to filter potentially malicious HQL injection payloads
  • Consider temporarily disabling dynamic sorting functionality if feasible until a permanent fix is applied

Patch Information

At the time of disclosure, the vendor was contacted but did not respond. No official patch is currently available from the vendor. Organizations should monitor the VulDB entry for updates regarding vendor response and patch availability. Additional technical details may be found in the disclosure document.

Workarounds

  • Implement strict input validation on the sort.field parameter, allowing only predefined field names from an allowlist
  • Modify the application code to use parameterized HQL queries instead of string concatenation for the ORDER BY clause
  • Apply network-level controls to restrict access to vulnerable endpoints from untrusted sources
  • Consider implementing a custom security filter that sanitizes sorting parameters before they reach the vulnerable function
bash
# Example: Input validation configuration for allowed sort fields
# Add to application configuration to restrict sortable fields
erupt.security.allowedSortFields=id,name,createTime,updateTime
erupt.security.sortFieldValidation=strict

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechErupt

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
  • AvailabilityLow
  • CWE References
  • CWE-89
  • Technical References
  • Feishu Document Link

  • VulDB CTI #352431

  • VulDB #352431

  • VulDB Submission #775594
  • Related CVEs
  • CVE-2026-4593: Erupt Framework 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