4 matches found
ROOT-OS-UBUNTU-2404-CVE-2023-54105 CVE-2023-54105 in rootio-linux - Patched by Root
Root has patched CVE-2023-54105 in the rootio-linux package for Root:Ubuntu:24.04. Multiple fixed versions available...
SUSE CVE-2023-54105
In the Linux kernel, the following vulnerability has been resolved: can: isotp: check CAN address family in isotpbind Add missing check to block non-AFCAN binds. Syzbot created some code which matched the right sockaddr struct size but used AFXDP 0x2C instead of AFCAN 0x1D in the address family...
Linux Distros Unpatched Vulnerability : CVE-2023-54105
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - can: isotp: check CAN address family in isotpbind Add missing check to block non-AFCAN binds. Syzbot created some code which matched the right sockaddr struct...
CVE-2023-54105
The CVE-2023-54105 entry concerns the Linux kernel: a missing check in isotp_bind() for the AF_CAN address family, allowing non-AF_CAN binds to slip through. The root cause described is that Syzbot-generated code matched the sockaddr struct size but supplied AF_XDP (0x2C) instead of AF_CAN (0x1D)...