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

CVE-2026-1472: Performance Evaluation SQLi Vulnerability

CVE-2026-1472 is an out-of-band SQL injection flaw in the Performance Evaluation (EDD) application that allows attackers to extract sensitive database information through external channels. This post covers technical details, impact, and mitigation.

Published: January 30, 2026

CVE-2026-1472 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. Exploiting this vulnerability in the parameter txAny in /evaluacion_competencias_autoeval_list.aspx, could allow an attacker to extract sensitive information from the database through external channels, without the affected application returning the data directly, compromising the confidentiality of the stored information.

Critical Impact

This OOB SQL injection vulnerability allows unauthenticated remote attackers to extract sensitive database information through external channels, potentially exposing confidential employee performance evaluation data and other stored information without detection through normal application responses.

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2026-1472

Vulnerability Analysis

This vulnerability is classified as CWE-89: SQL Injection, specifically an out-of-band (OOB) variant. Unlike traditional SQL injection where data is returned directly in application responses, OOB SQL injection leverages external channels to exfiltrate data. The vulnerable endpoint /evaluacion_competencias_autoeval_list.aspx accepts user input through the txAny parameter without proper sanitization or parameterized queries.

In OOB SQL injection attacks, the attacker crafts malicious SQL queries that cause the database server to make external network requests (such as DNS lookups or HTTP requests) containing the extracted data. This technique is particularly dangerous because it can bypass traditional security controls and leaves minimal traces in application logs since the data never passes through the web application layer.

Root Cause

The root cause of this vulnerability is improper input validation and lack of parameterized queries in the txAny parameter handling within the /evaluacion_competencias_autoeval_list.aspx endpoint. The application directly incorporates user-supplied input into SQL queries without proper sanitization, allowing attackers to inject arbitrary SQL commands. The OOB nature suggests the underlying database server has network access capabilities that can be exploited to exfiltrate data through DNS or HTTP channels.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker can send specially crafted HTTP requests to the /evaluacion_competencias_autoeval_list.aspx endpoint with malicious SQL payloads in the txAny parameter. The vulnerability exploits the database server's ability to make outbound network connections, allowing data to be transmitted to attacker-controlled infrastructure.

The attack typically involves injecting SQL commands that utilize database-specific functions for network communication (such as xp_dirtree or xp_fileexist in SQL Server, or UTL_HTTP in Oracle) to send query results to an external server. This allows attackers to bypass web application firewalls that only inspect inbound traffic and response content.

For detailed technical information about the vulnerability mechanism, refer to the INCIBE Security Notice.

Detection Methods for CVE-2026-1472

Indicators of Compromise

  • Unusual outbound DNS requests from database servers, particularly containing encoded data or suspicious domain patterns
  • Unexpected HTTP/HTTPS connections originating from database server infrastructure to external IP addresses
  • SQL Server error logs showing execution of extended stored procedures like xp_dirtree, xp_fileexist, or similar network-capable functions
  • Access logs showing requests to /evaluacion_competencias_autoeval_list.aspx with unusual or encoded txAny parameter values

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block SQL injection patterns in the txAny parameter
  • Deploy network monitoring to identify outbound connections from database servers to non-whitelisted destinations
  • Enable database query logging and audit suspicious queries containing OOB-related functions or external resource references
  • Configure SentinelOne Singularity to monitor for behavioral anomalies in database server processes making unexpected network connections

Monitoring Recommendations

  • Monitor all HTTP requests to /evaluacion_competencias_autoeval_list.aspx for SQL injection patterns and anomalous parameter values
  • Implement egress filtering on database servers and alert on any unexpected outbound network traffic
  • Configure database activity monitoring to detect execution of potentially dangerous stored procedures or functions
  • Enable real-time alerting for any DNS queries or HTTP requests originating from database server infrastructure

How to Mitigate CVE-2026-1472

Immediate Actions Required

  • Restrict network access from database servers to prevent outbound connections to untrusted destinations
  • Implement input validation and parameterized queries for the txAny parameter in /evaluacion_competencias_autoeval_list.aspx
  • Deploy web application firewall rules specifically targeting SQL injection patterns
  • Contact Gabinete Técnico de Programación for official patch availability and remediation guidance

Patch Information

Organizations using the affected Performance Evaluation (EDD) application should consult the vendor Gabinete Técnico de Programación for official security patches. Review the INCIBE Security Notice for additional remediation guidance and updates.

Workarounds

  • Disable or restrict access to the vulnerable endpoint /evaluacion_competencias_autoeval_list.aspx until a patch is available
  • Implement strict egress filtering on database servers to block all unnecessary outbound network traffic
  • Deploy a web application firewall with SQL injection detection rules specifically targeting the txAny parameter
  • Disable dangerous database stored procedures and functions that enable network communication (e.g., xp_dirtree, xp_fileexist, UTL_HTTP)
bash
# Example: SQL Server - Disable dangerous extended stored procedures
# Run these commands to restrict OOB capabilities
EXEC sp_configure 'show advanced options', 1;
RECONFIGURE;
EXEC sp_configure 'xp_cmdshell', 0;
RECONFIGURE;

# Revoke execute permissions on network-capable procedures
REVOKE EXECUTE ON xp_dirtree TO public;
REVOKE EXECUTE ON xp_fileexist TO public;

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-1478: Performance Evaluation (EDD) 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