Lucene search
+L

64 matches found

AlmaLinux
AlmaLinux
added 2025/11/11 12:00 a.m.19 views

Moderate: kernel security update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: can: isotp: fix potential CAN frame reception race in isotprcv CVE-2022-48830 kernel: soc: qcom: cmd-db: Map shared memory as WC, not WB CVE-2024-46689 kernel: Squashfs: sanity check...

9.8CVSS7.3AI score0.00712EPSS
SaveExploits1References225
OSV
OSV
added 2025/11/11 12:00 a.m.23 views

ALSA-2025:20518 Moderate: kernel security update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: can: isotp: fix potential CAN frame reception race in isotprcv CVE-2022-48830 kernel: soc: qcom: cmd-db: Map shared memory as WC, not WB CVE-2024-46689 kernel: Squashfs: sanity check...

9.8CVSS6.8AI score0.00712EPSS
SaveExploits1References225
Tenable Nessus
Tenable Nessus
added 2025/10/27 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-39988

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - can: etases58x: populate ndochangemtu to prevent buffer overflow Sending an PFPACKET allows to bypass the CAN framework logic and to directly reach the xmit...

7.8CVSS7.7AI score0.00164EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/10/15 7:56 a.m.23 views

CVE-2025-39985 can: mcba_usb: populate ndo_change_mtu() to prevent buffer overflow

In the Linux kernel, the following vulnerability has been resolved: can: mcbausb: populate ndochangemtu to prevent buffer overflow Sending an PFPACKET allows to bypass the CAN framework logic and to directly reach the xmit function of a CAN driver. The only check which is performed by the PFPACKE...

7.8CVSS0.00164EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2019-13336

Malware in sbrugna...

4.9CVSS6.4AI score0.00698EPSS
SaveExploits1References19
EUVD
EUVD
added 2025/10/03 8:07 p.m.9 views

EUVD-2022-34983

Malicious code in bioql PyPI...

8.2CVSS7.6AI score0.0063EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2025/08/27 8:37 a.m.15 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
Tenable Nessus
Tenable Nessus
added 2025/08/06 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2019-3701

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An issue was discovered in cancangwrcv in net/can/gw.c in the Linux kernel through 4.19.13. The CAN frame modification rules allow bitwise logical operations th...

4.9CVSS6.4AI score0.00698EPSS
SaveExploits1References2
SUSE CVE
SUSE CVE
added 2025/05/14 12:31 a.m.4 views

SUSE CVE-2022-49845

In the Linux kernel, the following vulnerability has been resolved: can: j1939: j1939sendone: fix missing CAN header initialization The read access to struct canxlframe::len inside of a j1939 created skbuff revealed a missing initialization of reserved and later filled elements in struct canframe...

5.5CVSS6.2AI score0.00204EPSS
SaveExploits0References10
OSV
OSV
added 2025/05/01 3:16 p.m.2 views

DEBIAN-CVE-2022-49845

In the Linux kernel, the following vulnerability has been resolved: can: j1939: j1939sendone: fix missing CAN header initialization The read access to struct canxlframe::len inside of a j1939 created skbuff revealed a missing initialization of reserved and later filled elements in struct canframe...

5.5CVSS5.4AI score0.00204EPSS
SaveExploits0References1
CVE
CVE
added 2025/05/01 2:09 p.m.81 views

CVE-2022-49844

The collection confirms CVE-2022-49844 affects the Linux kernel CAN subsystem. The issue arises from reading priv->ctrlmode in virtual CAN interfaces (e.g., vcan, vxcan) when some interfaces do not create struct can_priv at startup, causing an out-of-bounds read and CAN frame drops. The refere...

7.1CVSS6.2AI score0.00174EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/05/01 2:09 p.m.24 views

CVE-2022-49844 can: dev: fix skb drop check

In the Linux kernel, the following vulnerability has been resolved: can: dev: fix skb drop check In commit a6d190f8c767 "can: skb: drop tx skb if in listen only mode" the priv-ctrlmode element is read even on virtual CAN interfaces that do not create the struct canpriv at startup. This...

7.1CVSS0.00174EPSS
SaveExploits0References2
OSV
OSV
added 2025/05/01 2:09 p.m.19 views

CVE-2022-49844 can: dev: fix skb drop check

In the Linux kernel, the following vulnerability has been resolved: can: dev: fix skb drop check In commit a6d190f8c767 "can: skb: drop tx skb if in listen only mode" the priv-ctrlmode element is read even on virtual CAN interfaces that do not create the struct canpriv at startup. This...

7.1CVSS5.3AI score
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/04/18 1:48 a.m.8 views

SUSE CVE-2021-47670

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...

5.5CVSS8AI score0.00214EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/04/17 6:01 p.m.32 views

CVE-2021-47668 can: dev: can_restart: fix use after free bug

In the Linux kernel, the following vulnerability has been resolved: can: dev: canrestart: fix use after free bug After calling netifrxniskb, dereferencing skb is unsafe. Especially, the canframe cf which aliases skb memory is accessed after the netifrxni in: stats-rxbytes += cf-len; Reordering th...

8.8CVSS0.00225EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/02/28 2:21 a.m.7 views

SUSE CVE-2025-21775

In the Linux kernel, the following vulnerability has been resolved: can: ctucanfd: handle skb allocation failure If skb allocation fails, the pointer to struct canframe is NULL. This is actually handled everywhere inside ctucanerrinterrupt except for the only place. Add the missed NULL check. Fou...

5.5CVSS7.7AI score0.00218EPSS
SaveExploits0References13
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.6 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: can: hi311x: hi3110canist – fixed the potential use-after-free issue. The commit a22bd630cfff “can: hi311x: do not report txerr and rxerr during bus-off” removed the reporting of rxerr and txerr even in cases where the operati...

8.8CVSS6.6AI score0.00327EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/27 3:02 p.m.15 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.8CVSS6.1AI score
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/07/16 8:56 p.m.23 views

CVE-2022-48830

In the Linux kernel, the following vulnerability has been resolved: can: isotp: fix potential CAN frame reception race in isotprcv When receiving a CAN frame the current code logic does not consider concurrently receiving processes which do not show up in real world usage. Ziyang Xuan writes: The...

5.5CVSS7AI score0.00313EPSS
SaveExploits0References4
NVD
NVD
added 2024/07/16 12:15 p.m.24 views

CVE-2022-48830

In the Linux kernel, the following vulnerability has been resolved: can: isotp: fix potential CAN frame reception race in isotprcv When receiving a CAN frame the current code logic does not consider concurrently receiving processes which do not show up in real world usage. Ziyang Xuan writes: The...

8.8CVSS0.00313EPSS
SaveExploits0References4
Rows per page
Query Builder