Lucene search
+L

320 matches found

Packet Storm News
Packet Storm News
added 2025/06/06 12:0 a.m.9 views

SDN-Based False Data Detection with Its Mitigation and Machine Learning Robustness for In-Vehicle Networks

As the development of autonomous and connected vehicles advances, the complexity of modern vehicles increases, with numerous Electronic Control Units ECUs integrated into the system. In an in-vehicle network, these ECUs communicate with one another using an standard protocol called Controller Are...

7.4AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/06/05 12:0 a.m.5 views

Evaluating the Impact of Privacy-Preserving Federated Learning on CAN Intrusion Detection

The challenges derived from the data-intensive nature of machine learning in conjunction with technologies that enable novel paradigms such as V2X and the potential offered by 5G communication, allow and justify the deployment of Federated Learning FL solutions in the vehicular intrusion detectio...

6.8AI score
SaveExploits0
OSV
OSV
added 2025/05/29 2:15 p.m.1 views

UBUNTU-CVE-2025-37993

In the Linux kernel, the following vulnerability has been resolved: can: mcan: mcanclassallocatedev: initialize spin lock on device probe The spin lock txhandlingspinlock in struct mcanclassdev is not being initialized. This leads the following spinlock bad magic complaint from the kernel, eg. wh...

5.5CVSS6.5AI score0.00146EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2025/05/23 5:30 a.m.7 views

CVE-2023-28896

Access to critical Unified Diagnostics Services UDS of the Modular Infotainment Platform 3 MIB3 infotainment is transmitted via Controller Area Network CAN bus in a form that can be easily decoded by attackers with physical access to the vehicle. Vulnerability discovered on Škoda Superb III 3V3 -...

3.3CVSS6.7AI score0.0014EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/19 9:7 p.m.12 views

CLSA-2025-1747688831 kernel: Fix of 20 CVEs

drm/dpmst: Ensure mstprimary pointer is valid in drmdpmsthandleupreq CVE-2024-57798 - block: Fix handling of offline queues in blkmqallocrequesthctx CVE-2022-49720 - drm: nv04: Fix out of bounds access CVE-2024-27008 - parport: Proper fix for array out-of-bounds access CVE-2024-50074 - Bluetooth:...

7.8CVSS6.8AI score0.03558EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2025/05/19 12:0 a.m.16 views

PT-2025-24354

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved, related to the CAN broadcast manager CAN BCM. The CAN BCM can send a sequence of CAN frames via hrtimer, and the content and length...

7.1CVSS6.7AI score0.00205EPSS
SaveExploits0
OSV
OSV
added 2025/05/13 7:32 a.m.12 views

USN-7506-4 linux-lts-xenial vulnerabilities

Demi Marie Obenour and Simon Gaiser discovered that several Xen para- virtualization device frontends did not properly restrict the access rights of device backends. An attacker could possibly use a malicious Xen backend to gain access to memory pages of a guest VM or cause a denial of service in...

7.8CVSS6.8AI score0.00359EPSS
SaveExploits1References33
OSV
OSV
added 2025/05/01 3:16 p.m.12 views

UBUNTU-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.5CVSS6AI score0.0019EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2025/05/01 2:9 p.m.3 views

CVE-2022-49845 can: j1939: j1939_send_one(): fix missing CAN header initialization

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.9AI score0.0019EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/05/01 12:0 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from a failure to properly check for skb discard conditions in candev, which could lead to an out-of-bounds read...

7.1CVSS5.6AI score0.00162EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/05/01 12:0 a.m.3 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an uninitialized CAN header in j1939sendone, which could lead to undefined behavior...

5.5CVSS6.4AI score0.0019EPSS
SaveExploits0References5
Packet Storm News
Packet Storm News
added 2025/04/23 12:0 a.m.7 views

CAIBA: Multicast Source Authentication for CAN through Reactive Bit Flipping

Controller Area Networks CANs are the backbone for reliable intra-vehicular communication. Recent cyberattacks have, however, exposed the weaknesses of CAN, which was designed without any security considerations in the 1980s. Current efforts to retrofit security via intrusion detection or message...

7.1AI score
SaveExploits0
OSV
OSV
added 2025/04/17 6:15 p.m.3 views

DEBIAN-CVE-2021-47668

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

7.8CVSS5.4AI score0.0018EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/17 6:15 p.m.4 views

UBUNTU-CVE-2020-36789

In the Linux kernel, the following vulnerability has been resolved: can: dev: cangetechoskb: prevent call to kfreeskb in hard IRQ context If a driver calls cangetechoskb during a hardware IRQ which is often, but not always, the case, the 'WARNONinirq' in net/core/skbuff.cskbreleaseheadstate might...

5.5CVSS5.8AI score0.00176EPSS
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2025/04/17 6:1 p.m.2 views

CVE-2020-36789 can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ context

In the Linux kernel, the following vulnerability has been resolved: can: dev: cangetechoskb: prevent call to kfreeskb in hard IRQ context If a driver calls cangetechoskb during a hardware IRQ which is often, but not always, the case, the 'WARNONinirq' in net/core/skbuff.cskbreleaseheadstate might...

7.6AI score0.00176EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/03/28 3:43 a.m.3 views

SUSE CVE-2021-4454

In the Linux kernel, the following vulnerability has been resolved: can: j1939: fix errant WARNONONCE in j1939sessiondeactivate The conclusion "j1939sessiondeactivate should be called with a session ref-count of at least 2" is incorrect. In some concurrent scenarios, j1939sessiondeactivate can be...

5.5CVSS7.6AI score0.00226EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2025/03/10 2:15 p.m.7 views

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

In the Linux kernel, the following vulnerability has been resolved: can: bcm: Fix UAF in bcmprocshow BUG: KASAN: slab-use-after-free in bcmprocshow+0x969/0xa80 Read of size 8 at addr ffff888155846230 by task cat/7862 CPU: 1 PID: 7862 Comm: cat Not tainted 6.5.0-rc1-00153-gc8746099c197 230 Hardwar...

7.8CVSS6.6AI score0.00286EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/03/10 2:0 p.m.7 views

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

In the Linux kernel, the following vulnerability has been resolved: can: bcm: Fix UAF in bcmprocshow BUG: KASAN: slab-use-after-free in bcmprocshow+0x969/0xa80 Read of size 8 at addr ffff888155846230 by task cat/7862 CPU: 1 PID: 7862 Comm: cat Not tainted 6.5.0-rc1-00153-gc8746099c197 230 Hardwar...

7.8CVSS6.6AI score0.00286EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/27 3:15 a.m.3 views

DEBIAN-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.5CVSS5.6AI score0.00209EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/02/27 3:3 a.m.2 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.00243EPSS
SaveExploits0References3
Rows per page
Query Builder