Lucene search
+L

64 matches found

RedHat Linux
RedHat Linux
added 2025/08/11 9:52 a.m.10 views

kernel: can: peak_usb: fix use after free bugs

In the Linux kernel, the following vulnerability has been resolved: can: peakusb: fix use after free bugs After calling peakusbnetifrxniskb, dereferencing skb is unsafe. Especially, the canframe cf which aliases skb memory is accessed after the peakusbnetifrxni. Reordering the lines solves the...

8.8CVSS6.4AI score0.00214EPSS
SaveExploits0References5
OSV
OSV
added 2025/07/04 2:15 p.m.2 views

DEBIAN-CVE-2025-38224

In the Linux kernel, the following vulnerability has been resolved: can: kvaserpciefd: refine error prone echoskbmax handling logic echoskbmax should define the supported upper limit of echoskb allocated inside the netdevice's priv. The corresponding size value provided by this driver to...

7.1CVSS6.1AI score0.00151EPSS
SaveExploits0References1
BDU FSTEC
BDU FSTEC
added 2025/06/09 12:00 a.m.16 views

Vulnerability of the mcp251xfd_probe() function in the drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c module – The Linux kernel’s CAN network device driver allows attackers to access protected information or cause service failures.

Vulnerability of the mcp251xfdprobe function in the drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c module – The Linux system’s CAN device driver framework is vulnerable due to a pointer issue related to NULL pointers. Exploiting this vulnerability could allow an attacker to access protected...

5.5CVSS6.2AI score0.00205EPSS
SaveExploits0References9Affected Software1
BDU FSTEC
BDU FSTEC
added 2025/05/02 12:00 a.m.19 views

Vulnerability of the mcp251x_stop() function in the drivers/net/can/spi/mcp251x.c module – This driver supports network devices of the Linux kernel, which can be exploited by attackers to cause service failures.

Vulnerability of the mcp251xstop function in the drivers/net/can/spi/mcp251x.c module – The Linux kernel’s CAN network device driver relies on the assignment of the NULL pointer. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS5.5AI score0.00235EPSS
SaveExploits0References14Affected Software1
RedHat Linux
RedHat Linux
added 2025/04/30 1:09 a.m.12 views

kernel: can: dev: can_put_echo_skb(): don't crash kernel if can_priv::echo_skb is accessed out of bounds

In the Linux kernel, the following vulnerability has been resolved: can: dev: canputechoskb: don't crash kernel if canpriv::echoskb is accessed out of bounds If the "struct canpriv::echooskb" is accessed out of bounds, this would cause a kernel crash. Instead, issue a meaningful warning message a...

5.5CVSS6.4AI score0.0022EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2025/04/14 12:00 a.m.16 views

Vulnerability of the slcan_close() function in the drivers/net/can/slcan/slcan-core.c module – The Linux kernel’s CAN network device support driver allows a hacker to cause a service failure.

Vulnerability of the slcanclose function in the drivers/net/can/slcan/slcan-core.c module – The Linux kernel’s CAN network device support driver is vulnerable due to a reliance on the NULL pointer pointer. Exploiting this vulnerability could allow an attacker to cause service failures...

5.5CVSS5.5AI score0.00202EPSS
SaveExploits0References8Affected Software3
RedHat Linux
RedHat Linux
added 2025/03/24 1:41 p.m.17 views

kernel: can: bcm: Fix UAF in bcm_proc_show()

A flaw was found in the Linux kernel's Controller Area Network CAN Broadcast Manager BCM module. A local attacker with low privileges could exploit a use-after-free vulnerability in the bcmprocshow function. This occurs because the bcmop object is freed before its corresponding procfs entry is...

7.8CVSS6.6AI score0.00286EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/02/27 3:03 a.m.5 views

SUSE CVE-2022-49659

In the Linux kernel, the following vulnerability has been resolved: can: mcan: mcanreadfifo,echotxevent: shift timestamp to full 32 bits In commit 1be37d3b0414 "can: mcan: fix periph RX path: use rx-offload to ensure skbs are sent from softirq context" the RX path for peripheral devices was...

5.5CVSS6AI score0.00253EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/12/28 1:57 a.m.17 views

CVE-2024-56651

In the Linux kernel, the following vulnerability has been resolved: can: hi311x: hi3110canist: fix potential use-after-free The commit a22bd630cfff "can: hi311x: do not report txerr and rxerr during bus-off" removed the reporting of rxerr and txerr even in case of correct operation i. e. not...

7.8CVSS6.6AI score0.00327EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/12/27 3:02 p.m.9 views

CVE-2024-56651 can: hi311x: hi3110_can_ist(): fix potential use-after-free

In the Linux kernel, the following vulnerability has been resolved: can: hi311x: hi3110canist: fix potential use-after-free The commit a22bd630cfff "can: hi311x: do not report txerr and rxerr during bus-off" removed the reporting of rxerr and txerr even in case of correct operation i. e. not...

8.8CVSS7.4AI score0.00327EPSS
SaveExploits0References4
OSV
OSV
added 2024/10/21 8:15 p.m.8 views

UBUNTU-CVE-2022-49024

In the Linux kernel, the following vulnerability has been resolved: can: mcan: pci: add missing mcanclassfreedev in probe/remove methods In mcanpciremove and error handling path of mcanpciprobe, mcanclassfreedev should be called to free resource allocated by mcanclassallocatedev, otherwise there...

5.5CVSS5.7AI score0.00237EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/24 3:15 p.m.1 views

DEBIAN-CVE-2021-47520

In the Linux kernel, the following vulnerability has been resolved: can: pchcan: pchcanrxnormal: fix use after free After calling netifreceiveskbskb, dereferencing skb is unsafe. Especially, the canframe cf which aliases skb memory is dereferenced just after the call netifreceiveskbskb. Reorderin...

7.8CVSS5.6AI score0.00339EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/05/23 2:56 a.m.9 views

SUSE CVE-2023-52878

In the Linux kernel, the following vulnerability has been resolved: can: dev: canputechoskb: don't crash kernel if canpriv::echoskb is accessed out of bounds If the "struct canpriv::echooskb" is accessed out of bounds, this would cause a kernel crash. Instead, issue a meaningful warning message a...

5.5CVSS6.4AI score0.0022EPSS
SaveExploits0References16
OSV
OSV
added 2024/05/21 3:15 p.m.6 views

DEBIAN-CVE-2021-47231

In the Linux kernel, the following vulnerability has been resolved: can: mcbausb: fix memory leak in mcbausb Syzbot reported memory leak in SocketCAN driver for Microchip CAN BUS Analyzer Tool. The problem was in unfreed usbcoherent. In mcbausbstart 20 coherent buffers are allocated and there is...

5.5CVSS5.3AI score0.00226EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2023/05/09 10:01 a.m.12 views

kernel: double free in usb_8dev_start_xmit in drivers/net/can/usb/usb_8dev.c

A double-free flaw was found in the Linux kernel's USB2CAN interface implementation. This issue could allow a local user to crash the system...

5.5CVSS6.6AI score0.00395EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2023/02/15 3:26 a.m.12 views

SUSE CVE-2022-28389

mcbausbstartxmit in drivers/net/can/usb/mcbausb.c in the Linux kernel through 5.17.1 has a double free...

7CVSS6.6AI score0.00324EPSS
SaveExploits0References39
Microsoft CVE
Microsoft CVE
added 2022/04/10 7:00 a.m.15 views

ems_usb_start_xmit in drivers/net/can/usb/ems_usb.c in the Linux kernel through 5.17.1 has a double free.

...

7.8CVSS6.6AI score0.00359EPSS
SaveExploits0
OSV
OSV
added 2022/04/03 9:15 p.m.20 views

AZL-9293 CVE-2022-28388 affecting package kernel for versions less than 5.15.37.1-2

usb8devstartxmit in drivers/net/can/usb/usb8dev.c in the Linux kernel through 5.17.1 has a double free...

5.5CVSS6.7AI score0.00395EPSS
SaveExploits0References1
OSV
OSV
added 2022/04/03 9:15 p.m.9 views

UBUNTU-CVE-2022-28389

mcbausbstartxmit in drivers/net/can/usb/mcbausb.c in the Linux kernel through 5.17.1 has a double free...

7.3CVSS6.7AI score0.00324EPSS
SaveExploits0References9
OSV
OSV
added 2022/04/03 9:15 p.m.10 views

UBUNTU-CVE-2022-28388

usb8devstartxmit in drivers/net/can/usb/usb8dev.c in the Linux kernel through 5.17.1 has a double free...

7.3CVSS6.7AI score0.00395EPSS
SaveExploits0References12
Rows per page
Query Builder