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-2021-35485

CVE-2021-35485: Nokia Impact RCE Vulnerability

CVE-2021-35485 is a remote code execution vulnerability in Nokia Impact that allows authenticated users to upload malicious server-side files. This article covers the technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2021-35485 Overview

CVE-2021-35485 is an arbitrary file upload vulnerability affecting the Applications component of Nokia IMPACT IoT platform. The vulnerability allows an authenticated user to upload server-side executable files via the /ui/rest-proxy/application fileupload parameter. This security flaw can be exploited during the process of adding a new application or when editing an existing one, potentially leading to remote code execution on the affected server.

Critical Impact

Authenticated attackers with adjacent network access can upload malicious executable files to the Nokia IMPACT server, potentially achieving remote code execution and full system compromise of IoT infrastructure.

Affected Products

  • Nokia IMPACT IoT Platform versions through 19.11.2.10-20210118042150283

Discovery Timeline

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

Technical Details for CVE-2021-35485

Vulnerability Analysis

This vulnerability is classified as CWE-434 (Unrestricted Upload of File with Dangerous Type). The Nokia IMPACT platform's Applications component fails to properly validate or restrict file types during the upload process. An authenticated user with access to the application management functionality can exploit the /ui/rest-proxy/application endpoint's fileupload parameter to upload arbitrary server-side executable files.

The attack requires authentication and adjacent network access, meaning the attacker must be on the same network segment as the Nokia IMPACT server. Once exploited, the vulnerability can lead to complete compromise of confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause of CVE-2021-35485 lies in insufficient file type validation within the Nokia IMPACT Applications component. The /ui/rest-proxy/application endpoint accepts file uploads without properly restricting the types of files that can be uploaded. This allows authenticated users to bypass intended security controls and upload potentially malicious server-side executable files such as web shells, scripts, or compiled binaries.

The vulnerability exists in both the application creation workflow and the application editing workflow, indicating that the file upload validation logic is fundamentally flawed rather than being a specific edge case.

Attack Vector

The attack vector for this vulnerability requires an authenticated user with adjacent network access to the Nokia IMPACT platform. The attacker must:

  1. Authenticate to the Nokia IMPACT web interface with valid credentials
  2. Navigate to the application management functionality
  3. Exploit the fileupload parameter in the /ui/rest-proxy/application endpoint
  4. Upload a malicious server-side executable file (e.g., web shell, reverse shell script)
  5. Execute the uploaded file to gain unauthorized access or control

The adjacent network requirement means the attacker must be positioned on the same local network segment as the target Nokia IMPACT server, which may include internal corporate networks or IoT management networks.

Detection Methods for CVE-2021-35485

Indicators of Compromise

  • Unusual file uploads to the Nokia IMPACT application directories, particularly executable files with extensions like .jsp, .php, .sh, or .exe
  • Suspicious HTTP POST requests to the /ui/rest-proxy/application endpoint with file upload payloads
  • Unexpected server-side script executions or process spawning from Nokia IMPACT application directories
  • Anomalous authentication patterns followed by file upload activity

Detection Strategies

  • Monitor HTTP traffic to the /ui/rest-proxy/application endpoint for file upload requests containing executable file types
  • Implement file integrity monitoring on Nokia IMPACT application directories to detect unauthorized file additions
  • Review application logs for file upload events, particularly those involving non-standard file types
  • Deploy web application firewalls (WAF) configured to inspect multipart form data for malicious payloads

Monitoring Recommendations

  • Enable detailed logging for the Nokia IMPACT Applications component to capture all file upload activity
  • Configure alerts for file creation events in web-accessible directories on the Nokia IMPACT server
  • Implement network segmentation monitoring to detect lateral movement from compromised IoT management infrastructure
  • Regularly audit user accounts and access permissions to the application management functionality

How to Mitigate CVE-2021-35485

Immediate Actions Required

  • Restrict network access to the Nokia IMPACT platform to only authorized administrative networks
  • Review and remove any suspicious files from Nokia IMPACT application directories
  • Audit user accounts with access to application management functionality and revoke unnecessary permissions
  • Implement additional network segmentation to isolate the Nokia IMPACT server from general network access

Patch Information

Organizations should contact Nokia directly for patching guidance and security updates for the IMPACT IoT platform. Review the Gruppo TIM Analysis for additional technical details. Nokia's Responsible Disclosure Policy provides contact information for security-related inquiries.

Workarounds

  • Implement strict file type whitelisting at the web application firewall level to block executable file uploads
  • Deploy application-layer controls to restrict the file types accepted by the upload functionality
  • Enable additional authentication requirements (MFA) for users with application management privileges
  • Consider disabling or restricting access to the application management feature until a patch is available

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechNokia Impact

  • SeverityHIGH

  • CVSS Score8.0

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-434
  • Technical References
  • Nokia IoT Platform Overview

  • Nokia Responsible Disclosure Policy
  • Vendor Resources
  • Gruppo TIM Analysis: CVE-2021-35485
  • Related CVEs
  • CVE-2023-31044: Nokia Impact CSV Injection Vulnerability

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

  • CVE-2021-35483: Nokia IMPACT XSS 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