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-2024-2329

CVE-2024-2329: Netentsec ASG SQL Injection Vulnerability

CVE-2024-2329 is a critical SQL injection flaw in Netentsec NS-ASG Application Security Gateway 6.3 affecting the list_resource_icon.php file. This article covers the technical details, affected versions, and mitigation.

Published: April 15, 2026

CVE-2024-2329 Overview

A critical SQL injection vulnerability has been discovered in Netentsec NS-ASG Application Security Gateway version 6.3. The vulnerability exists in the /admin/list_resource_icon.php file when processing the action=delete request. An attacker can exploit this flaw by manipulating the IconId parameter to inject malicious SQL commands, potentially leading to unauthorized access to the underlying database, data exfiltration, or complete system compromise.

Critical Impact

This SQL injection vulnerability allows unauthenticated remote attackers to execute arbitrary SQL commands against the backend database, potentially compromising sensitive data and system integrity of the security gateway appliance.

Affected Products

  • Netentsec NS-ASG Application Security Gateway 6.3
  • Netentsec Application Security Gateway (cpe:2.3:a:netentsec:application_security_gateway:6.3)

Discovery Timeline

  • 2024-03-09 - CVE-2024-2329 published to NVD
  • 2025-02-05 - Last updated in NVD database

Technical Details for CVE-2024-2329

Vulnerability Analysis

This vulnerability is classified as CWE-89 (SQL Injection), a severe input validation flaw that allows attackers to interfere with database queries. The affected endpoint /admin/list_resource_icon.php fails to properly sanitize user-supplied input in the IconId parameter when handling delete operations. This lack of input validation enables attackers to inject arbitrary SQL syntax that gets executed directly against the database server.

The vulnerability is particularly dangerous because it exists in the administrative interface of a security gateway product—an appliance specifically designed to protect network resources. Successful exploitation could allow an attacker to bypass the security gateway's protective functions entirely, extract sensitive configuration data, modify access rules, or pivot to other systems in the protected network.

Root Cause

The root cause of this vulnerability is improper input validation in the list_resource_icon.php file. The IconId parameter is directly incorporated into SQL queries without proper sanitization, parameterization, or prepared statements. When the action=delete functionality is invoked, the application constructs a dynamic SQL query using user-controlled input, creating a classic SQL injection attack surface.

Attack Vector

The attack can be launched remotely over the network without requiring authentication. An attacker can craft malicious HTTP requests to the vulnerable endpoint, injecting SQL payloads through the IconId parameter. The exploit has been publicly disclosed, meaning threat actors have access to the technical details needed to reproduce the attack. The vendor was contacted about this vulnerability but did not respond, leaving systems potentially without an official patch.

The attack flow involves sending specially crafted requests to the administrative interface with SQL injection payloads in the IconId parameter. Since the vulnerability requires no authentication and can be exploited over the network, any internet-exposed NS-ASG appliance running version 6.3 is at significant risk.

Detection Methods for CVE-2024-2329

Indicators of Compromise

  • Unusual HTTP requests to /admin/list_resource_icon.php containing SQL keywords in the IconId parameter (e.g., UNION, SELECT, OR, AND, --, ;)
  • Database error messages in application logs indicating malformed SQL syntax
  • Unexpected database query patterns or high-volume read/write operations
  • Evidence of data exfiltration or unauthorized access to sensitive database tables

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block SQL injection patterns targeting the /admin/list_resource_icon.php endpoint
  • Implement intrusion detection signatures for common SQL injection payloads in HTTP request parameters
  • Monitor access logs for requests containing typical SQL injection characters and keywords in URL parameters
  • Configure database activity monitoring to alert on unusual query patterns or excessive data access

Monitoring Recommendations

  • Enable verbose logging on the NS-ASG appliance to capture all administrative interface requests
  • Set up real-time alerting for any access attempts to /admin/list_resource_icon.php from untrusted IP addresses
  • Monitor network traffic for suspicious patterns indicating reconnaissance or exploitation attempts against the administrative interface
  • Implement file integrity monitoring on web application files to detect any unauthorized modifications

How to Mitigate CVE-2024-2329

Immediate Actions Required

  • Restrict network access to the administrative interface (/admin/) to trusted IP addresses only using firewall rules
  • If possible, disable or remove the /admin/list_resource_icon.php functionality until a patch is available
  • Place a Web Application Firewall in front of the NS-ASG administrative interface to filter SQL injection attempts
  • Review database logs for any signs of prior exploitation and assess potential data exposure

Patch Information

The vendor (Netentsec) was contacted about this vulnerability but did not respond. As of the last modification date (2025-02-05), no official patch has been publicly announced. Organizations should contact Netentsec directly for updated firmware or consider alternative mitigation strategies. Technical details about the vulnerability are available through the GitHub SQL Resource List and VulDB entry #256280.

Workarounds

  • Implement network segmentation to isolate the NS-ASG administrative interface from untrusted networks
  • Deploy a reverse proxy with input validation rules to sanitize requests before they reach the vulnerable endpoint
  • Consider disabling the affected functionality if it is not critical to operations
  • Evaluate alternative security gateway solutions if the vendor does not provide a timely security update
  • Implement virtual patching through IPS/IDS rules to block exploitation attempts at the network level
bash
# Example: Restrict administrative interface access using iptables
# Allow admin access only from trusted management network
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

# Block requests containing SQL injection patterns (example using ModSecurity)
# SecRule ARGS:IconId "@detectSQLi" "id:100001,phase:2,deny,status:403,log,msg:'SQL Injection attempt blocked'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechNetentsec Application Security Gateway

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.13%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • GitHub SQL Resource List

  • VulDB CTI ID #256280

  • VulDB #256280
  • Related CVEs
  • CVE-2024-3041: Netentsec Security Gateway SQL Injection

  • CVE-2024-3040: Netentsec ASG SQL Injection Vulnerability

  • CVE-2024-2647: Netentsec ASG SQL Injection Vulnerability

  • CVE-2024-3456: Netentsec Security Gateway SQLi Flaw
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