Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

Количество 18

Количество 18

github логотип

GHSA-mjw3-rr6r-w9h2

6 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix improper freeing of purex item In qla2xxx_process_purls_iocb(), an item is allocated via qla27xx_copy_multiple_pkt(), which internally calls qla24xx_alloc_purex_item(). The qla24xx_alloc_purex_item() function may return a pre-allocated item from a per-adapter pool for small allocations, instead of dynamically allocating memory with kzalloc(). An error handling path in qla2xxx_process_purls_iocb() incorrectly uses kfree() to release the item. If the item was from the pre-allocated pool, calling kfree() on it is a bug that can lead to memory corruption. Fix this by using the correct deallocation function, qla24xx_free_purex_item(), which properly handles both dynamically allocated and pre-allocated items.

EPSS: Низкий
ubuntu логотип

CVE-2025-68741

6 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix improper freeing of purex item In qla2xxx_process_purls_iocb(), an item is allocated via qla27xx_copy_multiple_pkt(), which internally calls qla24xx_alloc_purex_item(). The qla24xx_alloc_purex_item() function may return a pre-allocated item from a per-adapter pool for small allocations, instead of dynamically allocating memory with kzalloc(). An error handling path in qla2xxx_process_purls_iocb() incorrectly uses kfree() to release the item. If the item was from the pre-allocated pool, calling kfree() on it is a bug that can lead to memory corruption. Fix this by using the correct deallocation function, qla24xx_free_purex_item(), which properly handles both dynamically allocated and pre-allocated items.

EPSS: Низкий
redhat логотип

CVE-2025-68741

6 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix improper freeing of purex item In qla2xxx_process_purls_iocb(), an item is allocated via qla27xx_copy_multiple_pkt(), which internally calls qla24xx_alloc_purex_item(). The qla24xx_alloc_purex_item() function may return a pre-allocated item from a per-adapter pool for small allocations, instead of dynamically allocating memory with kzalloc(). An error handling path in qla2xxx_process_purls_iocb() incorrectly uses kfree() to release the item. If the item was from the pre-allocated pool, calling kfree() on it is a bug that can lead to memory corruption. Fix this by using the correct deallocation function, qla24xx_free_purex_item(), which properly handles both dynamically allocated and pre-allocated items.

CVSS3: 7.3
EPSS: Низкий
nvd логотип

CVE-2025-68741

6 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix improper freeing of purex item In qla2xxx_process_purls_iocb(), an item is allocated via qla27xx_copy_multiple_pkt(), which internally calls qla24xx_alloc_purex_item(). The qla24xx_alloc_purex_item() function may return a pre-allocated item from a per-adapter pool for small allocations, instead of dynamically allocating memory with kzalloc(). An error handling path in qla2xxx_process_purls_iocb() incorrectly uses kfree() to release the item. If the item was from the pre-allocated pool, calling kfree() on it is a bug that can lead to memory corruption. Fix this by using the correct deallocation function, qla24xx_free_purex_item(), which properly handles both dynamically allocated and pre-allocated items.

EPSS: Низкий
msrc логотип

CVE-2025-68741

6 месяцев назад

scsi: qla2xxx: Fix improper freeing of purex item

CVSS3: 5.5
EPSS: Низкий
debian логотип

CVE-2025-68741

6 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: s ...

EPSS: Низкий
fstec логотип

BDU:2026-01150

7 месяцев назад

Уязвимость функции qla2xxx_process_purls_iocb() модуля drivers/scsi/qla2xxx/qla_nvme.c драйвера устройств SCSI ядра операционной системы Linux, позволяющая нарушителю вызвать отказ в обслуживании

CVSS3: 5.5
EPSS: Низкий
rocky логотип

RLSA-2026:9264

около 2 месяцев назад

Important: kernel security update

EPSS: Низкий
rocky логотип

RLSA-2026:9131

около 2 месяцев назад

Important: kernel security update

EPSS: Низкий
rocky логотип

RLSA-2026:8921

около 2 месяцев назад

Important: kernel security update

EPSS: Низкий
oracle-oval логотип

ELSA-2026-9264

2 месяца назад

ELSA-2026-9264: kernel security update (IMPORTANT)

EPSS: Низкий
oracle-oval логотип

ELSA-2026-9131

2 месяца назад

ELSA-2026-9131: kernel security update (IMPORTANT)

EPSS: Низкий
oracle-oval логотип

ELSA-2026-8921

2 месяца назад

ELSA-2026-8921: kernel security update (IMPORTANT)

EPSS: Низкий
rocky логотип

RLSA-2026:19569

23 дня назад

Important: kernel security update

EPSS: Низкий
rocky логотип

RLSA-2026:19568

24 дня назад

Important: kernel security update

EPSS: Низкий
oracle-oval логотип

ELSA-2026-50261

около 1 месяца назад

ELSA-2026-50261: Unbreakable Enterprise kernel security update (IMPORTANT)

EPSS: Низкий
oracle-oval логотип

ELSA-2026-50112

4 месяца назад

ELSA-2026-50112: Unbreakable Enterprise kernel security update (IMPORTANT)

EPSS: Низкий
suse-cvrf логотип

openSUSE-SU-2026:20287-1

4 месяца назад

Security update for the Linux Kernel

EPSS: Низкий

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
github логотип
GHSA-mjw3-rr6r-w9h2

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix improper freeing of purex item In qla2xxx_process_purls_iocb(), an item is allocated via qla27xx_copy_multiple_pkt(), which internally calls qla24xx_alloc_purex_item(). The qla24xx_alloc_purex_item() function may return a pre-allocated item from a per-adapter pool for small allocations, instead of dynamically allocating memory with kzalloc(). An error handling path in qla2xxx_process_purls_iocb() incorrectly uses kfree() to release the item. If the item was from the pre-allocated pool, calling kfree() on it is a bug that can lead to memory corruption. Fix this by using the correct deallocation function, qla24xx_free_purex_item(), which properly handles both dynamically allocated and pre-allocated items.

0%
Низкий
6 месяцев назад
ubuntu логотип
CVE-2025-68741

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix improper freeing of purex item In qla2xxx_process_purls_iocb(), an item is allocated via qla27xx_copy_multiple_pkt(), which internally calls qla24xx_alloc_purex_item(). The qla24xx_alloc_purex_item() function may return a pre-allocated item from a per-adapter pool for small allocations, instead of dynamically allocating memory with kzalloc(). An error handling path in qla2xxx_process_purls_iocb() incorrectly uses kfree() to release the item. If the item was from the pre-allocated pool, calling kfree() on it is a bug that can lead to memory corruption. Fix this by using the correct deallocation function, qla24xx_free_purex_item(), which properly handles both dynamically allocated and pre-allocated items.

0%
Низкий
6 месяцев назад
redhat логотип
CVE-2025-68741

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix improper freeing of purex item In qla2xxx_process_purls_iocb(), an item is allocated via qla27xx_copy_multiple_pkt(), which internally calls qla24xx_alloc_purex_item(). The qla24xx_alloc_purex_item() function may return a pre-allocated item from a per-adapter pool for small allocations, instead of dynamically allocating memory with kzalloc(). An error handling path in qla2xxx_process_purls_iocb() incorrectly uses kfree() to release the item. If the item was from the pre-allocated pool, calling kfree() on it is a bug that can lead to memory corruption. Fix this by using the correct deallocation function, qla24xx_free_purex_item(), which properly handles both dynamically allocated and pre-allocated items.

CVSS3: 7.3
0%
Низкий
6 месяцев назад
nvd логотип
CVE-2025-68741

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix improper freeing of purex item In qla2xxx_process_purls_iocb(), an item is allocated via qla27xx_copy_multiple_pkt(), which internally calls qla24xx_alloc_purex_item(). The qla24xx_alloc_purex_item() function may return a pre-allocated item from a per-adapter pool for small allocations, instead of dynamically allocating memory with kzalloc(). An error handling path in qla2xxx_process_purls_iocb() incorrectly uses kfree() to release the item. If the item was from the pre-allocated pool, calling kfree() on it is a bug that can lead to memory corruption. Fix this by using the correct deallocation function, qla24xx_free_purex_item(), which properly handles both dynamically allocated and pre-allocated items.

0%
Низкий
6 месяцев назад
msrc логотип
CVE-2025-68741

scsi: qla2xxx: Fix improper freeing of purex item

CVSS3: 5.5
0%
Низкий
6 месяцев назад
debian логотип
CVE-2025-68741

In the Linux kernel, the following vulnerability has been resolved: s ...

0%
Низкий
6 месяцев назад
fstec логотип
BDU:2026-01150

Уязвимость функции qla2xxx_process_purls_iocb() модуля drivers/scsi/qla2xxx/qla_nvme.c драйвера устройств SCSI ядра операционной системы Linux, позволяющая нарушителю вызвать отказ в обслуживании

CVSS3: 5.5
0%
Низкий
7 месяцев назад
rocky логотип
RLSA-2026:9264

Important: kernel security update

около 2 месяцев назад
rocky логотип
RLSA-2026:9131

Important: kernel security update

около 2 месяцев назад
rocky логотип
RLSA-2026:8921

Important: kernel security update

около 2 месяцев назад
oracle-oval логотип
ELSA-2026-9264

ELSA-2026-9264: kernel security update (IMPORTANT)

2 месяца назад
oracle-oval логотип
ELSA-2026-9131

ELSA-2026-9131: kernel security update (IMPORTANT)

2 месяца назад
oracle-oval логотип
ELSA-2026-8921

ELSA-2026-8921: kernel security update (IMPORTANT)

2 месяца назад
rocky логотип
RLSA-2026:19569

Important: kernel security update

23 дня назад
rocky логотип
RLSA-2026:19568

Important: kernel security update

24 дня назад
oracle-oval логотип
ELSA-2026-50261

ELSA-2026-50261: Unbreakable Enterprise kernel security update (IMPORTANT)

около 1 месяца назад
oracle-oval логотип
ELSA-2026-50112

ELSA-2026-50112: Unbreakable Enterprise kernel security update (IMPORTANT)

4 месяца назад
suse-cvrf логотип
openSUSE-SU-2026:20287-1

Security update for the Linux Kernel

4 месяца назад

Уязвимостей на страницу