CVE-2020-37148
Stored XSS in P5 FNIP Label Modification Function
Publication date: 2026-02-05
Last updated on: 2026-02-05
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| p5 | fnip-8x16a | 1.0.20 |
| p5 | fnip-4xsh | 1.0.20 |
| p5 | fnip-8x16a | 1.0.11 |
| p5 | fnip-4xsh | 1.0.11 |
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 affects P5 FNIP-8x16A/FNIP-4xSH versions 1.0.20 and 1.0.11 and is a stored cross-site scripting (XSS) issue. It occurs because input passed to several GET/POST parameters is not properly sanitized before being returned to the user. This allows attackers to inject and execute arbitrary HTML and script code within a user's browser session in the context of the affected site.
An example of exploitation is by submitting crafted input to the label modification functionality, such as the 'lab4' parameter in config.html.
How can this vulnerability impact me? :
This stored cross-site scripting vulnerability can allow attackers to execute arbitrary scripts in the context of the affected website when a user interacts with it. This can lead to unauthorized actions performed on behalf of the user, theft of session cookies, or other malicious activities within the user's browser session.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know