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-2026-1478

CVE-2026-1478: Performance Evaluation (EDD) SQLi Vulnerability

CVE-2026-1478 is an out-of-band SQL injection vulnerability in the Performance Evaluation (EDD) application that enables attackers to extract database information through external channels. This article covers technical details, exploitation vectors, and mitigation strategies.

Published: January 30, 2026

CVE-2026-1478 Overview

An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the Performance Evaluation (EDD) application developed by Gabinete Técnico de Programación. This vulnerability affects the Id_usuario and Id_evaluacion parameters in the /evaluacion_hca_evalua.aspx endpoint, allowing attackers to extract sensitive information from the database through external channels without the affected application returning the data directly.

Critical Impact

Unauthenticated attackers can exploit this vulnerability remotely to exfiltrate sensitive database information through out-of-band channels, compromising the confidentiality of stored data without triggering standard application-level detection mechanisms.

Affected Products

  • Performance Evaluation (EDD) Application by Gabinete Técnico de Programación
  • Quatuor Performance Evaluation System

Discovery Timeline

  • 2026-01-27 - CVE-2026-1478 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2026-1478

Vulnerability Analysis

This out-of-band SQL injection vulnerability (CWE-89) resides in the Performance Evaluation application's evaluation handling functionality. Unlike traditional SQL injection attacks that rely on the application returning query results directly, OOB SQLi leverages external communication channels to exfiltrate data.

The vulnerability is triggered when user-controlled input in the Id_usuario and Id_evaluacion parameters is processed by the /evaluacion_hca_evalua.aspx endpoint without proper sanitization. An attacker can craft malicious SQL queries that instruct the database server to establish outbound connections to attacker-controlled infrastructure, transmitting sensitive data through DNS lookups, HTTP requests, or other network protocols.

This type of attack is particularly dangerous because it bypasses traditional web application firewalls and intrusion detection systems that monitor for inline SQL error messages or anomalous response data. The attack exploits the database server's ability to make network connections, effectively creating a covert data exfiltration channel.

Root Cause

The root cause of this vulnerability is insufficient input validation and the lack of parameterized queries when processing the Id_usuario and Id_evaluacion parameters. The application directly concatenates user-supplied input into SQL statements, allowing attackers to inject arbitrary SQL code. Combined with database features that support network operations (such as xp_dirtree in Microsoft SQL Server or UTL_HTTP in Oracle), attackers can establish out-of-band communication channels for data exfiltration.

Attack Vector

The attack is network-based and can be executed by unauthenticated remote attackers. The exploitation process involves:

  1. Parameter Identification: Attacker identifies the vulnerable parameters (Id_usuario and Id_evaluacion) in the /evaluacion_hca_evalua.aspx endpoint
  2. Payload Injection: Malicious SQL is injected that triggers outbound network requests containing database content
  3. Data Exfiltration: The attacker's server receives DNS queries or HTTP requests containing encoded database information
  4. Data Reconstruction: Exfiltrated data fragments are assembled to reveal sensitive information

The attack requires no user interaction and can be automated to systematically extract entire database contents without generating suspicious application responses. For detailed technical information, refer to the INCIBE Security Notice.

Detection Methods for CVE-2026-1478

Indicators of Compromise

  • Unusual outbound DNS queries from database servers containing encoded data patterns or suspicious subdomain structures
  • Unexpected HTTP/HTTPS connections originating from database server processes to external IP addresses
  • Abnormal query execution times in /evaluacion_hca_evalua.aspx requests, indicating time-based SQL injection probing
  • Web server logs showing malformed or unusually long values in Id_usuario or Id_evaluacion parameters

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect SQL injection patterns in the Id_usuario and Id_evaluacion parameters
  • Monitor database server network activity for outbound connections, particularly DNS lookups to suspicious or unfamiliar domains
  • Deploy SQL query logging and analyze for anomalous query structures, especially those containing network-related SQL functions
  • Use SentinelOne Singularity™ Platform to detect and respond to suspicious database process behaviors and network anomalies

Monitoring Recommendations

  • Enable detailed logging for all requests to /evaluacion_hca_evalua.aspx and correlate with database query logs
  • Configure network monitoring to alert on database server egress traffic to non-whitelisted destinations
  • Implement real-time alerting for SQL injection signature matches in input validation layers
  • Monitor for database-specific OOB functions such as xp_dirtree, xp_fileexist, UTL_HTTP, or LOAD_FILE() in query logs

How to Mitigate CVE-2026-1478

Immediate Actions Required

  • Immediately restrict network access from the application server to external networks where possible
  • Implement input validation to reject non-numeric or suspicious values in Id_usuario and Id_evaluacion parameters
  • Deploy a Web Application Firewall (WAF) with SQL injection detection rules enabled for the vulnerable endpoint
  • Review and restrict database user privileges to limit access to network-related stored procedures and functions

Patch Information

Consult the vendor Gabinete Técnico de Programación for official security patches addressing this vulnerability. Review the INCIBE Security Notice for the latest remediation guidance and updates.

Workarounds

  • Implement parameterized queries or prepared statements to prevent SQL injection at the application layer
  • Apply strict input validation allowing only expected data types (numeric IDs) for the vulnerable parameters
  • Disable or restrict database features that enable outbound network connections (e.g., xp_cmdshell, OLE Automation, xp_dirtree in SQL Server)
  • Segment the database server network to prevent direct outbound internet access
bash
# Example: Block outbound DNS from database server (Linux iptables)
iptables -A OUTPUT -p udp --dport 53 -m owner --uid-owner mssql -j DROP
iptables -A OUTPUT -p tcp --dport 53 -m owner --uid-owner mssql -j DROP

# Example: Disable dangerous SQL Server features
EXEC sp_configure 'show advanced options', 1;
RECONFIGURE;
EXEC sp_configure 'xp_cmdshell', 0;
EXEC sp_configure 'Ole Automation Procedures', 0;
RECONFIGURE;

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechGabinete Tecnico De Programacion

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-89
  • Technical References
  • INCIBE Security Notice
  • Related CVEs
  • CVE-2026-1473: Performance Evaluation SQLi Vulnerability

  • CVE-2026-1472: Performance Evaluation SQLi Vulnerability

  • CVE-2026-1482: Performance Evaluation (EDD) SQLi Vulnerability

  • CVE-2026-1480: Performance Evaluation App SQLi 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