vendor:
Bang Resto
by:
Rahad Chowdhury
4.8
CVSS
MEDIUM
Stored Cross-Site Scripting (XSS)
79
CWE
Product Name: Bang Resto
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: CVE-2023-29848
CPE: a:hockeycomputindo:bang_resto:1.0
Platforms Tested: Windows 10, PHP 7.4.29, Apache 2.4.53
2023
Bang Resto v1.0 – Stored Cross-Site Scripting (XSS)
Bang Resto v1.0 is vulnerable to Stored Cross-Site Scripting (XSS). An attacker can inject malicious JavaScript code into the 'itemName' parameter of the 'menu.php' page. When a victim visits the page, the malicious code will be executed in the victim's browser. This can be used to steal session cookies, hijack user accounts, and perform other malicious activities.
Mitigation:
Input validation should be used to prevent XSS attacks. All user-supplied input should be validated and sanitized before being used in the application.