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

CVE-2025-68803: Linux Kernel Information Disclosure Flaw

CVE-2025-68803 is an information disclosure vulnerability in the Linux kernel NFSv4 implementation where ACLs set during file creation are not properly applied. This article covers technical details, affected versions, and fixes.

Updated: January 22, 2026

CVE-2025-68803 Overview

A vulnerability has been identified in the Linux kernel's NFSD (Network File System Daemon) component where NFSv4 file creation operations fail to properly apply Access Control Lists (ACLs). When an NFSv4 client sets an ACL with a named principal during file creation, the ACL is not correctly applied to the inode. Instead, only a default ACL based on mode bits is set, causing subsequent ACL retrievals to return an incorrect, mode-based ACL rather than the originally specified one.

Critical Impact

This vulnerability violates RFC 8881 section 6.4.1.3 which requires that "the ACL attribute is set as given" during file creation, potentially leading to improper access control on NFSv4 file systems.

Affected Products

  • Linux Kernel (NFSD component)
  • NFSv4 server implementations

Discovery Timeline

  • 2026-01-13 - CVE CVE-2025-68803 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2025-68803

Vulnerability Analysis

This vulnerability represents an Improper Access Control flaw within the Linux kernel's NFSv4 server implementation. The issue stems from incomplete validation logic in the nfsd_create_setattr() function, which fails to recognize POSIX ACLs as valid attributes requiring processing.

When a client creates a file and specifies an ACL with a named principal, the server's nfsd_attrs_valid() function is called to determine whether nfsd_setattr() should be invoked. However, this validation function only checks for iattr changes and security labels, completely ignoring POSIX ACLs. This oversight results in the ACL setting operation being skipped entirely.

The practical consequence is that files created with explicit ACL specifications will not have those ACLs applied. When clients subsequently query the ACL, the server finds no POSIX ACL on the inode and returns a synthetic ACL generated from the file's mode bits, which does not reflect the originally requested access control configuration.

Root Cause

The root cause lies in the nfsd_attrs_valid() function's incomplete attribute checking logic. The function was designed to determine whether nfsd_setattr() should be called during file creation, but it only validates iattr changes and security labels. POSIX ACLs were not included in this validation check, causing the function to return false when only an ACL is present in the creation attributes. This results in nfsd_setattr() being skipped entirely, and the POSIX ACL is never applied to the newly created inode.

Attack Vector

The attack vector for this vulnerability is through NFSv4 file system operations. An attacker or misconfigured system could exploit this behavior to:

  1. Create files on an NFSv4 share with the expectation that specific ACL permissions are applied
  2. The ACL specifications are silently ignored, resulting in weaker access controls than intended
  3. Files may become accessible to users who should have been restricted by the original ACL specification

This vulnerability does not require special privileges beyond normal NFSv4 file creation capabilities, making it a concern for any environment relying on NFSv4 ACLs for access control.

The vulnerability manifests in the NFSD file creation path where ACL attributes are not properly validated. Technical details and the specific code changes can be found in the kernel git commits referenced in the external references.

Detection Methods for CVE-2025-68803

Indicators of Compromise

  • Files created on NFSv4 shares have ACLs that differ from those specified during creation
  • NFSv4 clients reporting mismatched ACLs after file creation operations
  • Unexpected access permissions on files where named principals were specified in ACLs
  • Audit logs showing ACL discrepancies between client-requested and server-applied values

Detection Strategies

  • Monitor NFSv4 server logs for file creation operations that include ACL specifications
  • Implement automated ACL verification checks comparing requested vs. applied ACLs
  • Review kernel version to determine if running a vulnerable NFSD implementation
  • Use NFS debugging tools to trace nfsd_create_setattr() and nfsd_attrs_valid() function calls

Monitoring Recommendations

  • Enable verbose NFS server logging to capture ACL-related operations
  • Implement periodic ACL audits on critical NFSv4-mounted file systems
  • Set up alerts for ACL mismatches detected during file system integrity checks
  • Monitor kernel logs for NFSD-related warnings or errors during file creation

How to Mitigate CVE-2025-68803

Immediate Actions Required

  • Update the Linux kernel to a patched version that includes the fix for this vulnerability
  • Verify existing file ACLs on NFSv4 shares to identify any improperly configured permissions
  • Temporarily apply ACLs manually after file creation until the kernel is patched
  • Review access patterns on NFSv4 shares to identify any potential security exposures

Patch Information

The Linux kernel developers have released patches to address this vulnerability. The fix modifies the nfsd_attrs_valid() function to properly check for POSIX ACL attributes in addition to iattr changes and security labels. Multiple patch commits are available:

  • Kernel Patch Commit 214b3964
  • Kernel Patch Commit 60dbdef2
  • Kernel Patch Commit 913f7cf7
  • Kernel Patch Commit bf4e671c

Organizations should apply the appropriate patch for their kernel version through their distribution's package management system.

Workarounds

  • Apply ACLs using setfacl commands after file creation rather than during the create operation
  • Use NFSv3 with traditional Unix permissions if ACLs are not critical for the use case
  • Implement a post-creation script or hook to verify and reapply ACLs as needed
  • Consider using alternative file sharing protocols that properly enforce ACLs during creation
bash
# Workaround: Manually apply ACL after file creation
# Create file first
touch /nfs/share/newfile.txt

# Then apply the intended ACL
setfacl -m u:username:rwx /nfs/share/newfile.txt

# Verify the ACL was applied correctly
getfacl /nfs/share/newfile.txt

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel Git Commit Update

  • Kernel Git Commit Update

  • Kernel Git Commit Update

  • Kernel Git Commit Update
  • Related CVEs
  • CVE-2026-23430: Linux Kernel Memory Leak Vulnerability

  • CVE-2026-23465: Linux Kernel Btrfs Logging Vulnerability

  • CVE-2026-23421: Linux Kernel Information Disclosure Flaw

  • CVE-2026-23303: Linux Kernel Information Disclosure 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