Cyber Resilience

CVE-2026-24494

Critical

Published: 23 February 2026

Published
23 February 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0036 28.2th percentile
Risk Priority 70 floored blend · peak EPSS

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 28.2th 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).

Deeper analysis

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.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

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.

CWE(s)

Related Threats

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 v19.0

CVEs Like This One

CVE-2026-24956Shared CWE-89
CVE-2026-33615Shared CWE-89
CVE-2025-28939Shared CWE-89
CVE-2021-47872Shared CWE-89
CVE-2025-28873Shared CWE-89
CVE-2019-25636Shared CWE-89
CVE-2026-32611Shared CWE-89
CVE-2026-42755Shared CWE-89
CVE-2024-53544Shared CWE-89
CVE-2026-21410Shared CWE-89

Affected Assets

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

Mitigating Controls

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.

References