Cyber Posture

CVE-2026-24494

Critical

Published: 23 February 2026

Published
23 February 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0010 27.8th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-24494 is a critical-severity SQL Injection (CWE-89) vulnerability in Spartanssec (inferred from references). Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 27.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-9 (Information Input Restrictions).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly prevents SQL injection by validating the crafted store_id parameter in POST requests to ensure only legitimate inputs are processed by the backend database query.

prevent

Enforces restrictions on the store_id parameter, such as whitelisting valid values or limiting length and characters, to block malicious SQL injection payloads.

preventdetect

Boundary protection with web application firewalls inspects and blocks POST requests to the /api/integrations/getintegrations endpoint containing SQL injection patterns.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Direct unauthenticated network exploitation of a public-facing web API endpoint via SQL injection (CWE-89) to access/modify backend data.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

SQL Injection vulnerability in the /api/integrations/getintegrations endpoint of Order Up Online Ordering System 1.0 allows an unauthenticated attacker to access sensitive backend database data via a crafted store_id parameter in a POST request.

Deeper analysisAI

CVE-2026-24494 is a SQL injection vulnerability (CWE-89) in the Order Up Online Ordering System version 1.0. The issue affects the /api/integrations/getintegrations endpoint, where an unauthenticated attacker can submit a crafted store_id parameter in a POST request to access sensitive backend database data. Published on 2026-02-23, it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating critical severity due to its high impact on confidentiality, integrity, and availability.

An unauthenticated attacker with network access can exploit this vulnerability without user interaction or privileges. By sending a specially crafted POST request to the vulnerable endpoint, the attacker can manipulate SQL queries to extract sensitive data from the backend database, potentially leading to unauthorized data disclosure, modification, or denial of service.

Mitigation details are provided in the advisory at https://www.spartanssec.com/post/multiple-unauthenticated-sql-injection-vulnerabilities.

Details

CWE(s)

Affected Products

Spartanssec
inferred from references and description; NVD did not file a CPE for this CVE

CVEs Like This One

CVE-2025-69213Shared CWE-89
CVE-2025-52577Shared CWE-89
CVE-2026-41490Shared CWE-89
CVE-2026-35168Shared CWE-89
CVE-2025-22350Shared CWE-89
CVE-2025-68865Shared CWE-89
CVE-2025-57792Shared CWE-89
CVE-2020-36999Shared CWE-89
CVE-2025-22716Shared CWE-89
CVE-2025-1648Shared CWE-89

References