CVE-2026-79804
Deferred Deferred - Pending Action

SQL Injection in SililaWijesinghe Food Ordering System

Vulnerability report for CVE-2026-79804, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-25

Last updated on: 2026-08-28

Assigner: VulDB

Description

A vulnerability was found in SililaWijesinghe Food Ordering System up to ba314e897e3365600461e5ea59432e39ceaa0fa5. Affected by this issue is some unknown functionality of the file /search.php. Performing a manipulation of the argument search_box results in sql injection. Remote exploitation of the attack is possible. The exploit has been made public and could be used. This product follows a rolling release approach for continuous delivery, so version details for affected or updated releases are not provided. The vendor was contacted early about this disclosure but did not respond in any way.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-25
Last Modified
2026-08-28
Generated
2026-09-15
AI Q&A
2026-08-26
EPSS Evaluated
2026-09-13
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
sililawijesinghe food_ordering_system to ba314e897e3365600461e5ea59432e39ceaa0fa5 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in the SililaWijesinghe Food Ordering System. It exists in the /search.php file where the search_box argument is improperly sanitized. Attackers can manipulate this input to execute arbitrary SQL commands on the database. The exploit has been publicly disclosed and is actively usable. The vendor did not respond to the disclosure attempt.

Detection Guidance

To detect SQL injection via the search_box parameter in /search.php, monitor web server logs for unusual queries containing SQL syntax like ' OR 1=1 -- or UNION SELECT. Use tools like sqlmap to test the parameter: sqlmap -u "http://target/search.php?search_box=test" --batch. Check for errors in application responses that reveal database details.

Impact Analysis

This vulnerability allows remote attackers to execute unauthorized SQL commands. Potential impacts include unauthorized data access, modification, or deletion in the database. Attackers could steal sensitive information like user credentials, payment details, or order history. The system's integrity and availability may also be compromised.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA compliance requirements. GDPR mandates strict data protection and breach notification, which this flaw undermines by enabling unauthorized data access. HIPAA requires safeguards for protected health information, which could be exposed through SQL injection. Non-compliance risks include legal penalties and reputational damage.

Mitigation Strategies

Immediately disable or restrict access to the /search.php file in the SililaWijesinghe Food Ordering System. Apply input validation and sanitization for the search_box argument to prevent SQL injection. Monitor network traffic for unusual database queries or unauthorized access attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-79804. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart