Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2021-35483

CVE-2021-35483: Nokia IMPACT XSS Vulnerability

CVE-2021-35483 is a cross-site scripting flaw in Nokia IMPACT that allows authenticated users to upload malicious JavaScript files. This article covers technical details, affected versions, impact, and mitigation.

Published: March 6, 2026

CVE-2021-35483 Overview

CVE-2021-35483 is a stored Cross-Site Scripting (XSS) vulnerability affecting the Applications component of Nokia IMPACT IoT Platform. The flaw allows an authenticated user to arbitrarily upload JavaScript files via the /ui/rest-proxy/application fileupload parameter. This upload capability is accessible during both the addition of new applications and the modification of existing ones. When another authenticated user visits the web page where the malicious file is published, the embedded JavaScript code executes in their browser context.

Critical Impact

Authenticated attackers can inject and store malicious JavaScript that executes in victims' browsers, potentially leading to session hijacking, credential theft, and unauthorized actions within the Nokia IMPACT management console.

Affected Products

  • Nokia IMPACT IoT Platform through version 19.11.2.10-20210118042150283
  • Nokia IMPACT Applications Component
  • Nokia IMPACT Web Interface (/ui/rest-proxy/application endpoint)

Discovery Timeline

  • 2026-03-03 - CVE-2021-35483 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2021-35483

Vulnerability Analysis

This vulnerability falls under CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The Nokia IMPACT platform fails to properly validate and sanitize file uploads through its Applications component, allowing authenticated users to upload files containing malicious JavaScript code.

The attack requires adjacent network access and low-privilege authentication, combined with user interaction from a victim who must navigate to the page hosting the uploaded malicious content. Once triggered, the stored XSS payload executes with the privileges of the viewing user's session, enabling potential data exfiltration, session token theft, or unauthorized configuration changes within the IoT platform.

The Nokia IMPACT IoT Platform is widely deployed for managing Internet of Things devices and infrastructure, making this vulnerability particularly concerning for enterprise environments where administrative access could provide attackers with control over connected IoT assets.

Root Cause

The root cause of this vulnerability lies in insufficient input validation and output encoding within the file upload functionality of the Applications component. The platform does not properly inspect or sanitize the contents of uploaded files, nor does it implement Content Security Policy (CSP) headers that would prevent the execution of injected scripts. The /ui/rest-proxy/application endpoint accepts JavaScript files without verification, and the application subsequently serves these files without proper content-type restrictions or script blocking mechanisms.

Attack Vector

The attack is executed via the adjacent network, requiring the attacker to have authenticated access to the Nokia IMPACT platform. The exploitation process involves:

  1. Authenticating to the Nokia IMPACT web interface with valid credentials
  2. Navigating to the application management section
  3. Uploading a crafted JavaScript file via the fileupload parameter to /ui/rest-proxy/application
  4. Waiting for another authenticated user to access the page where the malicious file is rendered
  5. The malicious JavaScript executes in the victim's browser with their session context

The vulnerability can be triggered during routine application management tasks, making it particularly insidious as victims may not realize they are accessing malicious content. For detailed technical analysis, see the Gruppo TIM security advisory.

Detection Methods for CVE-2021-35483

Indicators of Compromise

  • Unusual JavaScript file uploads to the /ui/rest-proxy/application endpoint
  • Web server logs showing repeated access to uploaded application files containing JavaScript
  • Unexpected session activity or privilege changes following file uploads
  • Browser console errors or unexpected script execution warnings when accessing application pages

Detection Strategies

  • Monitor HTTP POST requests to /ui/rest-proxy/application for file uploads containing JavaScript or HTML content
  • Implement web application firewall (WAF) rules to detect and block file uploads with executable script content
  • Review audit logs for application creation or modification events that include file attachments
  • Deploy browser-based XSS detection tools that flag suspicious script execution patterns

Monitoring Recommendations

  • Enable detailed logging on the Nokia IMPACT platform to capture all file upload activities
  • Configure SIEM alerts for anomalous user behavior patterns, particularly around file upload and application management functions
  • Implement network traffic analysis to detect script injection attempts within HTTP requests
  • Regularly audit uploaded files within the Applications component for malicious content

How to Mitigate CVE-2021-35483

Immediate Actions Required

  • Restrict access to the application management interface to only essential personnel
  • Implement network segmentation to limit adjacent network access to the Nokia IMPACT platform
  • Review and audit all previously uploaded application files for malicious JavaScript content
  • Enable additional authentication requirements for administrative actions within the platform

Patch Information

Organizations should consult Nokia's official security resources for available patches and updated versions. For responsible disclosure information and security updates, refer to the Nokia Responsible Disclosure Notices page. Contact Nokia support directly to obtain patched versions of the IMPACT IoT Platform that address this vulnerability.

Workarounds

  • Implement strict Content Security Policy (CSP) headers at the web server level to prevent inline script execution
  • Configure the web server to serve uploaded files with Content-Disposition: attachment headers to prevent browser rendering
  • Deploy a reverse proxy with file inspection capabilities to scan and quarantine JavaScript uploads
  • Temporarily disable the file upload functionality within the Applications component if not operationally required
bash
# Example CSP header configuration for Apache
# Add to httpd.conf or .htaccess
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'"

# Example nginx configuration
# Add to server block
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'" always;

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechNokia Impact

  • SeverityMEDIUM

  • CVSS Score4.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Gruppo TIM CVE-2021-35483 Impact

  • Nokia IoT Platform Overview

  • Nokia Responsible Disclosure Notices
  • Related CVEs
  • CVE-2021-35485: Nokia Impact RCE Vulnerability

  • CVE-2021-35484: Nokia IMPACT SQL Injection Vulnerability

  • CVE-2023-31044: Nokia Impact CSV Injection 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