3 matches found
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...