{"api_version":"1","generated_at":"2026-09-11T15:22:02+00:00","cve":"CVE-2026-80916","urls":{"html":"https://cve.report/CVE-2026-80916","api":"https://cve.report/api/cve/CVE-2026-80916.json","docs":"https://cve.report/api","cve_org":"https://www.cve.org/CVERecord?id=CVE-2026-80916","nvd":"https://nvd.nist.gov/vuln/detail/CVE-2026-80916"},"summary":{"title":"kcov: fix data corruption and race conditions on PREEMPT_RT","description":"In the Linux kernel, the following vulnerability has been resolved:\n\nkcov: fix data corruption and race conditions on PREEMPT_RT\n\nsyzbot is reporting KCOV state corruption on PREEMPT_RT kernels, for the\ntemporary storage used for saving/restoring remote KCOV state is currently\nallocated as the per-CPU area.\n\nOn PREEMPT_RT kernels, softirq handlers run as preemptible task threads\n(e.g., ksoftirqd). If a softirq context preempts a task running a remote\nKCOV session, it safely saves the task's state into the per-CPU area.\nHowever, if that softirq thread is subsequently preempted by a higher-\npriority softirq thread on the same CPU, the second softirq will overwrite\nthe same per-CPU area, permanently destroying the original task's KCOV\nstate.\n\nFix this data corruption by moving the temporary storage from the per-CPU\narea to the per-thread area. Since each softirq thread now owns its own\ntask context, nested softirq preemption no longer causes data overwrites.\n\nNote that while the temporary storage is now on a per-thread basis, the\nper-CPU kcov_percpu_data.lock must be retained, for we need to ensure that\nkcov_remote_start() and kcov_remote_stop() operate atomically without\nracing against asynchronous interrupts that manipulate the current task's\nKCOV state.\n\nIt is likely that GFP_KERNEL allocation by vmalloc_node() in kcov_init()\nhas already called panic() before returning NULL, for there will be no\nOOM-killable userspace processes when __init function of built-in module\nruns. But this patch also fixes crashing the kernel when vmalloc_node()\nin kcov_init() returned NULL, for kcov_init() left per-CPU irq_area == NULL\nbut kcov_remote_start() depends on per-CPU irq_area != NULL, resulting in\n\n  (1) doing vmalloc() in kcov_remote_start() despite !in_task() context\n\n  (2) out-of-array-bounds access if (1) succeeded but\n      kcov->remote_size < CONFIG_KCOV_IRQ_AREA_SIZE\n\n  (3) always leak memory allocated by (1), eventually killing all\n      OOM-killable userspace processes\n\nproblems.","state":"PUBLISHED","assigner":"Linux","published_at":"2026-09-09 17:17:46","updated_at":"2026-09-09 17:17:46"},"problem_types":[],"metrics":[],"references":[{"url":"https://git.kernel.org/stable/c/a2fb8222cde23b0001812ed3acb7c0ea36dd94e2","name":"https://git.kernel.org/stable/c/a2fb8222cde23b0001812ed3acb7c0ea36dd94e2","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/f8c9a3ec36b4ee3d4701b9be08f40e7bfbf89761","name":"https://git.kernel.org/stable/c/f8c9a3ec36b4ee3d4701b9be08f40e7bfbf89761","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/5dc59fc959b2b5742985d7ef24bccd1868217dc2","name":"https://git.kernel.org/stable/c/5dc59fc959b2b5742985d7ef24bccd1868217dc2","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/18799e858b407bf355383c9dd6c06477aa437134","name":"https://git.kernel.org/stable/c/18799e858b407bf355383c9dd6c06477aa437134","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/e11f5b48c82703242a3be7a7ae4b4940b4cb4610","name":"https://git.kernel.org/stable/c/e11f5b48c82703242a3be7a7ae4b4940b4cb4610","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/22670d1552fe155822b2abf91f920925f7d067b4","name":"https://git.kernel.org/stable/c/22670d1552fe155822b2abf91f920925f7d067b4","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/ef7048d8a614c5f5a9b20513a5428101a744514e","name":"https://git.kernel.org/stable/c/ef7048d8a614c5f5a9b20513a5428101a744514e","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/2eed77fdcb0cc48e8eccb2bcd4b7f2c6d650e84c","name":"https://git.kernel.org/stable/c/2eed77fdcb0cc48e8eccb2bcd4b7f2c6d650e84c","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/8ed3ddf23d39bf5338406bd9f8863d44748cf6ce","name":"https://git.kernel.org/stable/c/8ed3ddf23d39bf5338406bd9f8863d44748cf6ce","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://www.cve.org/CVERecord?id=CVE-2026-80916","name":"CVE Program record","refsource":"CVE.ORG","tags":["canonical"]},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2026-80916","name":"NVD vulnerability detail","refsource":"NVD","tags":["canonical","analysis"]}],"affected":[{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 5ff3b30ab57da82d8db4f14662a2858cabfbc2c0 ef7048d8a614c5f5a9b20513a5428101a744514e git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 5ff3b30ab57da82d8db4f14662a2858cabfbc2c0 8ed3ddf23d39bf5338406bd9f8863d44748cf6ce git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 5ff3b30ab57da82d8db4f14662a2858cabfbc2c0 5dc59fc959b2b5742985d7ef24bccd1868217dc2 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 5ff3b30ab57da82d8db4f14662a2858cabfbc2c0 a2fb8222cde23b0001812ed3acb7c0ea36dd94e2 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 5ff3b30ab57da82d8db4f14662a2858cabfbc2c0 18799e858b407bf355383c9dd6c06477aa437134 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 5ff3b30ab57da82d8db4f14662a2858cabfbc2c0 e11f5b48c82703242a3be7a7ae4b4940b4cb4610 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 5ff3b30ab57da82d8db4f14662a2858cabfbc2c0 22670d1552fe155822b2abf91f920925f7d067b4 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 5ff3b30ab57da82d8db4f14662a2858cabfbc2c0 f8c9a3ec36b4ee3d4701b9be08f40e7bfbf89761 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 5ff3b30ab57da82d8db4f14662a2858cabfbc2c0 2eed77fdcb0cc48e8eccb2bcd4b7f2c6d650e84c git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 5.8","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 5.8 semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 5.10.269 5.10.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 5.15.220 5.15.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.1.185 6.1.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.6.154 6.6.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.12.106 6.12.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.18.47 6.18.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 7.1.11 7.1.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 7.2.1 7.2.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 7.3-rc1 * original_commit_for_fix","platforms":[]}],"timeline":[],"solutions":[],"workarounds":[],"exploits":[],"credits":[],"nvd_cpes":[],"vendor_comments":[],"enrichments":{"kev":null,"epss":null,"legacy_qids":[]},"source_records":{"cve_program":{"containers":{"cna":{"affected":[{"defaultStatus":"unaffected","product":"Linux","programFiles":["include/linux/sched.h","kernel/kcov.c","lib/Kconfig.debug"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","vendor":"Linux","versions":[{"lessThan":"ef7048d8a614c5f5a9b20513a5428101a744514e","status":"affected","version":"5ff3b30ab57da82d8db4f14662a2858cabfbc2c0","versionType":"git"},{"lessThan":"8ed3ddf23d39bf5338406bd9f8863d44748cf6ce","status":"affected","version":"5ff3b30ab57da82d8db4f14662a2858cabfbc2c0","versionType":"git"},{"lessThan":"5dc59fc959b2b5742985d7ef24bccd1868217dc2","status":"affected","version":"5ff3b30ab57da82d8db4f14662a2858cabfbc2c0","versionType":"git"},{"lessThan":"a2fb8222cde23b0001812ed3acb7c0ea36dd94e2","status":"affected","version":"5ff3b30ab57da82d8db4f14662a2858cabfbc2c0","versionType":"git"},{"lessThan":"18799e858b407bf355383c9dd6c06477aa437134","status":"affected","version":"5ff3b30ab57da82d8db4f14662a2858cabfbc2c0","versionType":"git"},{"lessThan":"e11f5b48c82703242a3be7a7ae4b4940b4cb4610","status":"affected","version":"5ff3b30ab57da82d8db4f14662a2858cabfbc2c0","versionType":"git"},{"lessThan":"22670d1552fe155822b2abf91f920925f7d067b4","status":"affected","version":"5ff3b30ab57da82d8db4f14662a2858cabfbc2c0","versionType":"git"},{"lessThan":"f8c9a3ec36b4ee3d4701b9be08f40e7bfbf89761","status":"affected","version":"5ff3b30ab57da82d8db4f14662a2858cabfbc2c0","versionType":"git"},{"lessThan":"2eed77fdcb0cc48e8eccb2bcd4b7f2c6d650e84c","status":"affected","version":"5ff3b30ab57da82d8db4f14662a2858cabfbc2c0","versionType":"git"}]},{"defaultStatus":"affected","product":"Linux","programFiles":["include/linux/sched.h","kernel/kcov.c","lib/Kconfig.debug"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","vendor":"Linux","versions":[{"status":"affected","version":"5.8"},{"lessThan":"5.8","status":"unaffected","version":"0","versionType":"semver"},{"lessThanOrEqual":"5.10.*","status":"unaffected","version":"5.10.269","versionType":"semver"},{"lessThanOrEqual":"5.15.*","status":"unaffected","version":"5.15.220","versionType":"semver"},{"lessThanOrEqual":"6.1.*","status":"unaffected","version":"6.1.185","versionType":"semver"},{"lessThanOrEqual":"6.6.*","status":"unaffected","version":"6.6.154","versionType":"semver"},{"lessThanOrEqual":"6.12.*","status":"unaffected","version":"6.12.106","versionType":"semver"},{"lessThanOrEqual":"6.18.*","status":"unaffected","version":"6.18.47","versionType":"semver"},{"lessThanOrEqual":"7.1.*","status":"unaffected","version":"7.1.11","versionType":"semver"},{"lessThanOrEqual":"7.2.*","status":"unaffected","version":"7.2.1","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":"5.10.269","versionStartIncluding":"5.8","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"5.15.220","versionStartIncluding":"5.8","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"6.1.185","versionStartIncluding":"5.8","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"6.6.154","versionStartIncluding":"5.8","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"6.12.106","versionStartIncluding":"5.8","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"6.18.47","versionStartIncluding":"5.8","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"7.1.11","versionStartIncluding":"5.8","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"7.2.1","versionStartIncluding":"5.8","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"7.3-rc1","versionStartIncluding":"5.8","vulnerable":true}],"negate":false,"operator":"OR"}]}],"descriptions":[{"lang":"en","value":"In the Linux kernel, the following vulnerability has been resolved:\n\nkcov: fix data corruption and race conditions on PREEMPT_RT\n\nsyzbot is reporting KCOV state corruption on PREEMPT_RT kernels, for the\ntemporary storage used for saving/restoring remote KCOV state is currently\nallocated as the per-CPU area.\n\nOn PREEMPT_RT kernels, softirq handlers run as preemptible task threads\n(e.g., ksoftirqd). If a softirq context preempts a task running a remote\nKCOV session, it safely saves the task's state into the per-CPU area.\nHowever, if that softirq thread is subsequently preempted by a higher-\npriority softirq thread on the same CPU, the second softirq will overwrite\nthe same per-CPU area, permanently destroying the original task's KCOV\nstate.\n\nFix this data corruption by moving the temporary storage from the per-CPU\narea to the per-thread area. Since each softirq thread now owns its own\ntask context, nested softirq preemption no longer causes data overwrites.\n\nNote that while the temporary storage is now on a per-thread basis, the\nper-CPU kcov_percpu_data.lock must be retained, for we need to ensure that\nkcov_remote_start() and kcov_remote_stop() operate atomically without\nracing against asynchronous interrupts that manipulate the current task's\nKCOV state.\n\nIt is likely that GFP_KERNEL allocation by vmalloc_node() in kcov_init()\nhas already called panic() before returning NULL, for there will be no\nOOM-killable userspace processes when __init function of built-in module\nruns. But this patch also fixes crashing the kernel when vmalloc_node()\nin kcov_init() returned NULL, for kcov_init() left per-CPU irq_area == NULL\nbut kcov_remote_start() depends on per-CPU irq_area != NULL, resulting in\n\n  (1) doing vmalloc() in kcov_remote_start() despite !in_task() context\n\n  (2) out-of-array-bounds access if (1) succeeded but\n      kcov->remote_size < CONFIG_KCOV_IRQ_AREA_SIZE\n\n  (3) always leak memory allocated by (1), eventually killing all\n      OOM-killable userspace processes\n\nproblems."}],"providerMetadata":{"dateUpdated":"2026-09-09T16:13:14.587Z","orgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","shortName":"Linux"},"references":[{"url":"https://git.kernel.org/stable/c/ef7048d8a614c5f5a9b20513a5428101a744514e"},{"url":"https://git.kernel.org/stable/c/8ed3ddf23d39bf5338406bd9f8863d44748cf6ce"},{"url":"https://git.kernel.org/stable/c/5dc59fc959b2b5742985d7ef24bccd1868217dc2"},{"url":"https://git.kernel.org/stable/c/a2fb8222cde23b0001812ed3acb7c0ea36dd94e2"},{"url":"https://git.kernel.org/stable/c/18799e858b407bf355383c9dd6c06477aa437134"},{"url":"https://git.kernel.org/stable/c/e11f5b48c82703242a3be7a7ae4b4940b4cb4610"},{"url":"https://git.kernel.org/stable/c/22670d1552fe155822b2abf91f920925f7d067b4"},{"url":"https://git.kernel.org/stable/c/f8c9a3ec36b4ee3d4701b9be08f40e7bfbf89761"},{"url":"https://git.kernel.org/stable/c/2eed77fdcb0cc48e8eccb2bcd4b7f2c6d650e84c"}],"title":"kcov: fix data corruption and race conditions on PREEMPT_RT","x_generator":{"engine":"bippy-1.2.0"}}},"cveMetadata":{"assignerOrgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","assignerShortName":"Linux","cveId":"CVE-2026-80916","datePublished":"2026-09-09T16:13:14.587Z","dateReserved":"2026-08-26T14:34:25.801Z","dateUpdated":"2026-09-09T16:13:14.587Z","state":"PUBLISHED"},"dataType":"CVE_RECORD","dataVersion":"5.2"},"nvd":{"publishedDate":"2026-09-09 17:17:46","lastModifiedDate":"2026-09-09 17:17:46","problem_types":[],"metrics":[],"configurations":[]},"legacy_mitre":{"record":{"CveYear":"2026","CveId":"80916","Ordinal":"1","Title":"kcov: fix data corruption and race conditions on PREEMPT_RT","CVE":"CVE-2026-80916","Year":"2026"},"notes":[{"CveYear":"2026","CveId":"80916","Ordinal":"1","NoteData":"In the Linux kernel, the following vulnerability has been resolved:\n\nkcov: fix data corruption and race conditions on PREEMPT_RT\n\nsyzbot is reporting KCOV state corruption on PREEMPT_RT kernels, for the\ntemporary storage used for saving/restoring remote KCOV state is currently\nallocated as the per-CPU area.\n\nOn PREEMPT_RT kernels, softirq handlers run as preemptible task threads\n(e.g., ksoftirqd). If a softirq context preempts a task running a remote\nKCOV session, it safely saves the task's state into the per-CPU area.\nHowever, if that softirq thread is subsequently preempted by a higher-\npriority softirq thread on the same CPU, the second softirq will overwrite\nthe same per-CPU area, permanently destroying the original task's KCOV\nstate.\n\nFix this data corruption by moving the temporary storage from the per-CPU\narea to the per-thread area. Since each softirq thread now owns its own\ntask context, nested softirq preemption no longer causes data overwrites.\n\nNote that while the temporary storage is now on a per-thread basis, the\nper-CPU kcov_percpu_data.lock must be retained, for we need to ensure that\nkcov_remote_start() and kcov_remote_stop() operate atomically without\nracing against asynchronous interrupts that manipulate the current task's\nKCOV state.\n\nIt is likely that GFP_KERNEL allocation by vmalloc_node() in kcov_init()\nhas already called panic() before returning NULL, for there will be no\nOOM-killable userspace processes when __init function of built-in module\nruns. But this patch also fixes crashing the kernel when vmalloc_node()\nin kcov_init() returned NULL, for kcov_init() left per-CPU irq_area == NULL\nbut kcov_remote_start() depends on per-CPU irq_area != NULL, resulting in\n\n  (1) doing vmalloc() in kcov_remote_start() despite !in_task() context\n\n  (2) out-of-array-bounds access if (1) succeeded but\n      kcov->remote_size < CONFIG_KCOV_IRQ_AREA_SIZE\n\n  (3) always leak memory allocated by (1), eventually killing all\n      OOM-killable userspace processes\n\nproblems.","Type":"Description","Title":"kcov: fix data corruption and race conditions on PREEMPT_RT"}]}}}