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-35486

CVE-2021-35486: Nokia IMPACT CSRF Vulnerability

CVE-2021-35486 is a Cross-Site Request Forgery flaw in Nokia IMPACT that allows attackers to import and overwrite application configurations. This post covers technical details, affected versions, impact, and mitigation.

Published: March 6, 2026

CVE-2021-35486 Overview

A Cross-Site Request Forgery (CSRF) vulnerability has been identified in Nokia IMPACT, the company's IoT platform solution, through version 19.11.2.10-20210118042150283. This vulnerability allows remote attackers to import and overwrite the entire application configuration by exploiting missing CSRF token validation in the /ui/rest-proxy/entity/import endpoint.

The core issue stems from inadequate validation of CSRF protection mechanisms. Specifically, neither the X-CSRF-NONCE HTTP header nor the CSRF-NONCE cookie is properly validated, enabling attackers to craft malicious requests that can completely compromise application configurations when executed by authenticated users.

Critical Impact

Remote attackers can fully import and overwrite application configurations, potentially leading to complete compromise of IoT infrastructure management systems without requiring any authentication of their own.

Affected Products

  • Nokia IMPACT IoT Platform through version 19.11.2.10-20210118042150283
  • Nokia IMPACT REST API endpoints, specifically /ui/rest-proxy/entity/import
  • Organizations using Nokia IMPACT for IoT device management and orchestration

Discovery Timeline

  • 2026-03-03 - CVE-2021-35486 published to NVD
  • 2026-03-04 - Last updated in NVD database

Technical Details for CVE-2021-35486

Vulnerability Analysis

This CSRF vulnerability exists due to the absence of proper anti-CSRF token validation in the Nokia IMPACT platform's configuration import functionality. The /ui/rest-proxy/entity/import endpoint accepts configuration import requests without verifying the authenticity of the request origin.

When an authenticated administrator browses to a malicious website while logged into the Nokia IMPACT platform, an attacker can leverage this vulnerability to perform unauthorized actions. The attack exploits the trust relationship between the user's browser and the Nokia IMPACT server, using the administrator's existing session to import malicious configuration data.

The impact is particularly severe because successful exploitation allows attackers to completely overwrite the application's configuration, potentially affecting all connected IoT devices, network settings, user permissions, and security policies managed through the platform.

Root Cause

The vulnerability originates from improper implementation of CSRF protections in the Nokia IMPACT web application (CWE-352). While the application includes CSRF protection mechanisms (X-CSRF-NONCE header and CSRF-NONCE cookie), these tokens are not properly validated on the server side for the configuration import endpoint.

This represents a common implementation flaw where CSRF infrastructure exists but enforcement is missing for critical functionality. The configuration import feature, which should require strict origin verification due to its sensitive nature, was left unprotected.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker must trick an authenticated Nokia IMPACT administrator into visiting a malicious webpage or clicking a crafted link. The attack flow typically involves:

  1. Attacker identifies a target organization using Nokia IMPACT
  2. Attacker crafts a malicious webpage containing a hidden form or JavaScript that submits a configuration import request to the /ui/rest-proxy/entity/import endpoint
  3. The malicious payload includes attacker-controlled configuration data
  4. When a logged-in administrator visits the malicious page, their browser automatically includes session cookies with the forged request
  5. The Nokia IMPACT server accepts the request without validating CSRF tokens, importing the attacker's configuration

Since the vulnerability does not require the X-CSRF-NONCE header or CSRF-NONCE cookie to be present or valid, the forged request bypasses all CSRF protections. This allows the attacker to import arbitrary configuration data, potentially including malicious device profiles, altered network settings, or modified access controls.

Detection Methods for CVE-2021-35486

Indicators of Compromise

  • Unexpected configuration changes in Nokia IMPACT platform without corresponding audit trail entries from legitimate administrators
  • Configuration import operations originating from unusual IP addresses or at abnormal times
  • Web server logs showing POST requests to /ui/rest-proxy/entity/import without valid X-CSRF-NONCE headers
  • Reports of administrators experiencing unusual browser behavior or redirects while logged into Nokia IMPACT

Detection Strategies

  • Monitor HTTP request logs for the /ui/rest-proxy/entity/import endpoint, specifically analyzing requests lacking proper CSRF token headers
  • Implement anomaly detection for configuration changes that occur without corresponding administrative login activity from expected sources
  • Deploy web application firewalls (WAF) with rules to detect and block CSRF-style attacks targeting import functionality
  • Enable comprehensive audit logging for all configuration modifications within Nokia IMPACT

Monitoring Recommendations

  • Configure alerting for any configuration import operations outside of scheduled maintenance windows
  • Implement network-level monitoring for connections from Nokia IMPACT to unexpected external resources that could indicate configuration tampering
  • Establish baseline configuration snapshots and automated comparison tools to detect unauthorized modifications
  • Review Nokia IMPACT access logs regularly for signs of session hijacking or unusual administrative actions

How to Mitigate CVE-2021-35486

Immediate Actions Required

  • Upgrade Nokia IMPACT to a patched version that properly validates CSRF tokens on all sensitive endpoints
  • Implement additional network-level access controls to restrict access to the /ui/rest-proxy/entity/import endpoint to trusted IP addresses only
  • Enforce multi-factor authentication for all administrative access to Nokia IMPACT
  • Train administrators on CSRF attack vectors and safe browsing practices when logged into administrative interfaces
  • Conduct an audit of current configuration settings to verify no unauthorized modifications have occurred

Patch Information

Organizations should consult Nokia's security advisories and support channels for patched versions of the IMPACT platform. For detailed information about this vulnerability and remediation guidance, refer to the Gruppo TIM Impact Analysis. Security issues can be reported through the Nokia Responsible Disclosure Policy.

For more information about the affected product, see the Nokia IoT Platform Overview.

Workarounds

  • Implement a reverse proxy or web application firewall in front of Nokia IMPACT that validates CSRF tokens for all state-changing requests
  • Restrict administrative access to Nokia IMPACT to dedicated management networks isolated from general internet browsing
  • Use separate browser profiles or dedicated browsers exclusively for Nokia IMPACT administration to reduce CSRF attack surface
  • Configure session timeouts to minimize the window of opportunity for CSRF attacks

Organizations using Nokia IMPACT should implement strict network segmentation to limit exposure of the management interface and ensure administrators follow security best practices when accessing the platform.

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechNokia

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.02%

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

  • Nokia IoT Platform Overview

  • Nokia Responsible Disclosure Policy
  • Related CVEs
  • CVE-2025-24819: Nokia MantaRay Path Traversal Flaw

  • CVE-2025-24818: Nokia MantaRay NM RCE Vulnerability

  • CVE-2025-24817: Nokia MantaRay NM RCE 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