The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2020-37148

CVE-2020-37148: P5 FNIP Device Stored XSS Vulnerability

CVE-2020-37148 is a stored XSS vulnerability in P5 FNIP-8x16A/FNIP-4xSH devices that allows attackers to inject malicious scripts through unsanitized GET/POST parameters. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2020-37148 Overview

CVE-2020-37148 is a stored cross-site scripting (XSS) vulnerability affecting P5 FNIP-8x16A and FNIP-4xSH industrial network interface devices. The vulnerability exists due to improper sanitization of user-supplied input passed to several GET/POST parameters in the device's web management interface. Attackers can exploit this flaw to inject and store malicious HTML and JavaScript code that executes in the browser sessions of other users who access the affected pages.

The vulnerability specifically manifests in the label modification functionality of the device's configuration interface. For example, the lab4 parameter in config.html does not properly validate or sanitize input before storing and rendering it, allowing persistent XSS attacks that can compromise administrative sessions and potentially lead to device takeover.

Critical Impact

Attackers can execute arbitrary scripts in authenticated user sessions, potentially stealing credentials, modifying device configurations, or pivoting to attack other network infrastructure.

Affected Products

  • P5 FNIP-8x16A version 1.0.20
  • P5 FNIP-4xSH version 1.0.11

Discovery Timeline

  • 2026-02-05 - CVE CVE-2020-37148 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2020-37148

Vulnerability Analysis

This stored cross-site scripting vulnerability (CWE-79) allows attackers with network access to inject malicious scripts into the device's web interface. Unlike reflected XSS attacks that require social engineering to deliver malicious URLs, stored XSS payloads persist on the server and automatically execute when legitimate users access the affected pages.

The vulnerability affects the label configuration functionality where user-provided values are stored without proper sanitization and subsequently rendered in HTML output without adequate encoding. When an administrator or other authenticated user views pages containing the injected content, the malicious scripts execute within their browser context with full access to session cookies and the DOM of the affected application.

Industrial control devices like the P5 FNIP series are particularly sensitive targets, as compromised administrative sessions could enable attackers to modify network configurations, disrupt operations, or establish persistence within operational technology (OT) environments.

Root Cause

The root cause is insufficient input validation and output encoding in the web application running on the affected devices. Multiple GET and POST parameters, including the lab4 parameter in config.html, fail to sanitize special characters such as angle brackets, quotes, and event handler attributes. When these values are stored and later rendered in HTML responses, browser interpreters process injected script tags and event handlers as legitimate code.

Attack Vector

The attack is network-based and requires low privileges—an attacker needs authenticated access to the device's web interface to inject malicious payloads. The attack also requires user interaction, as a victim must navigate to a page containing the stored payload for the XSS to trigger.

A typical attack scenario involves:

  1. Attacker authenticates to the device's web interface
  2. Attacker navigates to the label configuration page (config.html)
  3. Attacker submits a crafted payload containing JavaScript in a label field (e.g., lab4)
  4. The payload is stored on the device
  5. When an administrator views the configuration page, the malicious script executes in their browser session
  6. The script can exfiltrate session cookies, perform actions on behalf of the admin, or redirect to phishing pages

For detailed technical information and proof-of-concept examples, see the Zero Science Lab Advisory and the Exploit-DB entry.

Detection Methods for CVE-2020-37148

Indicators of Compromise

  • Unusual or suspicious content stored in device label fields containing HTML tags, script elements, or JavaScript event handlers
  • Web server logs showing requests to config.html with encoded or obfuscated payloads in parameter values
  • Session anomalies indicating potential credential theft or unauthorized administrative actions
  • Browser console errors or unexpected script execution when accessing device configuration pages

Detection Strategies

  • Implement web application firewall (WAF) rules to detect XSS payload patterns in HTTP requests to device management interfaces
  • Monitor network traffic for suspicious JavaScript patterns in HTTP responses from P5 FNIP devices
  • Review device configuration exports for anomalous entries in label fields or other user-configurable text values
  • Deploy browser-based XSS detection extensions for administrators who manage these devices

Monitoring Recommendations

  • Enable verbose logging on P5 FNIP devices and forward logs to a centralized SIEM for correlation analysis
  • Alert on configuration changes to label fields or other text-based parameters that may contain XSS payloads
  • Monitor for outbound connections from administrative workstations to unknown external domains following device management sessions
  • Implement content security policies (CSP) at the network level where possible to restrict script execution sources

How to Mitigate CVE-2020-37148

Immediate Actions Required

  • Restrict network access to P5 FNIP device management interfaces to trusted administrative networks only
  • Review and sanitize all existing label configurations for potentially malicious content
  • Implement network segmentation to isolate affected devices from general user networks
  • Use dedicated, hardened administrative workstations for managing these devices

Patch Information

Check with P5 for firmware updates that address this vulnerability. The P5 vendor website should be monitored for security advisories and updated firmware releases. Additional technical details are available through the VulnCheck Advisory, IBM X-Force, and Packet Storm.

Workarounds

  • Deploy a reverse proxy or WAF in front of device management interfaces to filter XSS payloads
  • Disable or restrict access to the web management interface and use alternative management methods if available
  • Implement strict access controls limiting which users can modify device labels and configuration
  • Enable browser XSS filters and use modern browsers with built-in XSS protection for administrative tasks
bash
# Example: Network segmentation using iptables to restrict management access
# Allow management access only from trusted admin subnet
iptables -A INPUT -p tcp --dport 80 -s 10.10.50.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 10.10.50.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechP5

  • SeverityMEDIUM

  • CVSS Score5.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • IBM X-Force Vulnerability

  • Packet Storm Security File

  • Exploit-DB #48362

  • P5 Security Website

  • VulnCheck Advisory

  • Zero Science Vulnerability
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English