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-2024-28991

CVE-2024-28991: SolarWinds Access Rights Manager RCE Flaw

CVE-2024-28991 is a remote code execution vulnerability in SolarWinds Access Rights Manager that allows authenticated users to execute arbitrary code. This article covers technical details, affected versions, and mitigation strategies.

Published: January 28, 2026

CVE-2024-28991 Overview

SolarWinds Access Rights Manager (ARM) was found to be susceptible to a remote code execution vulnerability. If exploited, this vulnerability would allow an authenticated user to abuse the service, resulting in remote code execution. The vulnerability is classified as CWE-502 (Deserialization of Untrusted Data), indicating that the application processes serialized data without proper validation, enabling attackers to execute arbitrary code on the target system.

Critical Impact

Authenticated attackers with adjacent network access can achieve remote code execution on SolarWinds Access Rights Manager servers, potentially compromising the entire access rights management infrastructure and gaining unauthorized control over managed systems and user permissions.

Affected Products

  • SolarWinds Access Rights Manager (versions prior to 2024.3.1)
  • solarwinds:access_rights_manager (all vulnerable versions)

Discovery Timeline

  • 2024-09-12 - CVE-2024-28991 published to NVD
  • 2025-02-26 - Last updated in NVD database

Technical Details for CVE-2024-28991

Vulnerability Analysis

This vulnerability stems from insecure deserialization within SolarWinds Access Rights Manager. The application fails to properly validate or sanitize serialized data before processing, allowing an authenticated attacker to craft malicious serialized objects that execute arbitrary code when deserialized by the vulnerable service.

The attack requires authentication and adjacent network access, meaning the attacker must have valid credentials and be on the same network segment as the target ARM server. However, once these conditions are met, the attacker can achieve complete compromise of the system's confidentiality, integrity, and availability.

Root Cause

The root cause of CVE-2024-28991 is improper handling of serialized data within the Access Rights Manager application. The service accepts serialized objects from authenticated users without implementing adequate validation or type restrictions. This allows attackers to inject malicious object graphs that, when deserialized, trigger the execution of arbitrary code within the context of the ARM service.

Deserialization vulnerabilities occur when applications blindly trust incoming serialized data. In object-oriented languages, the deserialization process can trigger class constructors, finalizers, or other methods that can be chained together in unexpected ways to achieve code execution—commonly known as "gadget chains."

Attack Vector

The attack vector for CVE-2024-28991 requires adjacent network access, meaning the attacker must be on the same local network or network segment as the vulnerable SolarWinds ARM installation. Additionally, the attacker needs valid credentials to authenticate to the service before exploiting the deserialization flaw.

Once authenticated, the attacker can submit specially crafted serialized payloads to the vulnerable endpoint. The ARM service deserializes these payloads without proper validation, triggering the execution of attacker-controlled code. This can lead to complete system compromise, including the ability to read or modify access rights data, pivot to other systems, or establish persistent access.

The vulnerability does not require user interaction and can be exploited with low attack complexity once the authentication and network requirements are satisfied. For detailed technical information about the vulnerability mechanism, refer to the SolarWinds Security Advisory.

Detection Methods for CVE-2024-28991

Indicators of Compromise

  • Unusual or malformed serialized data in ARM service logs or network traffic
  • Unexpected process spawning from the SolarWinds ARM service process
  • Anomalous outbound network connections from the ARM server
  • Authentication events followed by unusual service behavior or errors
  • Creation of unexpected files or modifications to system configurations by the ARM process

Detection Strategies

  • Monitor ARM service processes for child process creation that deviates from normal operational patterns
  • Implement network traffic analysis to detect unusual serialized payloads being sent to ARM endpoints
  • Deploy endpoint detection and response (EDR) solutions to identify code execution anomalies
  • Enable verbose logging on ARM servers and correlate authentication events with subsequent service behavior

Monitoring Recommendations

  • Configure SIEM rules to alert on suspicious ARM service activity patterns
  • Establish baseline behavior for ARM services and alert on deviations
  • Monitor for lateral movement attempts originating from ARM servers
  • Implement network segmentation monitoring to detect unauthorized adjacent network access attempts

How to Mitigate CVE-2024-28991

Immediate Actions Required

  • Update SolarWinds Access Rights Manager to version 2024.3.1 or later immediately
  • Review ARM server logs for any signs of exploitation attempts
  • Audit user accounts with access to ARM and remove unnecessary privileges
  • Implement network segmentation to limit adjacent network access to ARM servers

Patch Information

SolarWinds has released a security update that addresses this vulnerability. Organizations should upgrade to Access Rights Manager version 2024.3.1 or later. The patch information and release notes are available in the SolarWinds ARM Release Notes. The official security advisory with remediation guidance is available at the SolarWinds Security Advisory.

Workarounds

  • Restrict network access to ARM servers using firewall rules to limit adjacent network exposure
  • Implement strict authentication controls and multi-factor authentication for ARM access
  • Monitor and audit all authenticated sessions to ARM services
  • Consider temporarily isolating ARM servers from untrusted network segments until patching is complete
  • Implement application allowlisting on ARM servers to prevent unauthorized code execution
bash
# Network segmentation example - restrict ARM access to management VLAN only
# Adjust firewall rules to limit adjacent network access
iptables -A INPUT -p tcp --dport 443 -s 10.0.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechSolarwinds Access Rights Manager

  • SeverityHIGH

  • CVSS Score8.0

  • EPSS Probability25.22%

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

  • NVD-CWE-noinfo
  • Technical References
  • SolarWinds ARM Release Notes
  • Vendor Resources
  • SolarWinds Security Advisory CVE-2024-28991
  • Related CVEs
  • CVE-2024-23479: SolarWinds Access Rights Manager RCE Flaw

  • CVE-2024-23476: SolarWinds Access Rights Manager RCE Flaw

  • CVE-2023-40057: SolarWinds Access Rights Manager RCE Flaw
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