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

CVE-2026-3023: Wakyma NoSQL Injection Vulnerability

CVE-2026-3023 is a NoSQL injection flaw in Wakyma's print-tags endpoint that lets authenticated attackers inject commands to access pet and owner data. This article covers technical details, affected systems, and mitigation.

Published: March 20, 2026

CVE-2026-3023 Overview

CVE-2026-3023 is a Non-relational SQL injection vulnerability (NoSQLi) affecting the Wakyma web application. The vulnerability exists specifically in the endpoint vets.wakyma.com/pets/print-tags. This security flaw allows an authenticated user to alter a POST request to the affected endpoint for the purpose of injecting NoSQL commands, enabling unauthorized access to list both pets and owner names from the database.

Critical Impact

Authenticated attackers can exploit this NoSQL injection vulnerability to extract sensitive pet and owner information from the Wakyma database through crafted POST requests to the print-tags endpoint.

Affected Products

  • Wakyma Web Application (all versions)
  • Wakyma vets.wakyma.com domain services
  • Wakyma /pets/print-tags endpoint functionality

Discovery Timeline

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

Technical Details for CVE-2026-3023

Vulnerability Analysis

This NoSQL injection vulnerability (CWE-943, CWE-89) occurs due to improper input validation in the Wakyma web application's pet tag printing functionality. The vulnerable endpoint accepts POST requests that are not properly sanitized before being passed to the underlying NoSQL database query engine.

The attack requires authentication, meaning an attacker must first obtain valid credentials or an active session to exploit this vulnerability. Once authenticated, the attacker can manipulate POST parameters sent to the /pets/print-tags endpoint to inject malicious NoSQL operators and commands. This exploitation technique allows the attacker to bypass intended query restrictions and retrieve data beyond their authorization level.

The vulnerability is network-accessible with low attack complexity, requiring no user interaction beyond the initial authentication. The primary impact is on data confidentiality, as attackers can enumerate and extract pet records and associated owner names that they should not have access to.

Root Cause

The root cause of CVE-2026-3023 stems from insufficient input sanitization and lack of parameterized queries in the Wakyma application's backend. The /pets/print-tags endpoint directly incorporates user-supplied POST data into NoSQL database queries without proper escaping or validation. This allows attackers to inject NoSQL-specific operators such as $ne, $gt, $regex, or $where clauses that alter the intended query logic.

NoSQL databases like MongoDB use JSON-like query structures, and when user input is concatenated directly into these queries, injection attacks become possible. The application fails to implement proper input validation patterns or use secure query building practices that would prevent malicious operators from being interpreted as database commands.

Attack Vector

The attack vector for this vulnerability is network-based, targeting the authenticated POST endpoint at vets.wakyma.com/pets/print-tags. An authenticated attacker crafts a malicious POST request containing NoSQL injection payloads in the request parameters.

Typical NoSQL injection techniques that may be applicable include injecting comparison operators to bypass filters, using regex operators to enumerate data, or leveraging JavaScript execution operators in databases that support them. The attacker manipulates the query structure to return all pet records and their associated owner information, regardless of intended access restrictions.

For example, an attacker might inject operators that modify the query's filter conditions to always evaluate as true, effectively dumping the entire collection. The exploitation requires understanding of the underlying NoSQL database structure and the parameter names expected by the endpoint.

For detailed technical information about this vulnerability, refer to the INCIBE Security Notice on Wakyma Vulnerabilities.

Detection Methods for CVE-2026-3023

Indicators of Compromise

  • Unusual POST requests to /pets/print-tags containing NoSQL operators such as $ne, $gt, $lt, $regex, $where, or $exists
  • Abnormal response sizes from the print-tags endpoint indicating bulk data extraction
  • Multiple rapid requests to the vulnerable endpoint from a single authenticated session
  • Database query logs showing unexpected operators or modified query structures

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect NoSQL injection patterns in POST request bodies
  • Monitor application logs for requests containing common NoSQL injection operators and JSON syntax anomalies
  • Deploy runtime application self-protection (RASP) solutions to detect query manipulation attempts
  • Analyze authentication logs for accounts making unusual patterns of requests to the affected endpoint

Monitoring Recommendations

  • Enable detailed logging for all requests to the /pets/print-tags endpoint including full POST body content
  • Set up alerts for requests containing suspicious characters or NoSQL-specific syntax patterns
  • Monitor database query performance metrics for anomalies that may indicate injection-based data enumeration
  • Review access patterns for the vulnerable endpoint to identify potential exploitation attempts

How to Mitigate CVE-2026-3023

Immediate Actions Required

  • Restrict access to the /pets/print-tags endpoint to only trusted users or disable the functionality until patched
  • Implement additional authentication controls such as IP whitelisting for the affected endpoint
  • Deploy WAF rules to block requests containing known NoSQL injection patterns
  • Review and audit all accounts that have accessed the vulnerable endpoint for signs of exploitation

Patch Information

No official patch information is currently available from the vendor. Organizations should monitor the INCIBE Security Notice for updates on available fixes. Contact Wakyma directly for guidance on remediation and expected patch timeline.

Workarounds

  • Implement server-side input validation to sanitize all POST parameters before database query construction
  • Use parameterized queries or ORM frameworks that automatically escape user input to prevent injection
  • Apply the principle of least privilege to database accounts used by the application to limit exposure from successful exploitation
  • Consider implementing rate limiting on the affected endpoint to slow potential data extraction attempts
bash
# Example WAF rule to block common NoSQL injection patterns
# Add to your WAF configuration to detect injection attempts

# Block requests containing NoSQL operators in POST body
# Pattern matches: $ne, $gt, $lt, $regex, $where, $exists, $or, $and
SecRule REQUEST_BODY "@rx \$(?:ne|gt|lt|gte|lte|regex|where|exists|or|and|in|nin)" \
    "id:100001,phase:2,deny,status:403,msg:'NoSQL Injection Attempt 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

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/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

  • CWE-89
  • Technical References
  • INCIBE Security Notice on Wakyma Vulnerabilities
  • Related CVEs
  • CVE-2026-3022: Wakyma NoSQL Injection Vulnerability

  • CVE-2026-3021: Wakyma Web Application SQLi 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