8 matches found
ROOT-OS-UBUNTU-2404-CVE-2025-68229 CVE-2025-68229 in rootio-linux - Patched by Root
Root has patched CVE-2025-68229 in the rootio-linux package for Root:Ubuntu:24.04. Multiple fixed versions available...
ROOT-OS-UBUNTU-2204-CVE-2025-68229 CVE-2025-68229 in rootio-linux - Patched by Root
Root has patched CVE-2025-68229 in the rootio-linux package for Root:Ubuntu:22.04. Multiple fixed versions available...
ROOT-OS-DEBIAN-13-CVE-2025-68229 CVE-2025-68229 in rootio-linux - Patched by Root
Root has patched CVE-2025-68229 in the rootio-linux package for Root:Debian:13. Multiple fixed versions available...
ROOT-OS-DEBIAN-12-CVE-2025-68229 CVE-2025-68229 in rootio-linux - Patched by Root
Root has patched CVE-2025-68229 in the rootio-linux package for Root:Debian:12. Multiple fixed versions available...
CVE-2025-68229
creationtimestamp| type| source ---|---|--- 2026-03-19 00:00:00+00:00| seen| https://www.cert.ssi.gouv.fr/avis/CERTFR-2026-AVI-0316/ 2026-04-02 17:00:00+00:00| seen| https://www.cert.ssi.gouv.fr/avis/CERTFR-2026-AVI-0397/ 2026-04-07 18:00:00+00:00| seen|...
CVE-2025-68229
A null pointer dereference was found in the SCSI target tcmloop driver in the Linux kernel. If scsihost allocation fails during tcmloopdriverprobe, the tlhba-sh pointer remains NULL. Subsequent reads of the tpgaddress configfs attribute trigger a segfault when dereferencing this NULL pointer...
CVE-2025-68229
CVE-2025-68229 affects the Linux kernel scsi/tcm_loop code. The issue is a NULL pointer dereference in tcm_loop_tpg_address_show() when tl_hba->sh is not allocated, leading to a segfault if tcm_loop_driver_probe() fails to allocate the scsi_host. The fix is to check tl_hba->sh before derefe...
CVE-2025-68229
In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmloop: Fix segfault in tcmlooptpgaddressshow If the allocation of tlhba-sh fails in tcmloopdriverprobe and we attempt to dereference it in tcmlooptpgaddressshow we will get a segfault, see below for an example. So...