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

CVE-2026-1473: Performance Evaluation SQLi Vulnerability

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

Published: January 30, 2026

CVE-2026-1473 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 exists in the Id_usuario parameter within the /evaluacion_competencias_evalua.aspx endpoint, allowing attackers to extract sensitive information from the database through external channels without the application returning data directly. The flaw compromises the confidentiality of stored information and poses a significant risk to organizations using this application.

Critical Impact

Unauthenticated attackers can exploit this OOB SQL injection to exfiltrate sensitive database contents through external DNS or HTTP channels, bypassing traditional detection mechanisms and compromising organizational data confidentiality.

Affected Products

  • Performance Evaluation (EDD) Application by Gabinete Técnico de Programación
  • Systems running the /evaluacion_competencias_evalua.aspx endpoint
  • Database systems connected to the EDD application

Discovery Timeline

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

Technical Details for CVE-2026-1473

Vulnerability Analysis

This vulnerability is classified as CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), commonly known as SQL Injection. The out-of-band variant exploited here is particularly insidious because it allows attackers to extract data through external channels such as DNS lookups or HTTP requests, rather than relying on in-band responses from the vulnerable application.

The attack targets the Id_usuario parameter in the /evaluacion_competencias_evalua.aspx endpoint. When user-supplied input is not properly sanitized before being incorporated into SQL queries, attackers can inject malicious SQL statements that cause the database server to initiate outbound connections to attacker-controlled infrastructure, carrying exfiltrated data in these requests.

Root Cause

The root cause of this vulnerability is insufficient input validation and sanitization of the Id_usuario parameter before it is used in database queries. The application fails to properly escape or parameterize user input, allowing specially crafted SQL statements to be executed by the underlying database engine. This lack of prepared statements or parameterized queries enables the injection attack.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by sending crafted HTTP requests to the /evaluacion_competencias_evalua.aspx endpoint with malicious SQL payloads in the Id_usuario parameter.

In an out-of-band SQL injection scenario, the attacker injects SQL commands that cause the database server to make external network requests (such as DNS lookups or HTTP calls) to attacker-controlled servers. The exfiltrated data is encoded within these requests, allowing the attacker to retrieve sensitive information even when the application does not display query results directly. Common techniques include using database-specific functions like xp_dirtree (SQL Server), UTL_HTTP (Oracle), or LOAD_FILE (MySQL) to establish outbound connections.

For detailed technical information, see the INCIBE Notice on SQL Injection.

Detection Methods for CVE-2026-1473

Indicators of Compromise

  • Unusual outbound DNS queries from database servers containing encoded data patterns
  • HTTP/HTTPS connections from database servers to external IP addresses or domains
  • Anomalous network traffic patterns from systems hosting the EDD application
  • Web server logs showing requests to /evaluacion_competencias_evalua.aspx with suspicious Id_usuario parameter values containing SQL syntax

Detection Strategies

  • Deploy web application firewalls (WAF) with SQL injection detection rules targeting the Id_usuario parameter
  • Monitor database query logs for unusual or unauthorized SQL commands, especially those invoking network functions
  • Implement intrusion detection system (IDS) rules to identify SQL injection patterns in HTTP request parameters
  • Configure network monitoring to alert on unexpected outbound connections from database server infrastructure

Monitoring Recommendations

  • Enable detailed logging on the web server for all requests to /evaluacion_competencias_evalua.aspx
  • Monitor DNS server logs for queries containing unusual or encoded strings originating from database servers
  • Implement egress filtering and alerting for database servers to detect unauthorized outbound connections
  • Review application logs for error messages that may indicate SQL syntax errors from injection attempts

How to Mitigate CVE-2026-1473

Immediate Actions Required

  • Restrict network access to the /evaluacion_competencias_evalua.aspx endpoint to trusted IP addresses only
  • Implement strict egress filtering on database servers to prevent unauthorized outbound connections
  • Deploy or update WAF rules to block SQL injection attempts in the Id_usuario parameter
  • Consider temporarily disabling the vulnerable endpoint until a patch is available

Patch Information

Organizations should monitor the INCIBE Security Notice for updates from Gabinete Técnico de Programación regarding official patches for the Performance Evaluation (EDD) application. Contact the vendor directly for patch availability and deployment guidance.

Workarounds

  • Implement input validation at the application layer to reject SQL syntax characters in the Id_usuario parameter
  • Use parameterized queries or prepared statements for all database interactions involving user input
  • Apply network segmentation to isolate database servers and restrict their ability to make outbound connections
  • Deploy additional monitoring and alerting for any access to the vulnerable endpoint
bash
# Example WAF rule configuration to block SQL injection patterns
# Add to your WAF configuration file

# Block common SQL injection keywords in Id_usuario parameter
SecRule ARGS:Id_usuario "@rx (?i)(union|select|insert|update|delete|drop|exec|xp_)" \
    "id:100001,phase:2,deny,status:403,msg:'SQL Injection attempt blocked'"

# Block OOB-specific functions
SecRule ARGS:Id_usuario "@rx (?i)(xp_dirtree|utl_http|load_file|into\s+outfile)" \
    "id:100002,phase:2,deny,status:403,msg:'OOB 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/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 Notice on SQL Injection
  • Related CVEs
  • CVE-2026-1478: Performance Evaluation (EDD) 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