CVE-2025-57204
BaseFortify
Publication date: 2025-09-22
Last updated on: 2025-10-03
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| ui-lib | stocky | 5.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 Stocky POS with Inventory Management & HRM (ui-lib) version 5.0, specifically in the Products module. Authenticated users can submit malicious HTML or JavaScript code via the product name parameter during product creation. Because the application does not properly sanitize or encode this input, the malicious code is stored and later executed in other users' browsers when they view the affected product pages. This allows attackers to run arbitrary JavaScript in the context of other users.
How can this vulnerability impact me? :
The vulnerability can lead to several serious impacts including session hijacking, privilege escalation within the application, data exfiltration, and administrative account takeover. Essentially, an attacker can execute arbitrary JavaScript in other users' browsers, potentially gaining unauthorized access to sensitive information or control over the application.