{"api_version":"1","generated_at":"2026-08-17T11:52:30+00:00","cve":"CVE-2026-74315","urls":{"html":"https://cve.report/CVE-2026-74315","api":"https://cve.report/api/cve/CVE-2026-74315.json","docs":"https://cve.report/api","cve_org":"https://www.cve.org/CVERecord?id=CVE-2026-74315","nvd":"https://nvd.nist.gov/vuln/detail/CVE-2026-74315"},"summary":{"title":"lockd: Avoid hashing uninitialized bytes in nlm4svc_lookup_file()","description":"In the Linux kernel, the following vulnerability has been resolved:\n\nlockd: Avoid hashing uninitialized bytes in nlm4svc_lookup_file()\n\nfile_hash() digests the first LOCKD_FH_HASH_SIZE bytes of\nnfs_fh.data when bucketing nlm_files[], independent of fh.size.\nCommit 3de744ee4e45 (\"lockd: Use xdrgen XDR functions for the\nNLMv4 TEST procedure\") set .pc_argzero to zero for the converted\nprocedures and moved file-handle population into\nnlm4svc_lookup_file(), which copies only xdr_lock->fh.len bytes\ninto lock->fh.data.\n\nWhen an NLMv4 client presents a file handle shorter than\nLOCKD_FH_HASH_SIZE, bytes fh.len..31 retain whatever the argument\nbuffer held from an earlier request.  The same wire handle then\nhashes to different buckets across calls; nlm_lookup_file() misses\nthe existing nlm_file entry, and lock-state lookups fail.\n\nZero only the tail bytes that file_hash() would otherwise consume.\nHandles of LOCKD_FH_HASH_SIZE or larger already populate every byte\nthat file_hash() reads.","state":"PUBLISHED","assigner":"Linux","published_at":"2026-08-15 06:22:31","updated_at":"2026-08-17 06:19:25"},"problem_types":[],"metrics":[{"version":"3.1","source":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","type":"Secondary","score":"9.8","severity":"CRITICAL","vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H","data":{"version":"3.1","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H","baseScore":9.8,"baseSeverity":"CRITICAL","attackVector":"NETWORK","attackComplexity":"LOW","privilegesRequired":"NONE","userInteraction":"NONE","scope":"UNCHANGED","confidentialityImpact":"HIGH","integrityImpact":"HIGH","availabilityImpact":"HIGH"}},{"version":"3.1","source":"CNA","type":"DECLARED","score":"9.8","severity":"CRITICAL","vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H","data":{"baseScore":9.8,"baseSeverity":"CRITICAL","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H","version":"3.1"}}],"references":[{"url":"https://git.kernel.org/stable/c/686c2434f9f16b87aeed18d76cc562df9f2695ab","name":"https://git.kernel.org/stable/c/686c2434f9f16b87aeed18d76cc562df9f2695ab","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/6e4c62caecf792e8a15ad9bc7f371e57c17e3302","name":"https://git.kernel.org/stable/c/6e4c62caecf792e8a15ad9bc7f371e57c17e3302","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://www.cve.org/CVERecord?id=CVE-2026-74315","name":"CVE Program record","refsource":"CVE.ORG","tags":["canonical"]},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2026-74315","name":"NVD vulnerability detail","refsource":"NVD","tags":["canonical","analysis"]}],"affected":[{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 3de744ee4e4557da0d63be8a97ad44b4dad58912 686c2434f9f16b87aeed18d76cc562df9f2695ab git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 3de744ee4e4557da0d63be8a97ad44b4dad58912 6e4c62caecf792e8a15ad9bc7f371e57c17e3302 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 7.1","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 7.1 semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 7.1.5 7.1.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 7.2 * original_commit_for_fix","platforms":[]}],"timeline":[],"solutions":[],"workarounds":[],"exploits":[],"credits":[],"nvd_cpes":[],"vendor_comments":[],"enrichments":{"kev":null,"epss":{"cve_year":"2026","cve_id":"74315","cve":"CVE-2026-74315","epss":"0.001550000","percentile":"0.051720000","score_date":"2026-08-16","updated_at":"2026-08-17 00:01:05"},"legacy_qids":[]},"source_records":{"cve_program":{"containers":{"cna":{"affected":[{"defaultStatus":"unaffected","product":"Linux","programFiles":["fs/lockd/lockd.h","fs/lockd/svc4proc.c","fs/lockd/svcsubs.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","vendor":"Linux","versions":[{"lessThan":"686c2434f9f16b87aeed18d76cc562df9f2695ab","status":"affected","version":"3de744ee4e4557da0d63be8a97ad44b4dad58912","versionType":"git"},{"lessThan":"6e4c62caecf792e8a15ad9bc7f371e57c17e3302","status":"affected","version":"3de744ee4e4557da0d63be8a97ad44b4dad58912","versionType":"git"}]},{"defaultStatus":"affected","product":"Linux","programFiles":["fs/lockd/lockd.h","fs/lockd/svc4proc.c","fs/lockd/svcsubs.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","vendor":"Linux","versions":[{"status":"affected","version":"7.1"},{"lessThan":"7.1","status":"unaffected","version":"0","versionType":"semver"},{"lessThanOrEqual":"7.1.*","status":"unaffected","version":"7.1.5","versionType":"semver"},{"lessThanOrEqual":"*","status":"unaffected","version":"7.2","versionType":"original_commit_for_fix"}]}],"cpeApplicability":[{"nodes":[{"cpeMatch":[{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"7.1.5","versionStartIncluding":"7.1","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"7.2","versionStartIncluding":"7.1","vulnerable":true}],"negate":false,"operator":"OR"}]}],"descriptions":[{"lang":"en","value":"In the Linux kernel, the following vulnerability has been resolved:\n\nlockd: Avoid hashing uninitialized bytes in nlm4svc_lookup_file()\n\nfile_hash() digests the first LOCKD_FH_HASH_SIZE bytes of\nnfs_fh.data when bucketing nlm_files[], independent of fh.size.\nCommit 3de744ee4e45 (\"lockd: Use xdrgen XDR functions for the\nNLMv4 TEST procedure\") set .pc_argzero to zero for the converted\nprocedures and moved file-handle population into\nnlm4svc_lookup_file(), which copies only xdr_lock->fh.len bytes\ninto lock->fh.data.\n\nWhen an NLMv4 client presents a file handle shorter than\nLOCKD_FH_HASH_SIZE, bytes fh.len..31 retain whatever the argument\nbuffer held from an earlier request.  The same wire handle then\nhashes to different buckets across calls; nlm_lookup_file() misses\nthe existing nlm_file entry, and lock-state lookups fail.\n\nZero only the tail bytes that file_hash() would otherwise consume.\nHandles of LOCKD_FH_HASH_SIZE or larger already populate every byte\nthat file_hash() reads."}],"metrics":[{"cvssV3_1":{"baseScore":9.8,"baseSeverity":"CRITICAL","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H","version":"3.1"},"scenarios":[{"lang":"en","value":"AV:N - The bug is reached via remote NLMv4 RPC to in-kernel lockd (TCP/UDP SunRPC, typically alongside nfsd), from svc_process() through nlm4svc_proc_* handlers into nlm4svc_lookup_file() and nlm_lookup_file().\nAC:L - An NFS client can reliably trigger this by sending NLMv4 LOCK/TEST/SHARE/etc. with a file handle shorter than 32 bytes; stale tail bytes come from the same worker's prior RPC argument buffer, which the attacker can influence with earlier requests.\nPR:N - lockd_authenticate() accepts RPC_AUTH_NULL/RPC_AUTH_UNIX and, for normal procedures, svc_set_client(); no local UID, capabilities, or root in the host namespace is required—only network reachability as an NFS export client (AUTH_NULL is explicitly supported for NLM).\nUI:N - Exploitation requires only crafted NLMv4 RPC traffic to a running lockd/nfsd instance; no victim mount, file open, or other interactive action beyond normal NFS client participation.\nS:U - Impact is confined to the NFS server's kernel lockd/nfsd authority (file-lock and DOS-share state on exported files); it does not cross VM, container, or IOMMU security boundaries.\nC:H - file_hash() sums the first 32 bytes of nfs_fh.data regardless of fh.size; when fh.len<32, bytes fh.len..31 are stale prior-request buffer contents, so each lookup performs an out-of-bounds read of up to 31 bytes used in security-relevant file-table indexing.\nI:H - Inconsistent hashing creates duplicate nlm_file entries for the same wire handle; per-entry f_shares and nlm_block state diverge while both open the same inode, enabling DOS share-mode bypass and incorrect lock/block bookkeeping despite VFS-level enforcement.\nA:H - Missed nlm_file lookups cause lock-state lookup failures, incorrect NLM responses, hung or failing NFS lock clients, and unbounded duplicate nlm_file/VFS opens that can exhaust server lock-manager resources on production NFS file servers."}]}],"providerMetadata":{"dateUpdated":"2026-08-17T05:45:48.282Z","orgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","shortName":"Linux"},"references":[{"url":"https://git.kernel.org/stable/c/686c2434f9f16b87aeed18d76cc562df9f2695ab"},{"url":"https://git.kernel.org/stable/c/6e4c62caecf792e8a15ad9bc7f371e57c17e3302"}],"title":"lockd: Avoid hashing uninitialized bytes in nlm4svc_lookup_file()","x_generator":{"engine":"bippy-1.2.0"}}},"cveMetadata":{"assignerOrgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","assignerShortName":"Linux","cveId":"CVE-2026-74315","datePublished":"2026-08-15T05:58:13.504Z","dateReserved":"2026-08-15T05:44:03.883Z","dateUpdated":"2026-08-17T05:45:48.282Z","state":"PUBLISHED"},"dataType":"CVE_RECORD","dataVersion":"5.2"},"nvd":{"publishedDate":"2026-08-15 06:22:31","lastModifiedDate":"2026-08-17 06:19:25","problem_types":[],"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:H/I:H/A:H","baseScore":9.8,"baseSeverity":"CRITICAL","attackVector":"NETWORK","attackComplexity":"LOW","privilegesRequired":"NONE","userInteraction":"NONE","scope":"UNCHANGED","confidentialityImpact":"HIGH","integrityImpact":"HIGH","availabilityImpact":"HIGH"},"exploitabilityScore":3.9,"impactScore":5.9}]},"configurations":[]},"legacy_mitre":{"record":{"CveYear":"2026","CveId":"74315","Ordinal":"1","Title":"lockd: Avoid hashing uninitialized bytes in nlm4svc_lookup_file(","CVE":"CVE-2026-74315","Year":"2026"},"notes":[{"CveYear":"2026","CveId":"74315","Ordinal":"1","NoteData":"In the Linux kernel, the following vulnerability has been resolved:\n\nlockd: Avoid hashing uninitialized bytes in nlm4svc_lookup_file()\n\nfile_hash() digests the first LOCKD_FH_HASH_SIZE bytes of\nnfs_fh.data when bucketing nlm_files[], independent of fh.size.\nCommit 3de744ee4e45 (\"lockd: Use xdrgen XDR functions for the\nNLMv4 TEST procedure\") set .pc_argzero to zero for the converted\nprocedures and moved file-handle population into\nnlm4svc_lookup_file(), which copies only xdr_lock->fh.len bytes\ninto lock->fh.data.\n\nWhen an NLMv4 client presents a file handle shorter than\nLOCKD_FH_HASH_SIZE, bytes fh.len..31 retain whatever the argument\nbuffer held from an earlier request.  The same wire handle then\nhashes to different buckets across calls; nlm_lookup_file() misses\nthe existing nlm_file entry, and lock-state lookups fail.\n\nZero only the tail bytes that file_hash() would otherwise consume.\nHandles of LOCKD_FH_HASH_SIZE or larger already populate every byte\nthat file_hash() reads.","Type":"Description","Title":"lockd: Avoid hashing uninitialized bytes in nlm4svc_lookup_file("}]}}}