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

CVE-2026-5537: halex CourseSEL SQL Injection Vulnerability

CVE-2026-5537 is a SQL injection flaw in halex CourseSEL up to version 1.1.0 affecting the HTTP GET Parameter Handler. Attackers can exploit this remotely to manipulate database queries. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 10, 2026

CVE-2026-5537 Overview

A SQL Injection vulnerability has been identified in halex CourseSEL up to version 1.1.0. This vulnerability affects the check_sel function within the file Apps/Index/Controller/IndexController.class.php, which is part of the HTTP GET Parameter Handler component. An attacker can manipulate the seid argument to inject malicious SQL queries, enabling unauthorized database access. The vulnerability can be exploited remotely by authenticated users with low privileges.

Critical Impact

Successful exploitation allows attackers to extract, modify, or delete sensitive data from the backend database, potentially leading to complete database compromise and data exfiltration.

Affected Products

  • halex CourseSEL versions up to and including 1.1.0
  • Systems utilizing the IndexController.class.php component with HTTP GET parameter handling
  • Deployments exposing the vulnerable check_sel function to network access

Discovery Timeline

  • April 5, 2026 - CVE-2026-5537 published to NVD
  • April 7, 2026 - Last updated in NVD database

Technical Details for CVE-2026-5537

Vulnerability Analysis

This SQL Injection vulnerability (CWE-74: Injection) occurs in the check_sel function within Apps/Index/Controller/IndexController.class.php. The function processes HTTP GET parameters without proper input sanitization or parameterized query implementation. When the seid parameter is passed to the application, it is directly incorporated into SQL queries, allowing attackers to inject arbitrary SQL code.

The exploit has been publicly disclosed, increasing the risk of active exploitation. The vendor was contacted regarding this disclosure but has not responded, leaving users without an official patch. Remote exploitation is possible, making this vulnerability particularly concerning for internet-facing deployments of CourseSEL.

Root Cause

The root cause of this vulnerability is improper input validation and the failure to use parameterized queries or prepared statements when processing the seid parameter in the check_sel function. User-supplied input from HTTP GET requests is directly concatenated into SQL query strings, enabling SQL Injection attacks.

Attack Vector

The attack is network-based and requires low privileges to execute. An attacker can craft malicious HTTP GET requests containing SQL Injection payloads in the seid parameter. The vulnerable check_sel function processes these requests without sanitization, allowing the injected SQL to execute against the backend database.

The vulnerability can be exploited by manipulating the seid parameter in HTTP GET requests to the affected endpoint. Attackers can craft payloads that extract database contents, bypass authentication mechanisms, or modify stored data. Technical details and proof-of-concept information are available in the GitHub SQL Injection Report.

Detection Methods for CVE-2026-5537

Indicators of Compromise

  • Unusual SQL syntax patterns appearing in web server access logs for requests targeting IndexController.class.php
  • HTTP GET requests with suspicious characters or SQL keywords in the seid parameter (e.g., UNION, SELECT, --, ', OR 1=1)
  • Database logs showing unexpected queries or errors originating from the CourseSEL application
  • Evidence of data exfiltration or unauthorized database modifications

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block SQL Injection patterns in HTTP GET parameters
  • Monitor application and database logs for anomalous query patterns or error messages indicating injection attempts
  • Deploy network intrusion detection systems (IDS) with signatures targeting SQL Injection payloads
  • Conduct regular security audits of HTTP request logs focusing on the seid parameter

Monitoring Recommendations

  • Enable detailed logging for all HTTP requests to the vulnerable endpoint Apps/Index/Controller/IndexController.class.php
  • Configure database audit logging to capture all queries executed by the CourseSEL application
  • Set up real-time alerting for SQL error patterns that may indicate injection attempts
  • Monitor for unusual data access patterns or bulk data retrieval from the database

How to Mitigate CVE-2026-5537

Immediate Actions Required

  • Restrict network access to the vulnerable CourseSEL application to trusted IP addresses only
  • Implement input validation and sanitization for all HTTP GET parameters, particularly seid
  • Deploy a Web Application Firewall (WAF) with SQL Injection protection rules in front of the application
  • Consider taking the vulnerable application offline until a proper fix can be implemented

Patch Information

No official patch is currently available from the vendor. The vendor was contacted about this vulnerability but did not respond. Organizations using halex CourseSEL should implement workarounds and consider alternative solutions. For additional vulnerability details, refer to the VulDB Vulnerability #355290 entry.

Workarounds

  • Modify the check_sel function in IndexController.class.php to use parameterized queries or prepared statements
  • Implement server-side input validation to reject seid parameter values containing SQL keywords or special characters
  • Use application-layer firewalls to filter malicious requests before they reach the vulnerable component
  • Limit database user privileges for the CourseSEL application to reduce the impact of successful exploitation
bash
# Example WAF rule configuration for SQL Injection protection
# ModSecurity rule to block SQL Injection in seid parameter
SecRule ARGS:seid "@detectSQLi" \
    "id:1000,\
    phase:2,\
    deny,\
    status:403,\
    log,\
    msg:'SQL Injection attempt detected in seid parameter',\
    tag:'attack-sqli'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechHalex

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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-74
  • Technical References
  • GitHub SQL Injection Report

  • VulDB Submission #782202

  • VulDB Vulnerability #355290

  • VulDB CTI for #355290
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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