Количество 158
Количество 158

CVE-2024-27398
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout When the sco connection is established and then, the sco socket is releasing, timeout_work will be scheduled to judge whether the sco disconnection is timeout. The sock will be deallocated later, but it is dereferenced again in sco_sock_timeout. As a result, the use-after-free bugs will happen. The root cause is shown below: Cleanup Thread | Worker Thread sco_sock_release | sco_sock_close | __sco_sock_close | sco_sock_set_timer | schedule_delayed_work | sco_sock_kill | (wait a time) sock_put(sk) //FREE | sco_sock_timeout | sock_hold(sk) //USE The KASAN report triggered by POC is shown below: [ 95.890016] ================================================================== [ 95.890496] BUG: KASAN: slab-use-after-free in sco_sock_timeout+0x5e/0x1c0 [ 95.890755] Write of size 4 at addr ffff88800c388080 by task kworker/0:0/7 ... [ 95.890755] Workqueue: events s...

CVE-2024-27398
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout When the sco connection is established and then, the sco socket is releasing, timeout_work will be scheduled to judge whether the sco disconnection is timeout. The sock will be deallocated later, but it is dereferenced again in sco_sock_timeout. As a result, the use-after-free bugs will happen. The root cause is shown below: Cleanup Thread | Worker Thread sco_sock_release | sco_sock_close | __sco_sock_close | sco_sock_set_timer | schedule_delayed_work | sco_sock_kill | (wait a time) sock_put(sk) //FREE | sco_sock_timeout | sock_hold(sk) //USE The KASAN report triggered by POC is shown below: [ 95.890016] ================================================================== [ 95.890496] BUG: KASAN: slab-use-after-free in sco_sock_timeout+0x5e/0x1c0 [...

CVE-2024-27398
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout When the sco connection is established and then, the sco socket is releasing, timeout_work will be scheduled to judge whether the sco disconnection is timeout. The sock will be deallocated later, but it is dereferenced again in sco_sock_timeout. As a result, the use-after-free bugs will happen. The root cause is shown below: Cleanup Thread | Worker Thread sco_sock_release | sco_sock_close | __sco_sock_close | sco_sock_set_timer | schedule_delayed_work | sco_sock_kill | (wait a time) sock_put(sk) //FREE | sco_sock_timeout | sock_hold(sk) //USE The KASAN report triggered by POC is shown below: [ 95.890016] ================================================================== [ 95.890496]
CVE-2024-27398
In the Linux kernel, the following vulnerability has been resolved: B ...
GHSA-45cm-4v3w-5jpw
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout When the sco connection is established and then, the sco socket is releasing, timeout_work will be scheduled to judge whether the sco disconnection is timeout. The sock will be deallocated later, but it is dereferenced again in sco_sock_timeout. As a result, the use-after-free bugs will happen. The root cause is shown below: Cleanup Thread | Worker Thread sco_sock_release | sco_sock_close | __sco_sock_close | sco_sock_set_timer | schedule_delayed_work | sco_sock_kill | (wait a time) sock_put(sk) //FREE | sco_sock_timeout | sock_hold(sk) //USE The KASAN report triggered by POC is shown below: [ 95.890016] ================================================================== [ 95.8904...

BDU:2024-03937
Уязвимость функции sco_sock_timeout() подсистемы Bluetooth ядра операционной системы Linux, позволяющая нарушителю вызвать отказ в обслуживании

SUSE-SU-2024:2827-1
Security update for the Linux Kernel (Live Patch 1 for SLE 15 SP5)

SUSE-SU-2024:2818-1
Security update for the Linux Kernel (Live Patch 45 for SLE 12 SP5)

SUSE-SU-2024:2815-1
Security update for the Linux Kernel (Live Patch 41 for SLE 15 SP3)

SUSE-SU-2024:2793-1
Security update for the Linux Kernel (Live Patch 37 for SLE 15 SP3)

SUSE-SU-2024:2771-1
Security update for the Linux Kernel (Live Patch 34 for SLE 15 SP3)

SUSE-SU-2024:2760-1
Security update for the Linux Kernel (Live Patch 43 for SLE 15 SP2)

SUSE-SU-2024:2750-1
Security update for the Linux Kernel RT (Live Patch 5 for SLE 15 SP5)

SUSE-SU-2024:2734-1
Security update for the Linux Kernel RT (Live Patch 3 for SLE 15 SP5)

SUSE-SU-2024:2724-1
Security update for the Linux Kernel RT (Live Patch 7 for SLE 15 SP5)

SUSE-SU-2024:2719-1
Security update for the Linux Kernel RT (Live Patch 8 for SLE 15 SP5)

SUSE-SU-2024:2874-1
Security update for the Linux Kernel (Live Patch 0 for SLE 15 SP6)

SUSE-SU-2024:2852-1
Security update for the Linux Kernel (Live Patch 13 for SLE 15 SP5)

SUSE-SU-2024:2726-1
Security update for the Linux Kernel RT (Live Patch 14 for SLE 15 SP5)

SUSE-SU-2024:2723-1
Security update for the Linux Kernel RT (Live Patch 15 for SLE 15 SP5)
Уязвимостей на страницу
Уязвимость | CVSS | EPSS | Опубликовано | |
---|---|---|---|---|
![]() | CVE-2024-27398 In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout When the sco connection is established and then, the sco socket is releasing, timeout_work will be scheduled to judge whether the sco disconnection is timeout. The sock will be deallocated later, but it is dereferenced again in sco_sock_timeout. As a result, the use-after-free bugs will happen. The root cause is shown below: Cleanup Thread | Worker Thread sco_sock_release | sco_sock_close | __sco_sock_close | sco_sock_set_timer | schedule_delayed_work | sco_sock_kill | (wait a time) sock_put(sk) //FREE | sco_sock_timeout | sock_hold(sk) //USE The KASAN report triggered by POC is shown below: [ 95.890016] ================================================================== [ 95.890496] BUG: KASAN: slab-use-after-free in sco_sock_timeout+0x5e/0x1c0 [ 95.890755] Write of size 4 at addr ffff88800c388080 by task kworker/0:0/7 ... [ 95.890755] Workqueue: events s... | 3% Низкий | около 1 года назад | |
![]() | CVE-2024-27398 In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout When the sco connection is established and then, the sco socket is releasing, timeout_work will be scheduled to judge whether the sco disconnection is timeout. The sock will be deallocated later, but it is dereferenced again in sco_sock_timeout. As a result, the use-after-free bugs will happen. The root cause is shown below: Cleanup Thread | Worker Thread sco_sock_release | sco_sock_close | __sco_sock_close | sco_sock_set_timer | schedule_delayed_work | sco_sock_kill | (wait a time) sock_put(sk) //FREE | sco_sock_timeout | sock_hold(sk) //USE The KASAN report triggered by POC is shown below: [ 95.890016] ================================================================== [ 95.890496] BUG: KASAN: slab-use-after-free in sco_sock_timeout+0x5e/0x1c0 [... | CVSS3: 5.5 | 3% Низкий | около 1 года назад |
![]() | CVE-2024-27398 In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout When the sco connection is established and then, the sco socket is releasing, timeout_work will be scheduled to judge whether the sco disconnection is timeout. The sock will be deallocated later, but it is dereferenced again in sco_sock_timeout. As a result, the use-after-free bugs will happen. The root cause is shown below: Cleanup Thread | Worker Thread sco_sock_release | sco_sock_close | __sco_sock_close | sco_sock_set_timer | schedule_delayed_work | sco_sock_kill | (wait a time) sock_put(sk) //FREE | sco_sock_timeout | sock_hold(sk) //USE The KASAN report triggered by POC is shown below: [ 95.890016] ================================================================== [ 95.890496] | 3% Низкий | около 1 года назад | |
CVE-2024-27398 In the Linux kernel, the following vulnerability has been resolved: B ... | 3% Низкий | около 1 года назад | ||
GHSA-45cm-4v3w-5jpw In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout When the sco connection is established and then, the sco socket is releasing, timeout_work will be scheduled to judge whether the sco disconnection is timeout. The sock will be deallocated later, but it is dereferenced again in sco_sock_timeout. As a result, the use-after-free bugs will happen. The root cause is shown below: Cleanup Thread | Worker Thread sco_sock_release | sco_sock_close | __sco_sock_close | sco_sock_set_timer | schedule_delayed_work | sco_sock_kill | (wait a time) sock_put(sk) //FREE | sco_sock_timeout | sock_hold(sk) //USE The KASAN report triggered by POC is shown below: [ 95.890016] ================================================================== [ 95.8904... | 3% Низкий | около 1 года назад | ||
![]() | BDU:2024-03937 Уязвимость функции sco_sock_timeout() подсистемы Bluetooth ядра операционной системы Linux, позволяющая нарушителю вызвать отказ в обслуживании | CVSS3: 5.5 | 3% Низкий | около 1 года назад |
![]() | SUSE-SU-2024:2827-1 Security update for the Linux Kernel (Live Patch 1 for SLE 15 SP5) | 11 месяцев назад | ||
![]() | SUSE-SU-2024:2818-1 Security update for the Linux Kernel (Live Patch 45 for SLE 12 SP5) | 11 месяцев назад | ||
![]() | SUSE-SU-2024:2815-1 Security update for the Linux Kernel (Live Patch 41 for SLE 15 SP3) | 11 месяцев назад | ||
![]() | SUSE-SU-2024:2793-1 Security update for the Linux Kernel (Live Patch 37 for SLE 15 SP3) | 11 месяцев назад | ||
![]() | SUSE-SU-2024:2771-1 Security update for the Linux Kernel (Live Patch 34 for SLE 15 SP3) | 11 месяцев назад | ||
![]() | SUSE-SU-2024:2760-1 Security update for the Linux Kernel (Live Patch 43 for SLE 15 SP2) | 11 месяцев назад | ||
![]() | SUSE-SU-2024:2750-1 Security update for the Linux Kernel RT (Live Patch 5 for SLE 15 SP5) | 11 месяцев назад | ||
![]() | SUSE-SU-2024:2734-1 Security update for the Linux Kernel RT (Live Patch 3 for SLE 15 SP5) | 11 месяцев назад | ||
![]() | SUSE-SU-2024:2724-1 Security update for the Linux Kernel RT (Live Patch 7 for SLE 15 SP5) | 11 месяцев назад | ||
![]() | SUSE-SU-2024:2719-1 Security update for the Linux Kernel RT (Live Patch 8 for SLE 15 SP5) | 11 месяцев назад | ||
![]() | SUSE-SU-2024:2874-1 Security update for the Linux Kernel (Live Patch 0 for SLE 15 SP6) | 10 месяцев назад | ||
![]() | SUSE-SU-2024:2852-1 Security update for the Linux Kernel (Live Patch 13 for SLE 15 SP5) | 11 месяцев назад | ||
![]() | SUSE-SU-2024:2726-1 Security update for the Linux Kernel RT (Live Patch 14 for SLE 15 SP5) | 11 месяцев назад | ||
![]() | SUSE-SU-2024:2723-1 Security update for the Linux Kernel RT (Live Patch 15 for SLE 15 SP5) | 11 месяцев назад |
Уязвимостей на страницу