PatchSiren

PatchSiren cyber security CVE debrief

CVE-2025-68803 Linux CVE debrief

A Linux kernel vulnerability CVE-2025-68803 was found in the NFSv4 file creation process. The issue occurs when an NFSv4 client sets an ACL with a named principal during file creation, but the ACL is not applied to the inode. This vulnerability violates RFC 8881 section 6.4.1.3. The vulnerability has a high defensive priority and requires immediate attention from system administrators and users of Linux kernel-based systems who use NFSv4 protocol for file sharing.

Vendor
Linux
Product
Unknown
CVSS
HIGH 7
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-14
Original CVE updated
2026-07-28
Advisory published
2026-07-14
Advisory updated
2026-07-28

Who should care

System administrators and users of Linux kernel-based systems who use NFSv4 protocol for file sharing should be aware of this vulnerability. They should review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance. They should also plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.

Technical summary

The vulnerability is caused by the nfsd_create_setattr() function calling nfsd_attrs_valid() to determine whether to call nfsd_setattr(). However, nfsd_attrs_valid() checks only for iattr changes and security labels, but not POSIX ACLs. When only an ACL is present, the function returns false, nfsd_setattr() is skipped, and the POSIX ACL is never applied to the inode. The fix involves modifying the nfsd_create_setattr() function to properly handle POSIX ACLs.

Defensive priority

High

Recommended defensive actions

  • Apply the patch provided by the Linux kernel maintainers
  • Verify and update the Linux kernel to the latest version
  • Monitor NFSv4 file creation and ACL settings
  • Implement compensating controls to ensure ACLs are properly applied
  • Review relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The vulnerability was resolved by the Linux kernel maintainers. The fix involves modifying the nfsd_create_setattr() function to properly handle POSIX ACLs. Evidence of the fix can be found in the official Linux kernel repository. The vulnerability was made public on 2026-01-13T16:16:02.377Z. Defenders should verify the patch and update their Linux kernel to the latest version. Additional information can be found in the CVE record and NVD detail.

Sources and references

Verified primary and authoritative sources

  • CVE-2025-68803 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2025-68803

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2025-68803 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2025-68803

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/214b396480061cbc8b16f2c518b2add7fbfa5192

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/381261f24f4e4b41521c0e5ef5cc0b9a786a9862

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/60dbdef2ebc2317266a385e4debdb1bb0e57afe1

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/75f91534f9acdfef77f8fa094313b7806f801725

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/913f7cf77bf14c13cfea70e89bcb6d0b22239562

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/bf4e671c651534a307ab2fabba4926116beef8c3

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/c182e1e0b7640f6bcc0c5ca8d473f7c57199ea3d

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.