7.8
HIGH CVSS 3.1
CVE-2026-72123
can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
Description

In the Linux kernel, the following vulnerability has been resolved: can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF Commit f1b4e32aca08 ("can: bcm: use call_rcu() instead of costly synchronize_rcu()") replaced synchronize_rcu() in bcm_delete_rx_op() with call_rcu() and introduced the RX_NO_AUTOTIMER flag. However, this flag check was omitted for thrtimer in the packet rx fast-path. During BCM RX operation teardown, a concurrent RCU reader (bcm_rx_handler) can race and re-arm thrtimer via bcm_rx_update_and_send() after call_rcu() has been scheduled. Once the RCU grace period elapses, bcm_op is freed. The subsequently firing thrtimer then dereferences the deallocated op, causing a UAF. Adding flag checks to the rx fast-path (bcm_rx_update_and_send) does not fully close the TOCTOU race and introduces latency for every CAN frame. Conversely, calling hrtimer_cancel() directly inside the RCU callback (softirq context) is fatal as hrtimer_cancel() can sleep, triggering a "scheduling while atomic" panic. Resolve this by deferring the timer cancellation and memory free to a dedicated unbound workqueue (bcm_wq). The RCU callback now queues a work item to bcm_wq, which safely cancels both timers and deallocates memory in sleepable process context. A dedicated workqueue is used to prevent system-wide WQ saturation and is cleanly flushed/destroyed on module unload to avoid rmmod page faults. Since the deferred work can now outlive the calling context by an unbounded amount, also take a reference on op->sk when it is assigned and drop it only once the deferred work has cancelled both timers, so a socket can no longer be freed out from under a still-armed timer whose callback (bcm_send_to_user()) dereferences op->sk.

INFO

Published Date :

Aug. 15, 2026, 6:21 a.m.

Last Modified :

Aug. 17, 2026, 6:18 a.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2026-72123 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 3.1 HIGH 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Solution
Defer timer cancellation and memory deallocation to a workqueue to resolve UAF.
  • Defer timer cancellation and memory deallocation to a workqueue.
  • Queue work items to a dedicated unbound workqueue.
  • Take and drop references on op->sk correctly.
  • Ensure timers are cancelled before deallocating memory.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-72123 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-72123 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-72123 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-72123 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Aug. 17, 2026

    Action Type Old Value New Value
    Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
    Changed Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'f1b4e32aca0811aa011c76e5d6cf2fa19224b386', 'lessThan': '3cf4fd5316f449811d8baf1bc6978ef5a7b743a9', 'versionType': 'git'}, {'status': 'affected', 'version': 'f1b4e32aca0811aa011c76e5d6cf2fa19224b386', 'lessThan': '4177762f70646ac48a2af382e45a795cbd295198', 'versionType': 'git'}, {'status': 'affected', 'version': 'f1b4e32aca0811aa011c76e5d6cf2fa19224b386', 'lessThan': '6fd08e8d826c3aa4cc7021f5f9cdbb7fa7441d3f', 'versionType': 'git'}, {'status': 'affected', 'version': 'f1b4e32aca0811aa011c76e5d6cf2fa19224b386', 'lessThan': 'cd830e0bc25ee2d38cbfbdbb3cd77c5f53b2b6d5', 'versionType': 'git'}, {'status': 'affected', 'version': 'f1b4e32aca0811aa011c76e5d6cf2fa19224b386', 'lessThan': 'ce2d4b121fb7545e1ed588e860c8e5fd5ad45224', 'versionType': 'git'}, {'status': 'affected', 'version': 'f1b4e32aca0811aa011c76e5d6cf2fa19224b386', 'lessThan': '68973f9db76144825e4f35dfdc80fb8279eb2d57', 'versionType': 'git'}, {'status': 'affected', 'version': 'fbac09a3b8890003c0c55294c00709f3ae5501bb', 'versionType': 'git'}, {'status': 'affected', 'version': '5b48f5711f1c630841ab78dcc061de902f0e37bf', 'versionType': 'git'}, {'status': 'affected', 'version': '85cd41070df992d3c0dfd828866fdd243d3b774a', 'versionType': 'git'}, {'status': 'affected', 'version': 'f34f2a18e47b73e48f90a757e1f4aaa8c7d665a1', 'versionType': 'git'}, {'status': 'affected', 'version': 'edb4baffb9483141a50fb7f7146cfe4a4c0c2db8', 'versionType': 'git'}, {'status': 'affected', 'version': '4.19.252', 'lessThan': '4.20', 'versionType': 'semver'}, {'status': 'affected', 'version': '5.4.205', 'lessThan': '5.5', 'versionType': 'semver'}, {'status': 'affected', 'version': '5.10.130', 'lessThan': '5.11', 'versionType': 'semver'}, {'status': 'affected', 'version': '5.15.54', 'lessThan': '5.16', 'versionType': 'semver'}, {'status': 'affected', 'version': '5.18.11', 'lessThan': '5.19', 'versionType': 'semver'}], 'programFiles': ['net/can/bcm.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '5.19'}, {'status': 'unaffected', 'version': '0', 'lessThan': '5.19', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.97', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc4', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['net/can/bcm.c'], 'defaultStatus': 'affected'}] [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'f1b4e32aca0811aa011c76e5d6cf2fa19224b386', 'lessThan': '3cf4fd5316f449811d8baf1bc6978ef5a7b743a9', 'versionType': 'git'}, {'status': 'affected', 'version': 'f1b4e32aca0811aa011c76e5d6cf2fa19224b386', 'lessThan': '4177762f70646ac48a2af382e45a795cbd295198', 'versionType': 'git'}, {'status': 'affected', 'version': 'f1b4e32aca0811aa011c76e5d6cf2fa19224b386', 'lessThan': '6fd08e8d826c3aa4cc7021f5f9cdbb7fa7441d3f', 'versionType': 'git'}, {'status': 'affected', 'version': 'f1b4e32aca0811aa011c76e5d6cf2fa19224b386', 'lessThan': 'cd830e0bc25ee2d38cbfbdbb3cd77c5f53b2b6d5', 'versionType': 'git'}, {'status': 'affected', 'version': 'f1b4e32aca0811aa011c76e5d6cf2fa19224b386', 'lessThan': 'ce2d4b121fb7545e1ed588e860c8e5fd5ad45224', 'versionType': 'git'}, {'status': 'affected', 'version': 'f1b4e32aca0811aa011c76e5d6cf2fa19224b386', 'lessThan': '68973f9db76144825e4f35dfdc80fb8279eb2d57', 'versionType': 'git'}, {'status': 'affected', 'version': 'fbac09a3b8890003c0c55294c00709f3ae5501bb', 'versionType': 'git'}, {'status': 'affected', 'version': '5b48f5711f1c630841ab78dcc061de902f0e37bf', 'versionType': 'git'}, {'status': 'affected', 'version': '85cd41070df992d3c0dfd828866fdd243d3b774a', 'versionType': 'git'}, {'status': 'affected', 'version': 'f34f2a18e47b73e48f90a757e1f4aaa8c7d665a1', 'versionType': 'git'}, {'status': 'affected', 'version': 'edb4baffb9483141a50fb7f7146cfe4a4c0c2db8', 'versionType': 'git'}, {'status': 'affected', 'version': '4.19.252', 'lessThan': '4.20', 'versionType': 'semver'}, {'status': 'affected', 'version': '5.4.205', 'lessThan': '5.5', 'versionType': 'semver'}, {'status': 'affected', 'version': '5.10.130', 'lessThan': '5.11', 'versionType': 'semver'}, {'status': 'affected', 'version': '5.15.54', 'lessThan': '5.16', 'versionType': 'semver'}, {'status': 'affected', 'version': '5.18.11', 'lessThan': '5.19', 'versionType': 'semver'}], 'programFiles': ['net/can/bcm.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '5.19'}, {'status': 'unaffected', 'version': '0', 'lessThan': '5.19', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.97', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['net/can/bcm.c'], 'defaultStatus': 'affected'}]
  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Aug. 15, 2026

    Action Type Old Value New Value
    Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'f1b4e32aca0811aa011c76e5d6cf2fa19224b386', 'lessThan': '3cf4fd5316f449811d8baf1bc6978ef5a7b743a9', 'versionType': 'git'}, {'status': 'affected', 'version': 'f1b4e32aca0811aa011c76e5d6cf2fa19224b386', 'lessThan': '4177762f70646ac48a2af382e45a795cbd295198', 'versionType': 'git'}, {'status': 'affected', 'version': 'f1b4e32aca0811aa011c76e5d6cf2fa19224b386', 'lessThan': '6fd08e8d826c3aa4cc7021f5f9cdbb7fa7441d3f', 'versionType': 'git'}, {'status': 'affected', 'version': 'f1b4e32aca0811aa011c76e5d6cf2fa19224b386', 'lessThan': 'cd830e0bc25ee2d38cbfbdbb3cd77c5f53b2b6d5', 'versionType': 'git'}, {'status': 'affected', 'version': 'f1b4e32aca0811aa011c76e5d6cf2fa19224b386', 'lessThan': 'ce2d4b121fb7545e1ed588e860c8e5fd5ad45224', 'versionType': 'git'}, {'status': 'affected', 'version': 'f1b4e32aca0811aa011c76e5d6cf2fa19224b386', 'lessThan': '68973f9db76144825e4f35dfdc80fb8279eb2d57', 'versionType': 'git'}, {'status': 'affected', 'version': 'fbac09a3b8890003c0c55294c00709f3ae5501bb', 'versionType': 'git'}, {'status': 'affected', 'version': '5b48f5711f1c630841ab78dcc061de902f0e37bf', 'versionType': 'git'}, {'status': 'affected', 'version': '85cd41070df992d3c0dfd828866fdd243d3b774a', 'versionType': 'git'}, {'status': 'affected', 'version': 'f34f2a18e47b73e48f90a757e1f4aaa8c7d665a1', 'versionType': 'git'}, {'status': 'affected', 'version': 'edb4baffb9483141a50fb7f7146cfe4a4c0c2db8', 'versionType': 'git'}, {'status': 'affected', 'version': '4.19.252', 'lessThan': '4.20', 'versionType': 'semver'}, {'status': 'affected', 'version': '5.4.205', 'lessThan': '5.5', 'versionType': 'semver'}, {'status': 'affected', 'version': '5.10.130', 'lessThan': '5.11', 'versionType': 'semver'}, {'status': 'affected', 'version': '5.15.54', 'lessThan': '5.16', 'versionType': 'semver'}, {'status': 'affected', 'version': '5.18.11', 'lessThan': '5.19', 'versionType': 'semver'}], 'programFiles': ['net/can/bcm.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '5.19'}, {'status': 'unaffected', 'version': '0', 'lessThan': '5.19', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.97', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc4', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['net/can/bcm.c'], 'defaultStatus': 'affected'}]
    Added Description In the Linux kernel, the following vulnerability has been resolved: can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF Commit f1b4e32aca08 ("can: bcm: use call_rcu() instead of costly synchronize_rcu()") replaced synchronize_rcu() in bcm_delete_rx_op() with call_rcu() and introduced the RX_NO_AUTOTIMER flag. However, this flag check was omitted for thrtimer in the packet rx fast-path. During BCM RX operation teardown, a concurrent RCU reader (bcm_rx_handler) can race and re-arm thrtimer via bcm_rx_update_and_send() after call_rcu() has been scheduled. Once the RCU grace period elapses, bcm_op is freed. The subsequently firing thrtimer then dereferences the deallocated op, causing a UAF. Adding flag checks to the rx fast-path (bcm_rx_update_and_send) does not fully close the TOCTOU race and introduces latency for every CAN frame. Conversely, calling hrtimer_cancel() directly inside the RCU callback (softirq context) is fatal as hrtimer_cancel() can sleep, triggering a "scheduling while atomic" panic. Resolve this by deferring the timer cancellation and memory free to a dedicated unbound workqueue (bcm_wq). The RCU callback now queues a work item to bcm_wq, which safely cancels both timers and deallocates memory in sleepable process context. A dedicated workqueue is used to prevent system-wide WQ saturation and is cleanly flushed/destroyed on module unload to avoid rmmod page faults. Since the deferred work can now outlive the calling context by an unbounded amount, also take a reference on op->sk when it is assigned and drop it only once the deferred work has cancelled both timers, so a socket can no longer be freed out from under a still-armed timer whose callback (bcm_send_to_user()) dereferences op->sk.
    Added Reference https://git.kernel.org/stable/c/3cf4fd5316f449811d8baf1bc6978ef5a7b743a9
    Added Reference https://git.kernel.org/stable/c/4177762f70646ac48a2af382e45a795cbd295198
    Added Reference https://git.kernel.org/stable/c/68973f9db76144825e4f35dfdc80fb8279eb2d57
    Added Reference https://git.kernel.org/stable/c/6fd08e8d826c3aa4cc7021f5f9cdbb7fa7441d3f
    Added Reference https://git.kernel.org/stable/c/cd830e0bc25ee2d38cbfbdbb3cd77c5f53b2b6d5
    Added Reference https://git.kernel.org/stable/c/ce2d4b121fb7545e1ed588e860c8e5fd5ad45224
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.