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-2025-9615

CVE-2025-9615: NetworkManager Privilege Escalation Flaw

CVE-2025-9615 is a privilege escalation vulnerability in NetworkManager that allows unauthorized file access across user boundaries. This article covers the technical details, affected versions, impact, and mitigation.

Published: January 30, 2026

CVE-2025-9615 Overview

A flaw was found in NetworkManager that allows improper file access control. The NetworkManager package allows access to files that may belong to other users. NetworkManager allows non-root users to configure the system's network. The daemon runs with root privileges and can access files owned by users different from the one who added the connection.

Critical Impact

Local attackers with low privileges may be able to access confidential information belonging to other users through NetworkManager's elevated daemon privileges.

Affected Products

  • NetworkManager (all affected versions)

Discovery Timeline

  • 2026-01-26 - CVE-2025-9615 published to NVD
  • 2026-01-27 - Last updated in NVD database

Technical Details for CVE-2025-9615

Vulnerability Analysis

This vulnerability is classified under CWE-281 (Improper Preservation of Permissions), indicating a fundamental design flaw in how NetworkManager handles file access permissions. The core issue stems from the privilege separation model implemented in NetworkManager, where the daemon component operates with root-level privileges to manage system network configurations.

When a non-root user creates or modifies network connections, NetworkManager processes these requests through its privileged daemon. The flaw allows the daemon to access files owned by users other than the one who initiated the connection configuration. This creates an information disclosure risk where sensitive file contents could be exposed to unauthorized users.

The attack requires local access and low privileges, making it primarily a concern in multi-user environments where different users share the same system. While the confidentiality impact is limited in scope, the vulnerability represents a break in the expected privilege boundaries within the NetworkManager architecture.

Root Cause

The root cause is improper preservation of permissions (CWE-281) in NetworkManager's daemon process. When non-root users configure network connections, the daemon fails to properly restrict file access to only those files owned by or accessible to the requesting user. Instead, the daemon uses its root privileges to access files without adequately verifying the original user's permission to access those files.

Attack Vector

The attack requires local access to a system running a vulnerable version of NetworkManager. An attacker with a low-privileged local account could potentially craft network configuration requests that cause the NetworkManager daemon to read files belonging to other users on the system. Since the daemon operates with root privileges, it can access any file on the system, and this access may be leveraged to disclose information to the requesting user who would not otherwise have permission to read those files.

The local attack vector means remote exploitation is not possible without first obtaining local system access through other means.

Detection Methods for CVE-2025-9615

Indicators of Compromise

  • Unusual NetworkManager configuration changes from non-administrative users
  • Unexpected file access patterns in system logs related to NetworkManager daemon processes
  • Anomalous network connection profiles referencing file paths outside expected configuration directories

Detection Strategies

  • Monitor NetworkManager daemon (NetworkManager) process for unusual file access operations using auditd or similar tools
  • Review system authentication logs for non-root users making frequent or unusual network configuration changes
  • Implement file integrity monitoring on sensitive system directories that should not be accessed by NetworkManager

Monitoring Recommendations

  • Enable verbose logging for NetworkManager to track connection configuration changes
  • Deploy endpoint detection to monitor for privilege escalation attempts involving NetworkManager
  • Audit user permissions and network configuration capabilities on multi-user systems

How to Mitigate CVE-2025-9615

Immediate Actions Required

  • Review which users have permission to configure network connections via NetworkManager
  • Restrict NetworkManager configuration capabilities to trusted administrators where possible
  • Apply vendor patches when available from your Linux distribution

Patch Information

Red Hat has acknowledged this vulnerability and is tracking it through their security advisory system. Technical details and patch progress can be found in the Red Hat CVE-2025-9615 Advisory and Red Hat Bug Report #2391503.

The upstream NetworkManager project has addressed this issue through merge requests. For detailed patch information, refer to:

  • Freedesktop Issue #1809
  • Freedesktop Merge Request #2324
  • Freedesktop Merge Request #2327

Workarounds

  • Limit which users can modify network configurations by adjusting PolicyKit rules for NetworkManager
  • Consider using alternative network configuration methods for sensitive multi-user environments until patches are applied
  • Implement strict user access controls to limit potential attackers' ability to exploit this vulnerability
bash
# Example: Restrict NetworkManager permissions via PolicyKit
# Create or modify /etc/polkit-1/rules.d/50-networkmanager.rules
# to limit which users can modify network settings
cat << 'EOF' > /etc/polkit-1/rules.d/50-networkmanager-restrict.rules
polkit.addRule(function(action, subject) {
    if (action.id.indexOf("org.freedesktop.NetworkManager") == 0 &&
        !subject.isInGroup("wheel")) {
        return polkit.Result.NO;
    }
});
EOF

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechNetworkmanager

  • SeverityLOW

  • CVSS Score3.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-281
  • Technical References
  • Red Hat CVE-2025-9615 Advisory

  • Red Hat Bug Report #2391503

  • Freedesktop Issue #1809

  • Freedesktop Merge Request #2324

  • Freedesktop Merge Request #2327
  • Related CVEs
  • CVE-2024-5564: libndp Buffer Overflow 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