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
    • 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-35064

CVE-2021-35064: Kramerav Viaware Privilege Escalation

CVE-2021-35064 is a privilege escalation vulnerability in Kramerav Viaware caused by sudo misconfiguration. Attackers can exploit dangerous commands like unzip, systemctl, and dpkg to gain elevated access.

Published: February 25, 2026

CVE-2021-35064 Overview

CVE-2021-35064 is a privilege escalation vulnerability affecting KramerAV VIAWare, a wireless presentation and collaboration solution. The vulnerability exists due to misconfiguration of the sudo utility, which permits unprivileged users to execute multiple dangerous commands including unzip, systemctl, and dpkg. This improper access control flaw allows attackers to escalate privileges and potentially gain full control of affected systems.

Critical Impact

This vulnerability allows unauthenticated remote attackers to escalate privileges and execute arbitrary commands with elevated permissions, potentially leading to complete system compromise.

Affected Products

  • KramerAV VIAWare (all tested versions)

Discovery Timeline

  • 2021-07-12 - CVE-2021-35064 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-35064

Vulnerability Analysis

This privilege escalation vulnerability stems from improper access control (CWE-269) in the sudo configuration of KramerAV VIAWare systems. The sudoers file is configured to allow execution of several powerful system commands without proper authentication or privilege verification. The flaw enables network-based attacks without requiring prior authentication or user interaction, making it particularly dangerous for internet-exposed systems.

The affected commands—unzip, systemctl, and dpkg—are particularly dangerous in this context. Each of these utilities can be leveraged to execute arbitrary code or manipulate system services. An attacker can exploit this misconfiguration to install malicious packages, start unauthorized services, or extract malicious archives that overwrite critical system files.

Root Cause

The root cause of this vulnerability is an insecure default configuration in the sudoers file. The VIAWare system permits users to run dangerous system administration commands via sudo without proper authentication controls. This represents a fundamental violation of the principle of least privilege, where users are granted excessive permissions that extend far beyond what is necessary for normal operation.

Attack Vector

The attack vector is network-based, allowing remote exploitation. An attacker can connect to an exposed VIAWare system and leverage the misconfigured sudo permissions to execute privileged commands. The exploitation chain typically involves:

  1. Gaining initial access to the VIAWare system (potentially through other exposed services)
  2. Identifying the overly permissive sudo configuration
  3. Using permitted commands like dpkg to install malicious packages or systemctl to enable backdoor services
  4. Achieving full root-level access to the underlying system

The vulnerability mechanism centers on the sudo misconfiguration. When a user executes a command with sudo, the system checks the sudoers file to determine if the action is permitted. In vulnerable VIAWare installations, commands such as sudo dpkg -i malicious.deb or sudo systemctl enable backdoor.service are allowed without password verification, enabling attackers to install arbitrary software or manipulate system services. For additional technical details, see the Packet Storm RCE Advisory.

Detection Methods for CVE-2021-35064

Indicators of Compromise

  • Unusual sudo command executions involving unzip, systemctl, or dpkg from non-administrative users
  • New system services or daemons appearing without authorized changes
  • Unexpected package installations visible in dpkg logs (/var/log/dpkg.log)
  • Modifications to the sudoers file or /etc/sudoers.d/ directory

Detection Strategies

  • Monitor authentication logs and sudo command history for unusual patterns of privileged command execution
  • Implement file integrity monitoring (FIM) on critical system directories and configuration files
  • Deploy network intrusion detection rules to identify exploitation attempts targeting VIAWare systems
  • Review audit logs for suspicious systemctl operations, particularly service enablement or daemon starts

Monitoring Recommendations

  • Enable comprehensive logging for all sudo command executions on VIAWare devices
  • Configure SIEM alerts for patterns matching privilege escalation attempts, including unexpected dpkg or systemctl usage
  • Implement network segmentation to isolate presentation systems from critical infrastructure
  • Establish baseline behavior for VIAWare systems to detect anomalous activity

How to Mitigate CVE-2021-35064

Immediate Actions Required

  • Isolate affected VIAWare devices from network segments containing sensitive resources
  • Restrict network access to VIAWare systems using firewall rules, limiting exposure to trusted networks only
  • Audit the sudoers configuration and remove unnecessary command permissions
  • Contact KramerAV support to obtain information about available patches or firmware updates

Patch Information

Organizations should consult the Kramer AV Product Information page for the latest firmware updates and security patches. Apply vendor-provided updates as soon as they become available. Due to the severity of this vulnerability, prioritize patching or implementing compensating controls immediately.

Workarounds

  • Manually edit the sudoers configuration to remove or restrict access to dangerous commands (unzip, systemctl, dpkg)
  • Implement network access controls to limit who can reach VIAWare devices remotely
  • Place VIAWare systems on isolated VLANs without direct internet access
  • Enable additional authentication mechanisms where possible to protect administrative functions
bash
# Example: Restricting sudo permissions (review your specific configuration)
# Edit sudoers file safely using visudo
sudo visudo

# Remove or comment out lines that permit unrestricted access to dangerous commands
# Example problematic line to remove or restrict:
# user ALL=(ALL) NOPASSWD: /usr/bin/dpkg, /bin/systemctl, /usr/bin/unzip

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechKramerav Viaware

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability82.33%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-269
  • Technical References
  • Packet Storm RCE Advisory
  • Vendor Resources
  • Kramer AV Product Information
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox 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