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-2025-29980

CVE-2025-29980: CentralSquare eTRAKiT.net SQLi Vulnerability

CVE-2025-29980 is a SQL injection vulnerability in CentralSquare eTRAKiT.net 3.2.1.77 that allows unauthenticated attackers to execute arbitrary commands. This article covers technical details, affected versions, and mitigation.

Published: March 25, 2026

CVE-2025-29980 Overview

A critical SQL injection vulnerability has been discovered in CentralSquare eTRAKiT.net release 3.2.1.77. Due to improper input validation, a remote unauthenticated attacker can execute arbitrary SQL commands with the privileges of the current MS SQL server account. This vulnerability allows complete compromise of the underlying database and potentially the host system, as the attacker requires no authentication to exploit it over the network.

Critical Impact

Remote unauthenticated attackers can execute arbitrary SQL commands on the MS SQL server, potentially leading to full database compromise, data exfiltration, and unauthorized system access.

Affected Products

  • CentralSquare eTRAKiT.net version 3.2.1.77

Discovery Timeline

  • 2025-03-20 - CVE-2025-29980 published to NVD
  • 2025-09-23 - Last updated in NVD database

Technical Details for CVE-2025-29980

Vulnerability Analysis

This SQL injection vulnerability (CWE-89) exists in the CentralSquare eTRAKiT.net web application, which is commonly used by government agencies for permit tracking and community development services. The vulnerability resides in the CRM feature of the application, where user-supplied input is improperly validated before being incorporated into SQL queries.

The lack of input sanitization allows attackers to inject malicious SQL statements that execute with the privileges of the configured MS SQL server service account. Depending on the server configuration, this could include sysadmin privileges, enabling attackers to execute operating system commands via xp_cmdshell, access other databases on the server, or exfiltrate sensitive citizen and permit data.

The network-accessible nature of this vulnerability combined with the absence of authentication requirements makes it particularly dangerous for internet-facing deployments. eTRAKiT.net is no longer supported by CentralSquare, meaning no official patch will be released for this legacy software.

Root Cause

The root cause of this vulnerability is improper input validation in the CRM feature of eTRAKiT.net version 3.2.1.77. User-supplied input is concatenated directly into SQL queries without proper sanitization, parameterization, or encoding. This allows attackers to break out of the intended SQL statement structure and inject their own malicious commands.

Attack Vector

The attack vector for CVE-2025-29980 is network-based, requiring no authentication or user interaction. An attacker can exploit this vulnerability by crafting malicious HTTP requests to the eTRAKiT.net CRM functionality. The injected SQL payload executes within the context of the MS SQL server account configured for the application.

Exploitation typically follows this pattern:

  1. Attacker identifies a vulnerable eTRAKiT.net instance accessible over the network
  2. Attacker crafts a malicious request containing SQL injection payload targeting the CRM feature
  3. The application fails to sanitize the input and passes it to the database
  4. The injected SQL commands execute with the privileges of the MS SQL service account
  5. Attacker achieves database access, data exfiltration, or potentially command execution on the host

For detailed technical information, refer to the CISA CSAF Advisory.

Detection Methods for CVE-2025-29980

Indicators of Compromise

  • Unusual or malformed HTTP requests targeting the eTRAKiT.net CRM functionality containing SQL syntax characters such as single quotes, semicolons, or SQL keywords
  • MS SQL Server error messages in application logs indicating syntax errors from injected content
  • Unexpected queries or stored procedure executions in SQL Server audit logs, particularly xp_cmdshell or bulk data exports
  • Anomalous database account activity including access to system tables or other databases

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block SQL injection patterns targeting eTRAKiT.net endpoints
  • Enable SQL Server auditing to capture and alert on suspicious query patterns and stored procedure invocations
  • Monitor network traffic for unusual outbound connections from the database server that may indicate data exfiltration
  • Review IIS or web server access logs for requests containing URL-encoded SQL injection characters

Monitoring Recommendations

  • Enable detailed logging on the eTRAKiT.net application and MS SQL Server instances
  • Configure SIEM alerts for SQL injection attack signatures in web server logs
  • Monitor for unauthorized database schema changes or new user account creation
  • Implement database activity monitoring (DAM) solutions to detect anomalous query patterns

How to Mitigate CVE-2025-29980

Immediate Actions Required

  • Disable the CRM feature in eTRAKiT.net release 3.2.1.77 immediately as recommended by the vendor
  • Restrict network access to eTRAKiT.net instances using firewall rules and network segmentation
  • Implement a web application firewall (WAF) with SQL injection protection in front of eTRAKiT.net deployments
  • Review MS SQL Server account privileges and apply principle of least privilege to database service accounts

Patch Information

No patch is available for this vulnerability as eTRAKiT.net is no longer supported by CentralSquare. Organizations are strongly recommended to migrate to the latest version of CentralSquare Community Development. For more information, review the CISA CSAF GitHub discussion.

Workarounds

  • Disable the CRM feature while running eTRAKiT.net release 3.2.1.77 to eliminate the vulnerable code path
  • Place the eTRAKiT.net application behind a reverse proxy with robust SQL injection filtering capabilities
  • Restrict the MS SQL Server service account permissions to prevent command execution and limit blast radius
  • Plan immediate migration to CentralSquare Community Development as no security updates will be provided for eTRAKiT.net
bash
# Example: Restrict network access to eTRAKiT.net using Windows Firewall
# Block external access to the application port (adjust port as needed)
netsh advfirewall firewall add rule name="Block External eTRAKiT Access" dir=in action=block protocol=tcp localport=80 remoteip=any
netsh advfirewall firewall add rule name="Allow Internal eTRAKiT Access" dir=in action=allow protocol=tcp localport=80 remoteip=localsubnet

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechCentralsquare Etrakit

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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
  • CSAF White Paper Document
  • Vendor Resources
  • GitHub Pull Request Discussion
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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