Skip to content
Threat Feed
high advisory

SQL Injection Vulnerability in Simple Online Food Ordering System

A SQL injection vulnerability in SourceCodester Simple Online Food Ordering System version 1.0 allows unauthenticated remote attackers to manipulate database queries via the email parameter in /admin/ajax.php.

CVE search metadata

CVE search record: CVE-2026-81203. Severity: high. CVSS: 7.3. KEV: no. Product: Simple Online Food Ordering System (1.0). Brief: SQL Injection Vulnerability in Simple Online Food Ordering System. Brief link: https://feed.craftedsignal.io/briefs/2026-08-simple-food-sql-injection/

A SQL injection vulnerability, identified as CVE-2026-81203, exists within the admin module of the SourceCodester Simple Online Food Ordering System version 1.0. The vulnerability is located in the /admin/ajax.php file, specifically within the login2 action. Attackers can reach this endpoint remotely and perform malicious manipulation of the email argument. Because this flaw allows for arbitrary SQL command execution, it can potentially lead to unauthorized data exfiltration, modification of database contents, or authentication bypass. The vulnerability has been disclosed publicly, making it available for exploitation. Organizations using this system should restrict access to the /admin/ directory and validate all inputs against the application logic.

Impact

Successful exploitation of this vulnerability allows an unauthenticated remote attacker to execute arbitrary SQL commands against the backend database. This may result in full compromise of the application data, administrative account takeovers, or further exploitation of the underlying database server, depending on the privileges assigned to the database user.

Recommendation

  • Restrict network access to the /admin/ directory using firewall or web application firewall rules to prevent unauthorized remote requests.
  • Apply input sanitization and parameterization to the 'email' argument within /admin/ajax.php to mitigate SQL injection vectors.
  • Audit database logs for anomalous queries originating from the /admin/ajax.php endpoint.

Immediate actions

Restrict access to /admin/ajax.php

IT Operations 24h

Mitigations

Patch or implement WAF rule for CVE-2026-81203

immediate IT Operations

CVE-2026-81203

Detection coverage 1

Detects CVE-2026-81203 Exploitation - SQL Injection in admin ajax.php

high

Detects exploitation of CVE-2026-81203 where an attacker injects SQL syntax into the email parameter of the login2 action

sigma tactics: initial_access techniques: T1190 sources: webserver

Detection queries are available on the platform. Get full rules →