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

exploitDog

Количество 50

Количество 50

github логотип

GHSA-349q-hp2f-r4hf

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

In the Linux kernel, the following vulnerability has been resolved: exfat: fix double free in delayed_free The double free could happen in the following path. exfat_create_upcase_table() exfat_create_upcase_table() : return error exfat_free_upcase_table() : free ->vol_utbl exfat_load_default_upcase_table : return error exfat_kill_sb() delayed_free() exfat_free_upcase_table() <--------- double free This patch set ->vol_util as NULL after freeing it.

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

CVE-2025-38206

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

In the Linux kernel, the following vulnerability has been resolved: exfat: fix double free in delayed_free The double free could happen in the following path. exfat_create_upcase_table() exfat_create_upcase_table() : return error exfat_free_upcase_table() : free ->vol_utbl exfat_load_default_upcase_table : return error exfat_kill_sb() delayed_free() exfat_free_upcase_table() <--------- double free This patch set ->vol_util as NULL after freeing it.

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

CVE-2025-38206

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

In the Linux kernel, the following vulnerability has been resolved: exfat: fix double free in delayed_free The double free could happen in the following path. exfat_create_upcase_table() exfat_create_upcase_table() : return error exfat_free_upcase_table() : free ->vol_utbl exfat_load_default_upcase_table : return error exfat_kill_sb() delayed_free() exfat_free_upcase_table() <--------- double free This patch set ->vol_util as NULL after freeing it.

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

CVE-2025-38206

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

In the Linux kernel, the following vulnerability has been resolved: exfat: fix double free in delayed_free The double free could happen in the following path. exfat_create_upcase_table() exfat_create_upcase_table() : return error exfat_free_upcase_table() : free ->vol_utbl exfat_load_default_upcase_table : return error exfat_kill_sb() delayed_free() exfat_free_upcase_table() <--------- double free This patch set ->vol_util as NULL after freeing it.

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

CVE-2025-38206

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

exfat: fix double free in delayed_free

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

CVE-2025-38206

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

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

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

BDU:2025-15483

около 1 года назад

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

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

ELSA-2026-3066

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

ELSA-2026-3066: kernel security update (MODERATE)

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

SUSE-SU-2025:3683-1

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

Security update for the Linux Kernel (Live Patch 51 for SLE 15 SP3)

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

SUSE-SU-2025:03672-1

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

Security update for the Linux Kernel (Live Patch 59 for SLE 15 SP3)

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

SUSE-SU-2025:03666-1

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

Security update for the Linux Kernel (Live Patch 60 for SLE 15 SP3)

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

SUSE-SU-2025:03664-1

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

Security update for the Linux Kernel (Live Patch 56 for SLE 15 SP3)

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

ELSA-2026-3275

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

ELSA-2026-3275: kernel security update (MODERATE)

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

SUSE-SU-2025:3736-1

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

Security update for the Linux Kernel (Live Patch 25 for SLE 15 SP5)

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

SUSE-SU-2025:3733-1

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

Security update for the Linux Kernel (Live Patch 28 for SLE 15 SP5)

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

SUSE-SU-2025:3731-1

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

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

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

SUSE-SU-2025:3717-1

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

Security update for the Linux Kernel (Live Patch 41 for SLE 15 SP4)

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

SUSE-SU-2025:3712-1

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

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

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

SUSE-SU-2025:3705-1

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

Security update for the Linux Kernel (Live Patch 33 for SLE 15 SP4)

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

SUSE-SU-2025:3679-1

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

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

EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
github логотип
GHSA-349q-hp2f-r4hf

In the Linux kernel, the following vulnerability has been resolved: exfat: fix double free in delayed_free The double free could happen in the following path. exfat_create_upcase_table() exfat_create_upcase_table() : return error exfat_free_upcase_table() : free ->vol_utbl exfat_load_default_upcase_table : return error exfat_kill_sb() delayed_free() exfat_free_upcase_table() <--------- double free This patch set ->vol_util as NULL after freeing it.

CVSS3: 7.8
0%
Низкий
12 месяцев назад
ubuntu логотип
CVE-2025-38206

In the Linux kernel, the following vulnerability has been resolved: exfat: fix double free in delayed_free The double free could happen in the following path. exfat_create_upcase_table() exfat_create_upcase_table() : return error exfat_free_upcase_table() : free ->vol_utbl exfat_load_default_upcase_table : return error exfat_kill_sb() delayed_free() exfat_free_upcase_table() <--------- double free This patch set ->vol_util as NULL after freeing it.

CVSS3: 7.8
0%
Низкий
12 месяцев назад
redhat логотип
CVE-2025-38206

In the Linux kernel, the following vulnerability has been resolved: exfat: fix double free in delayed_free The double free could happen in the following path. exfat_create_upcase_table() exfat_create_upcase_table() : return error exfat_free_upcase_table() : free ->vol_utbl exfat_load_default_upcase_table : return error exfat_kill_sb() delayed_free() exfat_free_upcase_table() <--------- double free This patch set ->vol_util as NULL after freeing it.

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

In the Linux kernel, the following vulnerability has been resolved: exfat: fix double free in delayed_free The double free could happen in the following path. exfat_create_upcase_table() exfat_create_upcase_table() : return error exfat_free_upcase_table() : free ->vol_utbl exfat_load_default_upcase_table : return error exfat_kill_sb() delayed_free() exfat_free_upcase_table() <--------- double free This patch set ->vol_util as NULL after freeing it.

CVSS3: 7.8
0%
Низкий
12 месяцев назад
msrc логотип
CVE-2025-38206

exfat: fix double free in delayed_free

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

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

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

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

CVSS3: 7
0%
Низкий
около 1 года назад
oracle-oval логотип
ELSA-2026-3066

ELSA-2026-3066: kernel security update (MODERATE)

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

Security update for the Linux Kernel (Live Patch 51 for SLE 15 SP3)

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

Security update for the Linux Kernel (Live Patch 59 for SLE 15 SP3)

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

Security update for the Linux Kernel (Live Patch 60 for SLE 15 SP3)

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

Security update for the Linux Kernel (Live Patch 56 for SLE 15 SP3)

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

ELSA-2026-3275: kernel security update (MODERATE)

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

Security update for the Linux Kernel (Live Patch 25 for SLE 15 SP5)

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

Security update for the Linux Kernel (Live Patch 28 for SLE 15 SP5)

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

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

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

Security update for the Linux Kernel (Live Patch 41 for SLE 15 SP4)

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

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

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

Security update for the Linux Kernel (Live Patch 33 for SLE 15 SP4)

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

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

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

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