P5 FNIP-8x16A/FNIP-4xSH versions 1.0.20 and 1.0.11 suffer from a stored cross-site scripting vulnerability. Input passed to several GET/POST parameters is not properly sanitized before being returned to the user, allowing attackers to execute arbitrary HTML and script code in a user's browser session in the context of the affected site. This can be exploited by submitting crafted input to the label modification functionality, such as the 'lab4' parameter in config.html.
Security readout for executives and security teams
Plain-English summary
This vulnerability lets a logged-in attacker store malicious web content in a P5 FNIP device interface. When another user views the affected page, their browser may run that content as part of the device site. Business risk is mainly management-interface compromise, session abuse, and loss of trust in device administration.
Executive priority
Treat this as a moderate-priority management-plane issue. It is not described as remote unauthenticated takeover, but public exploit references and device administration context justify timely inventory, access restriction, and vendor-guidance review.
Technical view
CVE-2020-37148 is stored XSS in P5 FNIP-8x16A/FNIP-4xSH versions 1.0.20 and 1.0.11. Several GET/POST parameters are insufficiently sanitized before being returned to users, including label modification functionality such as the lab4 parameter in config.html. CVSS v4.0 is 5.1, with low attack complexity, low privileges, and passive user interaction.
Likely exposure
Exposure is likely limited to organizations running the named P5 FNIP devices and firmware versions, especially where the management interface is reachable by broad internal users or the internet. The source bundle does not prove exposure for other P5 products or versions.
Exploitation context
Public exploit-oriented references exist from Zero Science Lab, ExploitDB, and Packet Storm. The bundle does not indicate CISA KEV listing or confirmed active exploitation, so active exploitation should not be claimed from this evidence alone.
Researcher notes
Evidence supports stored XSS with low privileges and passive user interaction. Sources name label modification and lab4 in config.html, but the bundle does not provide a vendor patch version, active exploitation evidence, or broader affected-version range.
Mitigation direction
Inventory P5 FNIP-8x16A and FNIP-4xSH devices and record firmware versions.
Check P5 guidance for fixed firmware or supported remediation before changing devices.
Restrict management interfaces to trusted admin networks or VPN access.
Limit administrative accounts and remove unnecessary low-privilege access.
Review saved labels and configuration fields for unexpected HTML or script content.
Validation and detection
Confirm whether any device runs version 1.0.20 or 1.0.11.
Verify management pages are not internet-exposed.
Review config.html label fields for stored unsafe markup.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.