CVE-2025-70891
BaseFortify
Publication date: 2026-01-15
Last updated on: 2026-01-15
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| efekaanakkar | cyber_cafe_management_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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a stored cross-site scripting (XSS) issue in the Phpgurukul Cyber Cafe Management System v1.0, specifically in the user management module. It occurs because the application does not properly sanitize or encode user input submitted via the uadd parameter in the add-users.php endpoint. An authenticated attacker can inject malicious JavaScript code that is stored persistently in the database. This malicious code executes when a privileged user clicks the View button on the view-allusers.php page.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to execute arbitrary JavaScript code in the context of a privileged user's browser. This can lead to unauthorized actions such as stealing session cookies, performing actions on behalf of the privileged user, or defacing the application interface. Since the malicious script is stored persistently, it can repeatedly affect users who access the vulnerable page, potentially compromising sensitive information and system integrity.