CVE-2025-10837
BaseFortify
Publication date: 2025-09-23
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| fabian | simple_food_ordering_system | 1.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-10837 is a stored Cross-Site Scripting (XSS) vulnerability in the Simple Food Ordering System version 1.0, specifically in the /ordersimple/order.php file. It occurs because user input in the "ID" argument is not properly sanitized or escaped before being included in the web page output. This allows an attacker to inject malicious JavaScript code that executes in the browsers of users visiting the order page. The injected scripts can steal cookies or session tokens, hijack accounts, perform unauthorized actions, display fake content or phishing forms, and potentially distribute malware. [1, 2]
How can this vulnerability impact me? :
This vulnerability can impact you by allowing attackers to execute malicious scripts in your users' browsers. Consequences include theft of user cookies or session tokens leading to account hijacking, unauthorized actions such as placing orders or modifying account details on behalf of users, display of fake content or phishing forms to steal sensitive information, and potential malware distribution through injected scripts. These impacts can compromise user trust and the security of your system. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by checking for the presence of the vulnerable file /ordersimple/order.php and testing the 'ID' parameter for cross-site scripting (XSS) by injecting typical XSS payloads. Additionally, vulnerable targets can be identified using Google dorking with the query: inurl:ordersimple/order.php. [2]
What immediate steps should I take to mitigate this vulnerability?
No known countermeasures or mitigations are currently available. The suggested immediate step is to replace the affected software with a non-vulnerable version or alternative solution to prevent exploitation. [2]