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

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.

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.

Security SummaryAI

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)

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

References