{"dataType":"CVE_RECORD","dataVersion":"5.2","cveMetadata":{"cveId":"CVE-2025-38411","assignerOrgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","state":"PUBLISHED","assignerShortName":"Linux","dateReserved":"2025-04-16T04:51:24.013Z","datePublished":"2025-07-25T13:20:15.835Z","dateUpdated":"2026-05-11T21:27:28.149Z"},"containers":{"cna":{"providerMetadata":{"orgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","shortName":"Linux","dateUpdated":"2026-05-11T21:27:28.149Z"},"descriptions":[{"lang":"en","value":"In the Linux kernel, the following vulnerability has been resolved:\n\nnetfs: Fix double put of request\n\nIf a netfs request finishes during the pause loop, it will have the ref\nthat belongs to the IN_PROGRESS flag removed at that point - however, if it\nthen goes to the final wait loop, that will *also* put the ref because it\nsees that the IN_PROGRESS flag is clear and incorrectly assumes that this\nhappened when it called the collector.\n\nIn fact, since IN_PROGRESS is clear, we shouldn't call the collector again\nsince it's done all the cleanup, such as calling ->ki_complete().\n\nFix this by making netfs_collect_in_app() just return, indicating that\nwe're done if IN_PROGRESS is removed."}],"affected":[{"product":"Linux","vendor":"Linux","defaultStatus":"unaffected","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","programFiles":["fs/netfs/misc.c","include/trace/events/netfs.h"],"versions":[{"version":"329ba1cb402ac328224965b8fc7a554a5150908e","lessThan":"d18facba5a5795ad44b2a00a052e3db2fa77ab12","status":"affected","versionType":"git"},{"version":"2b1424cd131cfaba4cf7040473133d26cddac088","lessThan":"9df7b5ebead649b00bf9a53a798e4bf83a1318fd","status":"affected","versionType":"git"}]},{"product":"Linux","vendor":"Linux","defaultStatus":"unaffected","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","programFiles":["fs/netfs/misc.c","include/trace/events/netfs.h"],"versions":[{"version":"6.15.3","lessThan":"6.15.6","status":"affected","versionType":"semver"}]}],"cpeApplicability":[{"nodes":[{"operator":"OR","negate":false,"cpeMatch":[{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"6.15.3","versionEndExcluding":"6.15.6"}]}]}],"references":[{"url":"https://git.kernel.org/stable/c/d18facba5a5795ad44b2a00a052e3db2fa77ab12"},{"url":"https://git.kernel.org/stable/c/9df7b5ebead649b00bf9a53a798e4bf83a1318fd"}],"title":"netfs: Fix double put of request","x_generator":{"engine":"bippy-1.2.0"}}}}