Логотип exploitDog
bind:"CVE-2024-58239"
Консоль
Логотип exploitDog

exploitDog

bind:"CVE-2024-58239"

Количество 28

Количество 28

ubuntu логотип

CVE-2024-58239

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

In the Linux kernel, the following vulnerability has been resolved: tls: stop recv() if initial process_rx_list gave us non-DATA If we have a non-DATA record on the rx_list and another record of the same type still on the queue, we will end up merging them: - process_rx_list copies the non-DATA record - we start the loop and process the first available record since it's of the same type - we break out of the loop since the record was not DATA Just check the record type and jump to the end in case process_rx_list did some work.

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

CVE-2024-58239

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

In the Linux kernel, the following vulnerability has been resolved: tls: stop recv() if initial process_rx_list gave us non-DATA If we have a non-DATA record on the rx_list and another record of the same type still on the queue, we will end up merging them: - process_rx_list copies the non-DATA record - we start the loop and process the first available record since it's of the same type - we break out of the loop since the record was not DATA Just check the record type and jump to the end in case process_rx_list did some work.

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

CVE-2024-58239

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

In the Linux kernel, the following vulnerability has been resolved: tls: stop recv() if initial process_rx_list gave us non-DATA If we have a non-DATA record on the rx_list and another record of the same type still on the queue, we will end up merging them: - process_rx_list copies the non-DATA record - we start the loop and process the first available record since it's of the same type - we break out of the loop since the record was not DATA Just check the record type and jump to the end in case process_rx_list did some work.

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

CVE-2024-58239

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

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

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

GHSA-255m-8v4r-mcgr

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

In the Linux kernel, the following vulnerability has been resolved: tls: stop recv() if initial process_rx_list gave us non-DATA If we have a non-DATA record on the rx_list and another record of the same type still on the queue, we will end up merging them: - process_rx_list copies the non-DATA record - we start the loop and process the first available record since it's of the same type - we break out of the loop since the record was not DATA Just check the record type and jump to the end in case process_rx_list did some work.

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

BDU:2025-12996

почти 2 года назад

Уязвимость функции recv() компонента tls ядра операционной системы Linux, позволяющая нарушителю вызвать отказ в обслуживании

CVSS3: 5.9
EPSS: Низкий
redos логотип

ROS-20251117-07

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

Уязвимость kernel-lt

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

SUSE-SU-2026:0206-1

16 дней назад

Security update for the Linux Kernel (Live Patch 23 for SUSE Linux Enterprise 15 SP5)

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

SUSE-SU-2026:0186-1

18 дней назад

Security update for the Linux Kernel (Live Patch 29 for SUSE Linux Enterprise 15 SP5)

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

SUSE-SU-2026:0184-1

18 дней назад

Security update for the Linux Kernel (Live Patch 27 for SUSE Linux Enterprise 15 SP5)

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

SUSE-SU-2026:0180-1

18 дней назад

Security update for the Linux Kernel (Live Patch 24 for SUSE Linux Enterprise 15 SP5)

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

SUSE-SU-2026:0246-1

15 дней назад

Security update for the Linux Kernel (Live Patch 22 for SUSE Linux Enterprise 15 SP5)

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

SUSE-SU-2026:0191-1

17 дней назад

Security update for the Linux Kernel (Live Patch 43 for SUSE Linux Enterprise 15 SP4)

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

SUSE-SU-2026:0173-1

18 дней назад

Security update for the Linux Kernel (Live Patch 21 for SUSE Linux Enterprise 15 SP5)

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

SUSE-SU-2026:0168-1

18 дней назад

Security update for the Linux Kernel (Live Patch 40 for SUSE Linux Enterprise 15 SP4)

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

SUSE-SU-2026:0163-1

19 дней назад

Security update for the Linux Kernel (Live Patch 36 for SUSE Linux Enterprise 15 SP4)

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

SUSE-SU-2026:0174-1

18 дней назад

Security update for the Linux Kernel (Live Patch 34 for SUSE Linux Enterprise 15 SP4)

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

SUSE-SU-2026:0166-1

19 дней назад

Security update for the Linux Kernel (Live Patch 35 for SUSE Linux Enterprise 15 SP4)

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

SUSE-SU-2025:03314-1

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

Security update for the Linux Kernel

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

SUSE-SU-2025:03310-1

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

Security update for the Linux Kernel

EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
ubuntu логотип
CVE-2024-58239

In the Linux kernel, the following vulnerability has been resolved: tls: stop recv() if initial process_rx_list gave us non-DATA If we have a non-DATA record on the rx_list and another record of the same type still on the queue, we will end up merging them: - process_rx_list copies the non-DATA record - we start the loop and process the first available record since it's of the same type - we break out of the loop since the record was not DATA Just check the record type and jump to the end in case process_rx_list did some work.

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

In the Linux kernel, the following vulnerability has been resolved: tls: stop recv() if initial process_rx_list gave us non-DATA If we have a non-DATA record on the rx_list and another record of the same type still on the queue, we will end up merging them: - process_rx_list copies the non-DATA record - we start the loop and process the first available record since it's of the same type - we break out of the loop since the record was not DATA Just check the record type and jump to the end in case process_rx_list did some work.

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

In the Linux kernel, the following vulnerability has been resolved: tls: stop recv() if initial process_rx_list gave us non-DATA If we have a non-DATA record on the rx_list and another record of the same type still on the queue, we will end up merging them: - process_rx_list copies the non-DATA record - we start the loop and process the first available record since it's of the same type - we break out of the loop since the record was not DATA Just check the record type and jump to the end in case process_rx_list did some work.

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

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

CVSS3: 5.5
0%
Низкий
6 месяцев назад
github логотип
GHSA-255m-8v4r-mcgr

In the Linux kernel, the following vulnerability has been resolved: tls: stop recv() if initial process_rx_list gave us non-DATA If we have a non-DATA record on the rx_list and another record of the same type still on the queue, we will end up merging them: - process_rx_list copies the non-DATA record - we start the loop and process the first available record since it's of the same type - we break out of the loop since the record was not DATA Just check the record type and jump to the end in case process_rx_list did some work.

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

Уязвимость функции recv() компонента tls ядра операционной системы Linux, позволяющая нарушителю вызвать отказ в обслуживании

CVSS3: 5.9
0%
Низкий
почти 2 года назад
redos логотип
ROS-20251117-07

Уязвимость kernel-lt

CVSS3: 5.9
0%
Низкий
3 месяца назад
suse-cvrf логотип
SUSE-SU-2026:0206-1

Security update for the Linux Kernel (Live Patch 23 for SUSE Linux Enterprise 15 SP5)

16 дней назад
suse-cvrf логотип
SUSE-SU-2026:0186-1

Security update for the Linux Kernel (Live Patch 29 for SUSE Linux Enterprise 15 SP5)

18 дней назад
suse-cvrf логотип
SUSE-SU-2026:0184-1

Security update for the Linux Kernel (Live Patch 27 for SUSE Linux Enterprise 15 SP5)

18 дней назад
suse-cvrf логотип
SUSE-SU-2026:0180-1

Security update for the Linux Kernel (Live Patch 24 for SUSE Linux Enterprise 15 SP5)

18 дней назад
suse-cvrf логотип
SUSE-SU-2026:0246-1

Security update for the Linux Kernel (Live Patch 22 for SUSE Linux Enterprise 15 SP5)

15 дней назад
suse-cvrf логотип
SUSE-SU-2026:0191-1

Security update for the Linux Kernel (Live Patch 43 for SUSE Linux Enterprise 15 SP4)

17 дней назад
suse-cvrf логотип
SUSE-SU-2026:0173-1

Security update for the Linux Kernel (Live Patch 21 for SUSE Linux Enterprise 15 SP5)

18 дней назад
suse-cvrf логотип
SUSE-SU-2026:0168-1

Security update for the Linux Kernel (Live Patch 40 for SUSE Linux Enterprise 15 SP4)

18 дней назад
suse-cvrf логотип
SUSE-SU-2026:0163-1

Security update for the Linux Kernel (Live Patch 36 for SUSE Linux Enterprise 15 SP4)

19 дней назад
suse-cvrf логотип
SUSE-SU-2026:0174-1

Security update for the Linux Kernel (Live Patch 34 for SUSE Linux Enterprise 15 SP4)

18 дней назад
suse-cvrf логотип
SUSE-SU-2026:0166-1

Security update for the Linux Kernel (Live Patch 35 for SUSE Linux Enterprise 15 SP4)

19 дней назад
suse-cvrf логотип
SUSE-SU-2025:03314-1

Security update for the Linux Kernel

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2025:03310-1

Security update for the Linux Kernel

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

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