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

CVE-2021-35484: Nokia IMPACT SQL Injection Vulnerability

CVE-2021-35484 is a time-based blind SQL injection flaw in Nokia IMPACT that allows authenticated attackers to extract sensitive database information. This article covers technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2021-35484 Overview

CVE-2021-35484 is a Time-based Boolean Blind SQL Injection vulnerability affecting Nokia IMPACT, an IoT platform solution. The vulnerability exists in the /ui/rest-proxy/campaign/statistic endpoint used for the View Campaign page, where an authenticated user can inject malicious SQL commands through the sortColumn HTTP GET parameter. This allows attackers to extract sensitive data from the underlying database, including database user credentials, database name, and version information.

Critical Impact

An authenticated attacker can extract sensitive database information including credentials, database schema details, and potentially access to all data stored within the Nokia IMPACT platform's database.

Affected Products

  • Nokia IMPACT through version 19.11.2.10-20210118042150283
  • Nokia IMPACT IoT Platform (all versions prior to patched release)

Discovery Timeline

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

Technical Details for CVE-2021-35484

Vulnerability Analysis

This SQL Injection vulnerability (CWE-89) occurs within the campaign statistics functionality of the Nokia IMPACT platform. The endpoint /ui/rest-proxy/campaign/statistic accepts a sortColumn parameter via HTTP GET requests that is not properly sanitized before being incorporated into SQL queries. The vulnerability is classified as a Time-based Boolean Blind SQL Injection, meaning attackers cannot directly see the output of their injected queries but can infer information by observing the application's response times and boolean conditions.

The attack requires authentication, which limits the initial attack surface but still presents significant risk in environments where multiple users have access to the IMPACT platform. Once exploited, attackers can systematically extract database contents including sensitive IoT device information, configuration data, and administrative credentials stored within the platform.

Root Cause

The root cause of this vulnerability is improper input validation and lack of parameterized queries in the campaign statistics endpoint. The sortColumn parameter is directly concatenated into SQL query statements without proper sanitization or use of prepared statements. This allows attackers to inject arbitrary SQL syntax that gets executed by the database engine, bypassing intended query logic.

Attack Vector

The attack is network-based and requires the attacker to have valid authentication credentials to the Nokia IMPACT platform. Once authenticated, the attacker crafts malicious HTTP GET requests to the vulnerable endpoint, manipulating the sortColumn parameter with SQL injection payloads. Using time-based techniques, the attacker can extract data character by character by measuring response delays, or use boolean-based techniques to infer data based on conditional responses.

The attack flow typically involves:

  1. Authenticating to the Nokia IMPACT platform with valid credentials
  2. Accessing the campaign statistics endpoint with crafted sortColumn values
  3. Using time delays or conditional responses to extract database metadata
  4. Escalating to retrieve sensitive data including user credentials and database contents

Detection Methods for CVE-2021-35484

Indicators of Compromise

  • Unusual or malformed requests to /ui/rest-proxy/campaign/statistic endpoint
  • HTTP GET requests containing SQL syntax patterns in the sortColumn parameter (e.g., SLEEP(), WAITFOR, BENCHMARK(), AND, OR, single quotes)
  • Abnormally long response times from the campaign statistics endpoint indicating time-based exploitation
  • Multiple sequential requests to the same endpoint with incrementally varying parameters

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect SQL injection patterns in the sortColumn parameter
  • Configure application logging to capture and alert on requests containing SQL keywords or special characters in query parameters
  • Monitor database query logs for anomalous or malformed queries originating from the IMPACT application
  • Deploy intrusion detection signatures to identify time-based SQL injection attack patterns

Monitoring Recommendations

  • Enable verbose logging on the Nokia IMPACT web server to capture full request details including query parameters
  • Set up alerts for requests to /ui/rest-proxy/campaign/statistic with unusually long processing times
  • Monitor database performance metrics for unexpected load patterns that may indicate data extraction attempts
  • Audit user access logs to identify accounts making suspicious API calls to the vulnerable endpoint

How to Mitigate CVE-2021-35484

Immediate Actions Required

  • Restrict access to the Nokia IMPACT platform to only essential personnel and trusted networks
  • Implement network segmentation to isolate the IMPACT platform from untrusted network segments
  • Enable Web Application Firewall rules specifically targeting SQL injection patterns on the affected endpoint
  • Review and audit all user accounts with access to the IMPACT platform, revoking unnecessary access

Patch Information

Organizations should contact Nokia support directly to obtain the latest security patches for the IMPACT platform. Review the Nokia Responsible Disclosure Notice for guidance on security updates. Additional technical details regarding this vulnerability can be found in the Gruppo TIM security advisory.

Workarounds

  • Deploy a reverse proxy or WAF in front of the Nokia IMPACT platform configured to filter SQL injection attempts
  • Implement strict input validation at the network layer for requests to the /ui/rest-proxy/campaign/statistic endpoint
  • Consider disabling or restricting access to the campaign statistics functionality until patches are applied
  • Implement database connection monitoring to detect and block suspicious query patterns
bash
# Example WAF rule configuration (ModSecurity)
# Block SQL injection patterns in sortColumn parameter
SecRule ARGS:sortColumn "@detectSQLi" \
    "id:10001,\
    phase:2,\
    deny,\
    status:403,\
    log,\
    msg:'SQL Injection attempt detected in sortColumn parameter - CVE-2021-35484'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechNokia Impact

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.03%

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

  • Nokia IoT Platform Solutions

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

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