GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-89680 (GCVE-0-2026-89680)

Vulnerability from cvelistv5 – Published: 2026-09-11 19:46 – Updated: 2026-09-13 06:33
VLAI
Title
nfsd: fix nfsd_file leak on inter-server COPY setup failure
Summary
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix nfsd_file leak on inter-server COPY setup failure When nfsd4_setup_inter_ssc() fails, nfsd4_copy() returns nfserr_offload_denied directly, bypassing the out: label where release_copy_files() would drop the nf_dst reference taken by nfs4_preprocess_stateid_op(). Each failed inter-server COPY leaks one nfsd_file, pinning file/inode/dentry/vfsmount. Fix by setting status and jumping to out: instead of returning directly.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: ce0887ac96d35c7105090e166bb0807dc0a0e838 , < 1a6a41b848455bf6ba2c9da2dfb0730e608ce7ab (git)
Affected: ce0887ac96d35c7105090e166bb0807dc0a0e838 , < 424d5c95108a4809b832cb0a312c61de4aec0078 (git)
Affected: ce0887ac96d35c7105090e166bb0807dc0a0e838 , < 6ed8d6de7ec90c4ba84eb82673058f506e5777fd (git)
Affected: ce0887ac96d35c7105090e166bb0807dc0a0e838 , < 88a76145451d703eedd867b5989bf73d17340399 (git)
guessed Create a notification for this product.
Linux Linux Affected: 5.6
Unaffected: 0 , < 5.6 (semver)
Unaffected: 6.12.109 , ≤ 6.12.* (semver)
Unaffected: 6.18.50 , ≤ 6.18.* (semver)
Unaffected: 7.2.4 , ≤ 7.2.* (semver)
Unaffected: 7.3-rc1 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/nfsd/nfs4proc.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "1a6a41b848455bf6ba2c9da2dfb0730e608ce7ab",
              "status": "affected",
              "version": "ce0887ac96d35c7105090e166bb0807dc0a0e838",
              "versionType": "git"
            },
            {
              "lessThan": "424d5c95108a4809b832cb0a312c61de4aec0078",
              "status": "affected",
              "version": "ce0887ac96d35c7105090e166bb0807dc0a0e838",
              "versionType": "git"
            },
            {
              "lessThan": "6ed8d6de7ec90c4ba84eb82673058f506e5777fd",
              "status": "affected",
              "version": "ce0887ac96d35c7105090e166bb0807dc0a0e838",
              "versionType": "git"
            },
            {
              "lessThan": "88a76145451d703eedd867b5989bf73d17340399",
              "status": "affected",
              "version": "ce0887ac96d35c7105090e166bb0807dc0a0e838",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/nfsd/nfs4proc.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.6"
            },
            {
              "lessThan": "5.6",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.109",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.50",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.2.*",
              "status": "unaffected",
              "version": "7.2.4",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.3-rc1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.109",
                  "versionStartIncluding": "5.6",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.50",
                  "versionStartIncluding": "5.6",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2.4",
                  "versionStartIncluding": "5.6",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.3-rc1",
                  "versionStartIncluding": "5.6",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: fix nfsd_file leak on inter-server COPY setup failure\n\nWhen nfsd4_setup_inter_ssc() fails, nfsd4_copy() returns\nnfserr_offload_denied directly, bypassing the out: label where\nrelease_copy_files() would drop the nf_dst reference taken by\nnfs4_preprocess_stateid_op(). Each failed inter-server COPY\nleaks one nfsd_file, pinning file/inode/dentry/vfsmount.\n\nFix by setting status and jumping to out: instead of returning\ndirectly."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:N - nfsd\u0027s NFSv4.2 OP_COPY is reached over TCP/2049: svc_recv to nfsd_dispatch to nfsd4_proc_compound to nfsd4_copy to nfsd4_setup_inter_ssc. A remote client triggers the leak with a COMPOUND; no local access to the server is required.\nAC:L - Once inter-server COPY offload is enabled, the attacker controls every trigger: async COPY on the wire, a valid dest write stateid, and a source nl4_server that makes nfsd4_interssc_connect fail (bad uaddr/netid or failed mount). No race or attacker-uncontrollable layout is required.\nPR:N - Under default AUTH_SYS, EXCHANGE_ID/CREATE_SESSION and OPEN verify no secret; a remote client permitted by the export asserts a UID and obtains write stateids. This matches PR:N on the same nfsd4_copy path (CVE-2024-53073, CVE-2024-50241).\nUI:N - The attacker\u0027s own NFSv4.2 COMPOUND traffic drives nfsd4_copy; no administrator or local user on the server must mount, open a file, or otherwise interact beyond nfsd already serving an export.\nS:U - The leaked nfsd_file reference pins file/inode/dentry/vfsmount inside the NFS server kernel\u0027s own security authority; there is no VM, IOMMU, or sandbox boundary crossing.\nC:N - The defect only skips nfsd_file_put() on an extra filecache reference taken by nfs4_preprocess_stateid_op(); there is no out-of-bounds read, use-after-free, or other disclosure of kernel memory to the client.\nI:N - COPY setup fails before nfsd_copy_range, so no file data is modified; the leaked reference is not attacker-controlled reused memory and yields no write or control-flow primitive.\nA:H - Each failed inter-server COPY permanently leaks one nfsd_file ref, pinning the dest file/inode/dentry/vfsmount. Repeating against many created-then-unlinked files unbounded-pins slab and inodes and blocks umount, enabling remote kernel memory exhaustion and NFS server DoS."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-09-13T06:33:03.627Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/1a6a41b848455bf6ba2c9da2dfb0730e608ce7ab"
        },
        {
          "url": "https://git.kernel.org/stable/c/424d5c95108a4809b832cb0a312c61de4aec0078"
        },
        {
          "url": "https://git.kernel.org/stable/c/6ed8d6de7ec90c4ba84eb82673058f506e5777fd"
        },
        {
          "url": "https://git.kernel.org/stable/c/88a76145451d703eedd867b5989bf73d17340399"
        }
      ],
      "title": "nfsd: fix nfsd_file leak on inter-server COPY setup failure",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-89680",
    "datePublished": "2026-09-11T19:46:03.468Z",
    "dateReserved": "2026-09-11T19:38:34.748Z",
    "dateUpdated": "2026-09-13T06:33:03.627Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-89680",
      "date": "2026-09-16",
      "epss": "0.00641",
      "percentile": "0.4906"
    },
    "microsoft_vex": {
      "current_release_date": "2026-09-15T01:48:50.000Z",
      "cve": "CVE-2026-89680",
      "id": "msrc_CVE-2026-89680",
      "initial_release_date": "2026-09-13T01:02:46.000Z",
      "product_status:known_not_affected": "1",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "nfsd: fix nfsd_file leak on inter-server COPY setup failure",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-89680.json",
      "version": "3"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-89680\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-09-11T20:19:54.790\",\"lastModified\":\"2026-09-13T07:17:33.770\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnfsd: fix nfsd_file leak on inter-server COPY setup failure\\n\\nWhen nfsd4_setup_inter_ssc() fails, nfsd4_copy() returns\\nnfserr_offload_denied directly, bypassing the out: label where\\nrelease_copy_files() would drop the nf_dst reference taken by\\nnfs4_preprocess_stateid_op(). Each failed inter-server COPY\\nleaks one nfsd_file, pinning file/inode/dentry/vfsmount.\\n\\nFix by setting status and jumping to out: instead of returning\\ndirectly.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"fs/nfsd/nfs4proc.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"ce0887ac96d35c7105090e166bb0807dc0a0e838\",\"lessThan\":\"1a6a41b848455bf6ba2c9da2dfb0730e608ce7ab\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ce0887ac96d35c7105090e166bb0807dc0a0e838\",\"lessThan\":\"424d5c95108a4809b832cb0a312c61de4aec0078\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ce0887ac96d35c7105090e166bb0807dc0a0e838\",\"lessThan\":\"6ed8d6de7ec90c4ba84eb82673058f506e5777fd\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ce0887ac96d35c7105090e166bb0807dc0a0e838\",\"lessThan\":\"88a76145451d703eedd867b5989bf73d17340399\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"fs/nfsd/nfs4proc.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.6\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.6\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.109\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.50\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2.4\",\"lessThanOrEqual\":\"7.2.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.3-rc1\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/1a6a41b848455bf6ba2c9da2dfb0730e608ce7ab\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/424d5c95108a4809b832cb0a312c61de4aec0078\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/6ed8d6de7ec90c4ba84eb82673058f506e5777fd\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/88a76145451d703eedd867b5989bf73d17340399\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-09-13T07:00:34+00:00",
      "cve": "CVE-2026-89680",
      "id": "CVE-2026-89680",
      "initial_release_date": "2026-09-11T19:46:03.468000+00:00",
      "product_status:known_affected": "2",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: Linux Kernel nfsd: Denial of Service via resource leak during inter-server COPY setup",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-89680.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-16T00:00:23Z",
      "cve": "CVE-2026-89680",
      "id": "CVE-2026-89680",
      "initial_release_date": "2026-09-15T00:57:16Z",
      "product_status:known_affected": "210",
      "product_status:known_not_affected": "143",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-89680",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-89680.json",
      "version": "3"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…