Lucene search
+L

243 matches found

Kitploit
Kitploit
added 2026/09/23 1:12 p.m.14 views

HydraLINCAN

HydraLINCAN shield for HydraBus CAN and LIN Bus shield for Hydrabus http://hydrabus.com/ Refer to Hydrabus Wiki for more information on usage. https://github.com/hydrabus/hydrafw/wiki/HydraFW-CAN-guide New version with cleaner and easier to read silkscreen. Here is the wiring schema for HydraLINC...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/23 12:28 p.m.17 views

CANalyzat0r

This software project is a result of a Bachelor's thesis created atSCHUTZWERK in collaboration with Aalen University by Philipp Schmied @CaptnBanana. Please refer to the correspondingblog post for more information. Why another CAN tool? Built from scratch with new ideas for analysis mechanisms...

5.6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/23 10:45 a.m.9 views

doggie

Doggie and evilDoggie Project Overview Doggie is an open-source, modular project designed to build a DIY CAN Bus to serial adapter USB, BLE, UART. It connects your computer to a CAN Bus network using the slcan protocol CAN over Serial for compatibility with tools like SocketCAN and Python-can. Th...

6.1AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/23 7:55 a.m.24 views

awesome-canbus

Awesome CAN Bus...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/23 4:38 a.m.10 views

CBM

Car Backdoor Maker The Car Backdoor Maker is a software for making attack templates and load them into The Bicho. Before starting, please read how to Get The Bicho hardware. Screnshot Install and Usage This project has its wiki where you will find the following useful documentation: Installation...

5.8AI score
SaveExploits0References21
Kitploit
Kitploit
added 2026/09/22 9:32 p.m.14 views

canTot

canTot canTot is a python-based cli framework based on sploitkit and is easy to use because it is similar to working with Metasploit. This similar to an exploit framework but focused on known CAN Bus vulnerabilities or fun CAN Bus hacks. It can also be used as a guide for pentesting vehicles and...

4.6CVSS5.8AI score0.00388EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/22 9:24 p.m.13 views

doggie

Doggie 和 evilDoggie 项目概述 Doggie 是一个开源、模块化项目,旨在构建一个 DIY CAN 总线到串行适配器(USB、BLE、UART)。它使用 slcan 协议(CAN over Serial)将计算机连接到 CAN 总线网络,以兼容 SocketCAN 和 Python-can 等工具。该项目强调模块化,支持多种微控制器(例如 RP2040、STM32F103C8、ESP32)和 CAN 控制器(内置或 MCP2515)。 evilDoggie 是 Doggie 的攻击性固件变体,专为汽车安全研究和底层 CAN...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/22 8:01 p.m.13 views

CANToolz

H1 PROJECT IS MOVED HERE: https://github.com/CANToolz/CANToolz More details: https://asintsov.blogspot.de/2017/08/next-page-in-cantoolz-life.html...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/20 5:27 a.m.13 views

cve-2025-2082

How to Hack a Tesla? — Interactive Scenario Application This project is an interactive cybersecurity scenario based on a real vulnerability discovered by the security firm Synacktiv TPMS → VCSEC → CAN Bus chain. The scenario aims to teach how a Tesla Model 3 could be compromised through a...

7.5CVSS7.8AI score0.00371EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/18 3:46 a.m.10 views

CVE-2026-21014-CAN-Bus-Frame-Replay-Attack-on-Automotive-ECU

CVE-2026-21014 – 汽车ECU上的CAN总线帧重放攻击 程序代码(Python SocketCAN 模拟) root@kitploit: canreplaysim.py - Simulates CAN bus replay import time canmessages = def sendcanmsgid, data: printf"CAN msgid:x: data.hex" canmessages.appendmsgid, data def receivecan: return canmessages-1 if canmessages else None Simula...

5.1CVSS6AI score0.00085EPSS
SaveExploits1
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.10 views

Astra Linux – Vulnerability in Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: can: mcan: pci: added the missing mcanclassfreedev function in probe/remove methods. In mcanpciremove and the error handling path of mcanpciprobe, mcanclassfreedev should be called to release resources allocated by...

5.5CVSS5.9AI score0.00237EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.8 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: can: bcm: fixed locking issues for runtime updates of bcmop. The commit c2aba69d0c36 “can: bcm: added locking for runtime updates of bcmop” added locking for certain variables that can be modified during runtime when updating the...

5.5CVSS5.8AI score0.00095EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.7 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: can: ucan: Fix infinite loop caused by zero-length messages. If a faulty ucan device receives a message where the message length field is set to 0, then the driver will enter an infinite loop in ucanreadbulkcallback, causing the...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.9 views

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

In the Linux kernel, the following vulnerability has been resolved: can: j1939: make j1939sessionactivate fail if the device is no longer registered. The syzbot still reports that unregisternetdevice: waiting for vcan0 to become free. Usage count = 2. Even after commit 93a27b5891b8 “can: j1939: a...

5.5CVSS5.7AI score0.00166EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.7 views

Astra Linux – Vulnerability in Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: can: mcan: mcanreadfifo,echotxevent: The shift timestamp is now set to full 32 bits. In commit 1be37d3b0414 “can: mcan: fix periph RX path: use rx-offload to ensure that packets are sent from the softirq context”, the RX path for...

5.5CVSS6AI score0.00258EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.9 views

Astra Linux – Vulnerabilities in Linux, Linux-5.10, Linux-5.15, Linux-6.1

In the Linux kernel, the following vulnerability has been resolved: net: can: j1939: enhanced error handling for tightly received RTS messages in xtprxrtssessionnew This patch improves error handling in scenarios where RTS Request to Send messages arrive frequently. It replaces the less informati...

7.5CVSS6AI score0.0067EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/31 5:53 a.m.10 views

CVE-2026-80707

A flaw was found in the Linux kernel's J1939 CAN bus transport module. When a new session's receive buffer is allocated, it is not properly initialized, which can leave residual data from previous memory usage. A local attacker could potentially exploit this to read sensitive information from the...

7.5CVSS6AI score0.00329EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/08/28 4:33 p.m.11 views

SUSE CVE-2026-80706

In the Linux kernel, the following vulnerability has been resolved: can: softing: fwparse: validate firmware record spans fwparse reads a fixed record header, a firmware-provided payload, and a trailing checksum without knowing the end of the firmware blob. A truncated record can therefore make...

7.8CVSS5.8AI score0.0012EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/28 12:32 a.m.15 views

EUVD-2026-67275

Bendix EC80 Brake ECU is vulnerable to a stack-based buffer overflow, which may allow an attacker to crash the ECU. A crafted payload can then be used to remotely execute arbitrary code or inject arbitrary CAN bus traffic. This could cause the loss of the ABS function, steering assist, speedomete...

7.7CVSS6.3AI score0.00334EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/28 12:18 a.m.15 views

CVE-2026-67560

Bendix EC80 Brake ECU is vulnerable to a stack-based buffer overflow, which may allow an attacker to crash the ECU. A crafted payload can then be used to remotely execute arbitrary code or inject arbitrary CAN bus traffic. This could cause the loss of the ABS function, steering assist, speedomete...

7.7CVSS0.00334EPSS
SaveExploits0References2
Rows per page
Query Builder