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

CVE-2026-24913: Matcha Invoice SQL Injection Vulnerability

CVE-2026-24913 is a SQL injection vulnerability in Matcha Invoice 2.6.6 and earlier that allows authenticated users to access or modify database information. This article covers technical details, affected versions, and mitigation.

Updated: May 14, 2026

CVE-2026-24913 Overview

CVE-2026-24913 is a SQL injection vulnerability [CWE-89] affecting MATCHA INVOICE version 2.6.6 and earlier, developed by ICZ. Authenticated users can manipulate SQL queries to read or modify data stored in the application database. The flaw requires valid login credentials but no user interaction, making it exploitable by any account with access to the product.

The vulnerability was disclosed through Japan Vulnerability Notes (JVN) under advisory JVN33581068 and confirmed by ICZ in an official news update.

Critical Impact

Authenticated attackers can extract or alter sensitive invoice data, customer records, and financial information stored in the MATCHA INVOICE database.

Affected Products

  • ICZ MATCHA INVOICE version 2.6.6
  • ICZ MATCHA INVOICE versions prior to 2.6.6
  • Deployments exposing the product to authenticated low-privilege users

Discovery Timeline

  • 2026-04-08 - CVE-2026-24913 published to NVD
  • 2026-04-17 - Last updated in NVD database

Technical Details for CVE-2026-24913

Vulnerability Analysis

The vulnerability stems from improper neutralization of special elements used in SQL commands within MATCHA INVOICE. User-supplied input reaches database query construction without adequate sanitization or parameterization. An authenticated attacker can inject crafted SQL syntax through application parameters to alter query logic.

Successful exploitation grants the attacker read and write access to database records that exceed their intended application permissions. The classification under [CWE-89] confirms the root cause as SQL Injection. Attack complexity is low and the network attack vector means exploitation can occur remotely once the attacker authenticates.

Because the product handles invoice data, exposed records can include customer information, payment data, and internal accounting details. Integrity impact is equal to confidentiality impact — attackers can both read and modify stored data.

Root Cause

The root cause is direct concatenation or interpolation of untrusted input into SQL statements rather than the use of parameterized queries or prepared statements. Input validation routines do not strip or escape SQL metacharacters before query execution. Refer to the JVN Security Advisory for additional technical detail.

Attack Vector

An attacker authenticates to MATCHA INVOICE using legitimate or compromised credentials. The attacker then submits crafted input through a vulnerable parameter that influences a backend SQL query. The malicious payload modifies query logic to return additional rows, bypass record filters, or execute UPDATE and DELETE operations outside the intended scope.

No verified proof-of-concept code is publicly available. The vulnerability mechanism is consistent with standard SQL injection patterns documented in the vendor advisory at ICZ News Update.

Detection Methods for CVE-2026-24913

Indicators of Compromise

  • Application or database logs showing unexpected SQL syntax such as UNION SELECT, OR 1=1, or comment sequences (--, /*) in request parameters
  • Database queries originating from MATCHA INVOICE sessions accessing tables outside normal application workflow
  • Anomalous volumes of SELECT, UPDATE, or DELETE operations tied to a single authenticated user session
  • Authentication events followed immediately by high-frequency parameter manipulation in HTTP request logs

Detection Strategies

  • Inspect web server and application logs for SQL metacharacters in POST and GET parameters submitted to MATCHA INVOICE endpoints
  • Enable database-level query auditing to capture and review queries executed by the application service account
  • Deploy a Web Application Firewall (WAF) with SQL injection signatures in front of the MATCHA INVOICE application
  • Correlate authenticated session activity with database access patterns to flag unusual data retrieval volumes

Monitoring Recommendations

  • Alert on database errors returned to the application that contain SQL syntax fragments, which often accompany injection probing
  • Monitor for changes to invoice, customer, or financial tables outside scheduled business operations
  • Track failed login attempts followed by successful authentication and immediate complex query activity

How to Mitigate CVE-2026-24913

Immediate Actions Required

  • Upgrade MATCHA INVOICE to a version later than 2.6.6 as soon as the vendor patch is applied to your deployment
  • Audit all user accounts in MATCHA INVOICE and disable or rotate credentials for accounts that are inactive or unnecessary
  • Review database and application logs for evidence of prior exploitation against the affected versions
  • Restrict network access to the MATCHA INVOICE application to trusted networks until patching is complete

Patch Information

ICZ has published guidance and version information through the ICZ News Update. Administrators should apply the fixed release identified in the vendor advisory. Verify the installed version after upgrade and confirm that the patched build is in production.

Workarounds

  • Place MATCHA INVOICE behind a WAF configured with SQL injection rule sets if immediate patching is not feasible
  • Limit the database account used by the application to least-privilege permissions, removing UPDATE and DELETE rights where the workflow allows
  • Enforce strong authentication and multi-factor authentication on all MATCHA INVOICE user accounts to reduce attacker access to the authenticated attack surface
bash
# Example: restrict database privileges for the application account
REVOKE DELETE, DROP, ALTER ON matcha_invoice.* FROM 'matcha_app'@'%';
GRANT SELECT, INSERT, UPDATE ON matcha_invoice.* TO 'matcha_app'@'%';
FLUSH PRIVILEGES;

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechIcz Matcha Invoice

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • JVN Security Advisory
  • Vendor Resources
  • ICZ News Update
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel DOS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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