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
    • 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-3021

CVE-2026-3021: Wakyma Web Application SQLi Vulnerability

CVE-2026-3021 is a NoSQL injection flaw in Wakyma web application that allows authenticated attackers to enumerate sensitive employee data. This article covers technical details, affected endpoints, and mitigations.

Published: March 20, 2026

CVE-2026-3021 Overview

CVE-2026-3021 is a Non-relational SQL injection vulnerability (NoSQLi) in the Wakyma web application, specifically affecting the endpoint vets.wakyma.com/centro/equipo/empleado. This vulnerability allows an authenticated user to alter a GET request to the affected endpoint for the purpose of injecting special NoSQL commands, leading to the enumeration of sensitive employee data.

Critical Impact

Authenticated attackers can exploit this NoSQL injection flaw to extract sensitive employee information from the Wakyma veterinary practice management application, potentially compromising personal data and business-critical records.

Affected Products

  • Wakyma Web Application (vets.wakyma.com)
  • Employee Management Endpoint (/centro/equipo/empleado)

Discovery Timeline

  • 2026-03-16 - CVE-2026-3021 published to NVD
  • 2026-03-16 - Last updated in NVD database

Technical Details for CVE-2026-3021

Vulnerability Analysis

This NoSQL injection vulnerability (CWE-943: Improper Neutralization of Special Elements in Data Query Logic) exists in the Wakyma web application's employee management functionality. The application fails to properly sanitize user-supplied input within GET request parameters before incorporating them into NoSQL database queries. An authenticated user can craft malicious requests containing NoSQL operators or commands that modify the intended query logic, enabling unauthorized data extraction.

The vulnerability requires network access and low-privilege authentication to exploit. While the attack complexity is low, the impact is primarily limited to confidentiality breaches. An attacker cannot modify or delete data through this specific vulnerability, but can enumerate and extract sensitive employee records that should be access-controlled.

Root Cause

The root cause stems from insufficient input validation and sanitization of user-controlled parameters in the /centro/equipo/empleado endpoint. The application directly incorporates request parameters into NoSQL queries without properly escaping or filtering special characters and operators. This allows injection of NoSQL-specific syntax such as $where, $gt, $ne, $regex, and other operators that can manipulate query behavior.

Attack Vector

The attack vector is network-based, requiring an authenticated session with the Wakyma application. An attacker with valid credentials can manipulate GET request parameters to inject NoSQL commands. For example, by modifying parameter values to include operators like {"$ne": null} or {"$gt": ""}, an attacker can bypass intended query restrictions and retrieve records they should not have access to.

The vulnerability manifests in the query parameter handling of the employee endpoint. Malicious payloads can be injected through URL parameters to alter database query logic and enumerate employee records. For detailed technical information, refer to the INCIBE Security Notice.

Detection Methods for CVE-2026-3021

Indicators of Compromise

  • Unusual GET requests to /centro/equipo/empleado containing NoSQL operators like $where, $gt, $ne, $regex, $exists, or $or
  • Multiple rapid requests from the same authenticated session targeting the employee endpoint with varying parameter values
  • Web server logs showing JSON-like syntax or special characters (curly braces, dollar signs) in URL query parameters
  • Anomalous data access patterns where users query more employee records than typical for their role

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block NoSQL injection patterns in GET parameters
  • Deploy application-level logging to track all requests to the /centro/equipo/empleado endpoint with full parameter capture
  • Configure SIEM correlation rules to alert on multiple failed or suspicious queries from the same user session
  • Enable database query auditing to identify queries with unexpected operators or unusual result set sizes

Monitoring Recommendations

  • Monitor web server access logs for requests containing URL-encoded NoSQL operators such as %24ne, %24gt, %24where, or %24regex
  • Set up alerts for authenticated users accessing abnormal quantities of employee records within short time windows
  • Track and baseline normal API usage patterns to identify anomalous enumeration attempts
  • Review application error logs for database query failures that may indicate injection attempts

How to Mitigate CVE-2026-3021

Immediate Actions Required

  • Review and restrict access to the /centro/equipo/empleado endpoint to only users who require employee data access
  • Implement additional authentication controls or rate limiting on sensitive employee data endpoints
  • Deploy WAF rules to filter known NoSQL injection patterns in incoming requests
  • Audit recent access logs for the affected endpoint to identify potential exploitation attempts

Patch Information

No specific patch information is available at this time. Organizations should contact Wakyma directly or monitor the INCIBE Security Notice for updates on official remediation guidance.

Workarounds

  • Implement server-side input validation to reject requests containing NoSQL operators ($where, $gt, $ne, $regex, $or, $and, $exists) in parameter values
  • Use parameterized queries or ORM methods that properly escape user input before database query construction
  • Apply the principle of least privilege to database accounts used by the web application
  • Consider implementing additional access controls such as IP whitelisting for administrative endpoints
bash
# Example WAF rule to block common NoSQL injection patterns
# Add to your WAF configuration or nginx/Apache mod_security rules
SecRule ARGS "@rx (\$where|\$gt|\$lt|\$ne|\$regex|\$or|\$and|\$exists|\$nin|\$in)" \
    "id:100001,phase:2,deny,status:403,msg:'Potential NoSQL Injection Detected'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWakyma

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-943
  • Technical References
  • INCIBE Security Notice
  • Related CVEs
  • CVE-2026-3022: Wakyma NoSQL Injection Vulnerability

  • CVE-2026-3023: Wakyma NoSQL Injection Vulnerability

  • CVE-2026-3024: Wakyma Web Application XSS Vulnerability
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