Lucene search
+L

16 matches found

AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•8 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, Linux, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: The can: bcm code allows for the deferring of the rxop deallocation to the workqueue to fix a thrtimer UAF. The commit f1b4e32aca08 “can: bcm: use callrcu instead of the costly synchronizercu” replaces the synchronizercu in...

7.8CVSS6.5AI score0.00176EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
•added 2026/09/09 1:05 a.m.•13 views

kernel: can:bcm: arbitrary kernel code execution leading to escalate privileges

A flaw was found in the Linux kernel in net/can/bcm.c in can: bcm, where an unprivileged local user can exploit this vulnerability to execute arbitrary code within the kernel, which leads to a local privilege escalation LPE. This allows the attacker to gain root privileges and take full control o...

7.8CVSS6.5AI score0.00146EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
•added 2026/09/09 12:00 a.m.•8 views

RHEL 8 : kernel (RHSA-2026:65710)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:65710 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: dm btree remove: fix use afte...

9.8CVSS7.4AI score0.00714EPSS
SaveExploits0References26
RedHat Linux
RedHat Linux
•added 2026/09/01 9:35 a.m.•28 views

Important: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions and Red Hat Enterprise Linux 8.8 Telecommunications Update Service. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring Syst...

9.8CVSS6.3AI score0.00755EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/01 9:35 a.m.•13 views

kernel: can:bcm: arbitrary kernel code execution leading to escalate privileges

A flaw was found in the Linux kernel in net/can/bcm.c in can: bcm, where an unprivileged local user can exploit this vulnerability to execute arbitrary code within the kernel, which leads to a local privilege escalation LPE. This allows the attacker to gain root privileges and take full control o...

7.8CVSS6.1AI score0.00146EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
•added 2026/09/01 12:00 a.m.•12 views

RHEL 8 : kernel (RHSA-2026:61932)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:61932 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: ipv6: fix possible UAF in...

9.8CVSS6.4AI score0.00755EPSS
SaveExploits0References10
RedHat Linux
RedHat Linux
•added 2026/08/17 3:39 p.m.•16 views

kernel: can:bcm: arbitrary kernel code execution leading to escalate privileges

A flaw was found in the Linux kernel in net/can/bcm.c in can: bcm, where an unprivileged local user can exploit this vulnerability to execute arbitrary code within the kernel, which leads to a local privilege escalation LPE. This allows the attacker to gain root privileges and take full control o...

7.8CVSS6.1AI score0.00146EPSS
SaveExploits0References5
NVD
NVD
•added 2026/08/15 6:21 a.m.•9 views

CVE-2026-72123

In the Linux kernel, the following vulnerability has been resolved: can: bcm: defer rxop deallocation to workqueue to fix thrtimer UAF Commit f1b4e32aca08 "can: bcm: use callrcu instead of costly synchronizercu" replaced synchronizercu in bcmdeleterxop with callrcu and introduced the RXNOAUTOTIME...

7.8CVSS0.00176EPSS
SaveExploits0References8
NVD
NVD
•added 2026/08/15 6:21 a.m.•9 views

CVE-2026-72118

In the Linux kernel, the following vulnerability has been resolved: can: bcm: fix CAN frame rx/tx statistics KCSAN detected a data race within the bcmrxhandler when two CAN frames have been simultaneously received and processed in a single rx op by two different CPUs. Use atomic operations with...

0.0022EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/15 6:21 a.m.•12 views

UBUNTU-CVE-2026-72118

In the Linux kernel, the following vulnerability has been resolved: can: bcm: fix CAN frame rx/tx statistics KCSAN detected a data race within the bcmrxhandler when two CAN frames have been simultaneously received and processed in a single rx op by two different CPUs. Use atomic operations with...

5.7AI score0.0022EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/15 6:21 a.m.•9 views

UBUNTU-CVE-2026-72122

In the Linux kernel, the following vulnerability has been resolved: can: bcm: fix lockless bound/ifindex race and silent RXSETUP failure bcmsendmsg reads bo-ifindex and checks bo-bound before taking locksock, while bcmnotify, bcmconnect and bcmrelease all mutate both fields under that same lock...

7.3CVSS5.5AI score0.00171EPSS
SaveExploits0References11
Cvelist
Cvelist
•added 2026/08/15 5:53 a.m.•27 views

CVE-2026-72123 can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF

In the Linux kernel, the following vulnerability has been resolved: can: bcm: defer rxop deallocation to workqueue to fix thrtimer UAF Commit f1b4e32aca08 "can: bcm: use callrcu instead of costly synchronizercu" replaced synchronizercu in bcmdeleterxop with callrcu and introduced the RXNOAUTOTIME...

7.8CVSS0.00176EPSS
SaveExploits0References8
CVE
CVE
•added 2026/08/15 5:53 a.m.•53 views

CVE-2026-72122

CVE-2026-72122 (Linux kernel) fixes a race in the CAN BCM path. The issue arises when bcm_sendmsg() reads bo->ifindex and bo->bound without holding the socket lock, while bcm_notify(), bcm_connect() and bcm_release() update both fields under the same lock. The unsynchronized reads and write...

7.3CVSS5.4AI score0.00171EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/15 5:53 a.m.•30 views

CVE-2026-72122 can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure

In the Linux kernel, the following vulnerability has been resolved: can: bcm: fix lockless bound/ifindex race and silent RXSETUP failure bcmsendmsg reads bo-ifindex and checks bo-bound before taking locksock, while bcmnotify, bcmconnect and bcmrelease all mutate both fields under that same lock...

7.3CVSS0.00171EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/15 5:52 a.m.•27 views

CVE-2026-72119 can: bcm: extend bcm_tx_lock usage for data and timer updates

In the Linux kernel, the following vulnerability has been resolved: can: bcm: extend bcmtxlock usage for data and timer updates Stage new CAN frame content for an existing tx op into a kmalloc'd buffer and validate it there, mirroring the approach already used in bcmrxsetup. Only copy the validat...

7.8CVSS5.5AI score
SaveExploits0References11
Positive Technologies
Positive Technologies
•added 2026/08/15 12:00 a.m.•13 views

PT-2026-72307

In the Linux kernel, the following vulnerability has been resolved: can: bcm: fix CAN frame rx/tx statistics KCSAN detected a data race within the bcm rx handler when two CAN frames have been simultaneously received and processed in a single rx op by two different CPUs. Use atomic operations with...

5.6AI score0.0022EPSS
SaveExploits0References6
Rows per page
Query Builder