A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-5157

CVE-2026-5157: Online Food Ordering System XSS Vulnerability

CVE-2026-5157 is a cross-site scripting flaw in Online Food Ordering System 1.0 affecting the Order Module. Attackers can exploit the cust_id parameter remotely. This article covers technical details, impact, and mitigation.

Updated: May 14, 2026

CVE-2026-5157 Overview

CVE-2026-5157 is a reflected cross-site scripting (XSS) vulnerability in code-projects Online Food Ordering System 1.0. The flaw resides in the Order Module, specifically in the /form/order.php script. The cust_id parameter is reflected into the response without proper sanitization or output encoding, allowing attackers to inject arbitrary script content. The issue is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation). A public proof-of-concept exploit is available, lowering the barrier to exploitation.

Critical Impact

Remote attackers can deliver crafted links that execute attacker-controlled JavaScript in a victim's browser session, enabling session theft, phishing overlays, and client-side action hijacking within the Order Module.

Affected Products

  • code-projects Online Food Ordering System 1.0
  • Order Module component (/form/order.php)
  • Deployments exposing the cust_id request parameter

Discovery Timeline

  • 2026-03-31 - CVE-2026-5157 published to NVD
  • 2026-04-29 - Last updated in NVD database

Technical Details for CVE-2026-5157

Vulnerability Analysis

The vulnerability affects the Order Module of code-projects Online Food Ordering System 1.0. The /form/order.php endpoint accepts the cust_id parameter from the request and reflects its value back into the rendered HTML response. Because the application does not neutralize HTML control characters or apply context-aware output encoding, an attacker can inject a payload containing <script> tags or HTML event handlers.

The attack requires user interaction. A victim must click a crafted link or load an attacker-controlled page that issues the request. Once the payload renders, it executes in the browser under the origin of the vulnerable application, granting access to cookies, DOM contents, and authenticated actions tied to the Order Module.

The EPSS probability is 0.013%, indicating low observed exploitation activity, but a public proof-of-concept is hosted as a GitHub Gist and indexed by VulDB.

Root Cause

The root cause is missing input validation and output encoding on the cust_id parameter handled by /form/order.php. The application concatenates user-supplied data directly into HTML output without applying functions such as htmlspecialchars() with the ENT_QUOTES flag. This violates the principle of contextual output escaping required to prevent [CWE-79] in PHP web applications.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker crafts a URL targeting /form/order.php with a malicious cust_id value containing JavaScript. The attacker delivers the link through phishing, chat, or a third-party site. When the victim loads the URL, the injected script executes in the browser, with access to any session state held by the Online Food Ordering System.

No verified exploit code is reproduced here. The publicly available proof-of-concept can be reviewed in the GitHub Gist PoC and the corresponding VulDB Vulnerability #354189 entry.

Detection Methods for CVE-2026-5157

Indicators of Compromise

  • HTTP requests to /form/order.php containing cust_id values with <, >, script, onerror, onload, or URL-encoded equivalents such as %3Cscript%3E.
  • Referer headers pointing to external domains followed by anomalous JavaScript execution in browser telemetry.
  • Outbound browser requests to attacker-controlled domains immediately following a visit to /form/order.php.

Detection Strategies

  • Inspect web server access logs for GET or POST requests to /form/order.php where cust_id contains HTML or JavaScript metacharacters.
  • Deploy a web application firewall (WAF) rule that blocks reflected XSS payload patterns on the cust_id parameter.
  • Use Content Security Policy (CSP) violation reports to identify injected inline scripts originating from the Order Module.

Monitoring Recommendations

  • Alert on repeated 200 OK responses to /form/order.php requests carrying encoded angle brackets or javascript: schemes.
  • Correlate browser-side script errors with prior visits to the application to identify successful payload delivery.
  • Track click-through telemetry on emailed or chat-delivered links containing order.php?cust_id=.

How to Mitigate CVE-2026-5157

Immediate Actions Required

  • Restrict public exposure of /form/order.php until a vendor patch is applied or a virtual patch is deployed at the WAF layer.
  • Apply input validation that rejects non-numeric or non-expected character classes for the cust_id parameter.
  • Enforce a strict Content Security Policy that disallows inline scripts and unauthorized script sources.

Patch Information

No vendor advisory or official patch from code-projects has been published in the referenced sources at the time of NVD publication. Refer to the Code Projects Resource Hub and the VulDB Vulnerability #354189 entry for updates. Operators should plan to apply HTML output encoding to all reflected parameters in /form/order.php.

Workarounds

  • Wrap reflected cust_id output in htmlspecialchars($value, ENT_QUOTES, 'UTF-8') before rendering.
  • Configure a WAF rule that blocks requests where cust_id contains <, >, ", ', or javascript: substrings, including URL-encoded variants.
  • Set the HttpOnly and SameSite=Strict flags on session cookies to limit damage from successful script execution.
bash
# Example Apache mod_security rule blocking XSS payloads on cust_id
SecRule ARGS:cust_id "@rx (?i)(<script|onerror=|onload=|javascript:|%3Cscript)" \
    "id:1005157,phase:2,deny,status:403,\
    msg:'CVE-2026-5157 XSS attempt on cust_id parameter',\
    tag:'CWE-79',tag:'attack-xss'"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechN/A

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Code Projects Resource Hub

  • GitHub Gist PoC

  • VulDB Submission #776186

  • VulDB Vulnerability #354189

  • VulDB CTI for #354189
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English