PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-22980 Linux CVE debrief

CVE-2026-22980 is a high-severity use-after-free vulnerability in the Linux kernel. The vulnerability exists in the nfsd subsystem and can be exploited to gain unauthorized access to sensitive data or potentially execute arbitrary code. The vulnerability is caused by a race condition between writing to v4_end_grace and server shutdown, which can result in memory being accessed after it was freed. This vulnerability has a CVSS score of 7.8 and is considered HIGH severity.

Vendor
Linux
Product
Unknown
CVSS
HIGH 7.8
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-based systems should be aware of this vulnerability, especially those using Linux kernel versions between 3.18 and 6.18.6, as well as 6.19 rc versions. This vulnerability can be exploited locally, and an attacker with low privileges can potentially exploit it to gain elevated access.

Technical summary

The vulnerability exists in the nfsd subsystem of the Linux kernel. Specifically, it is caused by a race condition between writing to v4_end_grace and server shutdown. When v4_end_grace is written, it can schedule a work item, but if the server is shutting down, it may access memory that has already been freed, resulting in a use-after-free vulnerability. The Linux kernel community has provided several patches to address this vulnerability, including commits 06600719, 2857bd59, 34eb2283, 53f07d095, ba4811c8, ca973608, and e8bfa240.

Defensive priority

High

Recommended defensive actions

  • Apply the provided patches from the Linux kernel community to address the vulnerability.
  • Update Linux kernel to a version that includes the fixes, such as 5.10.249, 5.15.199, 5.16.0-50, 6.1.162, 6.6.122, or later.
  • Use Linux kernel versions that are not vulnerable, such as 3.18, 5.11, 5.16, 6.2, 6.7, or later.
  • Disable nfsd subsystem if not required.
  • Monitor system logs for potential exploitation attempts.

Evidence notes

The information provided is based on the CVE-2026-22980 record and the Linux kernel community patches. The vulnerability has been publicly disclosed and has a CVSS score of 7.8, indicating high severity.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-22980 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-22980

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

  • CVE-2026-22980 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-22980

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

Supplemental references

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/06600719d0f7a723811c45e4d51f5b742f345309

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

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/2857bd59feb63fcf40fe4baf55401baea6b4feb4

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

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/34eb22836e0cdba093baac66599d68c4cd245a9d

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

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/53f07d095e7e680c5e4569a55a019f2c0348cdc6

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

  • Mitigation or vendor reference

    Unverified legacy reference

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

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

  • Mitigation or vendor reference

    Unverified legacy reference

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

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

  • Mitigation or vendor reference

    Unverified legacy reference

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

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

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.