Количество 21
Количество 21
BDU:2026-03856
Уязвимость функции ndlc_remove() модуля drivers/nfc/st-nci/ndlc.c драйвера NFC ядра операционной системы Linux, позволяющая нарушителю оказать воздействие на конфиденциальность, целостность и доступность защищаемой информации
ROS-20260202-73-0002
Уязвимость kernel-lt
CVE-2023-53106
In the Linux kernel, the following vulnerability has been resolved: nfc: st-nci: Fix use after free bug in ndlc_remove due to race condition This bug influences both st_nci_i2c_remove and st_nci_spi_remove. Take st_nci_i2c_remove as an example. In st_nci_i2c_probe, it called ndlc_probe and bound &ndlc->sm_work with llt_ndlc_sm_work. When it calls ndlc_recv or timeout handler, it will finally call schedule_work to start the work. When we call st_nci_i2c_remove to remove the driver, there may be a sequence as follows: Fix it by finishing the work before cleanup in ndlc_remove CPU0 CPU1 |llt_ndlc_sm_work st_nci_i2c_remove | ndlc_remove | st_nci_remove | nci_free_device| kfree(ndev) | //free ndlc->ndev | |llt_ndlc_rcv_queue |nci_recv_frame |//use ndlc->ndev
CVE-2023-53106
In the Linux kernel, the following vulnerability has been resolved: nfc: st-nci: Fix use after free bug in ndlc_remove due to race condition This bug influences both st_nci_i2c_remove and st_nci_spi_remove. Take st_nci_i2c_remove as an example. In st_nci_i2c_probe, it called ndlc_probe and bound &ndlc->sm_work with llt_ndlc_sm_work. When it calls ndlc_recv or timeout handler, it will finally call schedule_work to start the work. When we call st_nci_i2c_remove to remove the driver, there may be a sequence as follows: Fix it by finishing the work before cleanup in ndlc_remove CPU0 CPU1 |llt_ndlc_sm_work st_nci_i2c_remove | ndlc_remove | st_nci_remove | nci_free_device| kfree(ndev) | //free ndlc->ndev | |llt_ndlc_rcv_queue |nci_recv_frame |//use ndlc->ndev
CVE-2023-53106
In the Linux kernel, the following vulnerability has been resolved: nfc: st-nci: Fix use after free bug in ndlc_remove due to race condition This bug influences both st_nci_i2c_remove and st_nci_spi_remove. Take st_nci_i2c_remove as an example. In st_nci_i2c_probe, it called ndlc_probe and bound &ndlc->sm_work with llt_ndlc_sm_work. When it calls ndlc_recv or timeout handler, it will finally call schedule_work to start the work. When we call st_nci_i2c_remove to remove the driver, there may be a sequence as follows: Fix it by finishing the work before cleanup in ndlc_remove CPU0 CPU1 |llt_ndlc_sm_work st_nci_i2c_remove | ndlc_remove | st_nci_remove | nci_free_device| kfree(ndev) | //free ndlc->ndev | |llt_ndlc_rcv_queue |nci_recv_frame |//use ndlc->ndev
CVE-2023-53106
In the Linux kernel, the following vulnerability has been resolved: n ...
GHSA-p87r-cpqc-f6r9
In the Linux kernel, the following vulnerability has been resolved: nfc: st-nci: Fix use after free bug in ndlc_remove due to race condition This bug influences both st_nci_i2c_remove and st_nci_spi_remove. Take st_nci_i2c_remove as an example. In st_nci_i2c_probe, it called ndlc_probe and bound &ndlc->sm_work with llt_ndlc_sm_work. When it calls ndlc_recv or timeout handler, it will finally call schedule_work to start the work. When we call st_nci_i2c_remove to remove the driver, there may be a sequence as follows: Fix it by finishing the work before cleanup in ndlc_remove CPU0 CPU1 |llt_ndlc_sm_work st_nci_i2c_remove | ndlc_remove | st_nci_remove | nci_free_device| kfree(ndev) | //free ndlc->ndev | |llt_ndlc_rcv_queue |nci_recv_frame |//use ndlc->ndev
ALT-PU-2023-8722
ALT-PU-2023-8722: package `kernel-image-rt` update to version 5.10.176-alt1.rt86
ALT-PU-2023-8588
ALT-PU-2023-8588: package `kernel-image-rt` update to version 5.10.176-alt1.rt86
ALT-PU-2023-8792
ALT-PU-2023-8792: package `kernel-image-std-def` update to version 5.15.104-alt1
ALT-PU-2023-8581
ALT-PU-2023-8581: package `kernel-image-std-def` update to version 5.10.176-alt1
ALT-PU-2023-8557
ALT-PU-2023-8557: package `kernel-image-un-def` update to version 5.15.104-alt1
ALT-PU-2023-8682
ALT-PU-2023-8682: package `kernel-image-std-kvm` update to version 5.10.176-alt1
ALT-PU-2023-1495
ALT-PU-2023-1495: package `kernel-image-mp` update to version 6.2.8-alt1
ALT-PU-2023-8867
ALT-PU-2023-8867: package `kernel-image-un-def` update to version 6.1.21-alt1
SUSE-SU-2025:01982-1
Security update for the Linux Kernel
ALT-PU-2024-4843
ALT-PU-2024-4843: package `kernel-image-rpi-un` update to version 6.1.77-alt1
ALT-PU-2024-4263
ALT-PU-2024-4263: package `kernel-image-rpi-un` update to version 6.1.77-alt1
SUSE-SU-2025:02262-1
Security update for the Linux Kernel
SUSE-SU-2025:01983-1
Security update for the Linux Kernel
Уязвимостей на страницу
Уязвимость | CVSS | EPSS | Опубликовано | |
|---|---|---|---|---|
BDU:2026-03856 Уязвимость функции ndlc_remove() модуля drivers/nfc/st-nci/ndlc.c драйвера NFC ядра операционной системы Linux, позволяющая нарушителю оказать воздействие на конфиденциальность, целостность и доступность защищаемой информации | CVSS3: 7.8 | 0% Низкий | больше 3 лет назад | |
ROS-20260202-73-0002 Уязвимость kernel-lt | CVSS3: 7.8 | 0% Низкий | 8 месяцев назад | |
CVE-2023-53106 In the Linux kernel, the following vulnerability has been resolved: nfc: st-nci: Fix use after free bug in ndlc_remove due to race condition This bug influences both st_nci_i2c_remove and st_nci_spi_remove. Take st_nci_i2c_remove as an example. In st_nci_i2c_probe, it called ndlc_probe and bound &ndlc->sm_work with llt_ndlc_sm_work. When it calls ndlc_recv or timeout handler, it will finally call schedule_work to start the work. When we call st_nci_i2c_remove to remove the driver, there may be a sequence as follows: Fix it by finishing the work before cleanup in ndlc_remove CPU0 CPU1 |llt_ndlc_sm_work st_nci_i2c_remove | ndlc_remove | st_nci_remove | nci_free_device| kfree(ndev) | //free ndlc->ndev | |llt_ndlc_rcv_queue |nci_recv_frame |//use ndlc->ndev | CVSS3: 7.8 | 0% Низкий | больше 1 года назад | |
CVE-2023-53106 In the Linux kernel, the following vulnerability has been resolved: nfc: st-nci: Fix use after free bug in ndlc_remove due to race condition This bug influences both st_nci_i2c_remove and st_nci_spi_remove. Take st_nci_i2c_remove as an example. In st_nci_i2c_probe, it called ndlc_probe and bound &ndlc->sm_work with llt_ndlc_sm_work. When it calls ndlc_recv or timeout handler, it will finally call schedule_work to start the work. When we call st_nci_i2c_remove to remove the driver, there may be a sequence as follows: Fix it by finishing the work before cleanup in ndlc_remove CPU0 CPU1 |llt_ndlc_sm_work st_nci_i2c_remove | ndlc_remove | st_nci_remove | nci_free_device| kfree(ndev) | //free ndlc->ndev | |llt_ndlc_rcv_queue |nci_recv_frame |//use ndlc->ndev | 0% Низкий | больше 1 года назад | ||
CVE-2023-53106 In the Linux kernel, the following vulnerability has been resolved: nfc: st-nci: Fix use after free bug in ndlc_remove due to race condition This bug influences both st_nci_i2c_remove and st_nci_spi_remove. Take st_nci_i2c_remove as an example. In st_nci_i2c_probe, it called ndlc_probe and bound &ndlc->sm_work with llt_ndlc_sm_work. When it calls ndlc_recv or timeout handler, it will finally call schedule_work to start the work. When we call st_nci_i2c_remove to remove the driver, there may be a sequence as follows: Fix it by finishing the work before cleanup in ndlc_remove CPU0 CPU1 |llt_ndlc_sm_work st_nci_i2c_remove | ndlc_remove | st_nci_remove | nci_free_device| kfree(ndev) | //free ndlc->ndev | |llt_ndlc_rcv_queue |nci_recv_frame |//use ndlc->ndev | CVSS3: 7.8 | 0% Низкий | больше 1 года назад | |
CVE-2023-53106 In the Linux kernel, the following vulnerability has been resolved: n ... | CVSS3: 7.8 | 0% Низкий | больше 1 года назад | |
GHSA-p87r-cpqc-f6r9 In the Linux kernel, the following vulnerability has been resolved: nfc: st-nci: Fix use after free bug in ndlc_remove due to race condition This bug influences both st_nci_i2c_remove and st_nci_spi_remove. Take st_nci_i2c_remove as an example. In st_nci_i2c_probe, it called ndlc_probe and bound &ndlc->sm_work with llt_ndlc_sm_work. When it calls ndlc_recv or timeout handler, it will finally call schedule_work to start the work. When we call st_nci_i2c_remove to remove the driver, there may be a sequence as follows: Fix it by finishing the work before cleanup in ndlc_remove CPU0 CPU1 |llt_ndlc_sm_work st_nci_i2c_remove | ndlc_remove | st_nci_remove | nci_free_device| kfree(ndev) | //free ndlc->ndev | |llt_ndlc_rcv_queue |nci_recv_frame |//use ndlc->ndev | CVSS3: 7.8 | 0% Низкий | больше 1 года назад | |
ALT-PU-2023-8722 ALT-PU-2023-8722: package `kernel-image-rt` update to version 5.10.176-alt1.rt86 | CVSS3: 7.8 | больше 3 лет назад | ||
ALT-PU-2023-8588 ALT-PU-2023-8588: package `kernel-image-rt` update to version 5.10.176-alt1.rt86 | CVSS3: 7.8 | больше 3 лет назад | ||
ALT-PU-2023-8792 ALT-PU-2023-8792: package `kernel-image-std-def` update to version 5.15.104-alt1 | CVSS3: 7.8 | больше 3 лет назад | ||
ALT-PU-2023-8581 ALT-PU-2023-8581: package `kernel-image-std-def` update to version 5.10.176-alt1 | CVSS3: 7.8 | больше 3 лет назад | ||
ALT-PU-2023-8557 ALT-PU-2023-8557: package `kernel-image-un-def` update to version 5.15.104-alt1 | CVSS3: 7.8 | больше 3 лет назад | ||
ALT-PU-2023-8682 ALT-PU-2023-8682: package `kernel-image-std-kvm` update to version 5.10.176-alt1 | CVSS3: 7.8 | больше 3 лет назад | ||
ALT-PU-2023-1495 ALT-PU-2023-1495: package `kernel-image-mp` update to version 6.2.8-alt1 | CVSS3: 7.8 | больше 3 лет назад | ||
ALT-PU-2023-8867 ALT-PU-2023-8867: package `kernel-image-un-def` update to version 6.1.21-alt1 | CVSS3: 7.8 | больше 3 лет назад | ||
SUSE-SU-2025:01982-1 Security update for the Linux Kernel | больше 1 года назад | |||
ALT-PU-2024-4843 ALT-PU-2024-4843: package `kernel-image-rpi-un` update to version 6.1.77-alt1 | CVSS3: 10 | больше 2 лет назад | ||
ALT-PU-2024-4263 ALT-PU-2024-4263: package `kernel-image-rpi-un` update to version 6.1.77-alt1 | CVSS3: 10 | больше 2 лет назад | ||
SUSE-SU-2025:02262-1 Security update for the Linux Kernel | около 1 года назад | |||
SUSE-SU-2025:01983-1 Security update for the Linux Kernel | больше 1 года назад |
Уязвимостей на страницу