Логотип exploitDog
bind:"CVE-2025-38351" OR bind:"CVE-2024-50301" OR bind:"CVE-2025-39761"
Консоль
Логотип exploitDog

exploitDog

bind:"CVE-2025-38351" OR bind:"CVE-2024-50301" OR bind:"CVE-2025-39761"

Количество 81

Количество 81

github логотип

GHSA-55f8-prfx-mfvw

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

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Decrement TID on RX peer frag setup error handling Currently, TID is not decremented before peer cleanup, during error handling path of ath12k_dp_rx_peer_frag_setup(). This could lead to out-of-bounds access in peer->rx_tid[]. Hence, add a decrement operation for TID, before peer cleanup to ensures proper cleanup and prevents out-of-bounds access issues when the RX peer frag setup fails. Found during code review. Compile tested only.

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

GHSA-7h56-8w9m-w78x

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

In the Linux kernel, the following vulnerability has been resolved: security/keys: fix slab-out-of-bounds in key_task_permission KASAN reports an out of bounds read: BUG: KASAN: slab-out-of-bounds in __kuid_val include/linux/uidgid.h:36 BUG: KASAN: slab-out-of-bounds in uid_eq include/linux/uidgid.h:63 [inline] BUG: KASAN: slab-out-of-bounds in key_task_permission+0x394/0x410 security/keys/permission.c:54 Read of size 4 at addr ffff88813c3ab618 by task stress-ng/4362 CPU: 2 PID: 4362 Comm: stress-ng Not tainted 5.10.0-14930-gafbffd6c3ede #15 Call Trace: __dump_stack lib/dump_stack.c:82 [inline] dump_stack+0x107/0x167 lib/dump_stack.c:123 print_address_description.constprop.0+0x19/0x170 mm/kasan/report.c:400 __kasan_report.cold+0x6c/0x84 mm/kasan/report.c:560 kasan_report+0x3a/0x50 mm/kasan/report.c:585 __kuid_val include/linux/uidgid.h:36 [inline] uid_eq include/linux/uidgid.h:63 [inline] key_task_permission+0x394/0x410 security/keys/permission.c:54 search_nested_keyring...

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

BDU:2025-00152

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

Уязвимость функции search_nested_keyrings() в модуле security/keys/keyring.c ядра операционной системы Linux, позволяющая нарушителю оказать воздействие на конфиденциальность, целостность и доступность защищаемой информации

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

RLSA-2025:17776

18 дней назад

Moderate: kernel security update

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

ELSA-2025-17776

24 дня назад

ELSA-2025-17776: kernel security update (MODERATE)

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

ELSA-2025-20066

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

ELSA-2025-20066: Unbreakable Enterprise kernel security update (IMPORTANT)

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

ELSA-2025-9580

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

ELSA-2025-9580: kernel security update (MODERATE)

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

RLSA-2025:9580

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

Moderate: kernel security update

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

SUSE-SU-2025:3751-1

13 дней назад

Security update for the Linux Kernel

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

SUSE-SU-2025:03600-1

21 день назад

Security update for the Linux Kernel

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

SUSE-SU-2025:02154-1

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

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

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

SUSE-SU-2025:02134-1

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

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

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

SUSE-SU-2025:02111-1

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

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

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

SUSE-SU-2025:02110-1

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

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

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

SUSE-SU-2025:03634-1

19 дней назад

Security update for the Linux Kernel

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

SUSE-SU-2025:02144-1

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

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

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

SUSE-SU-2025:02142-1

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

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

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

SUSE-SU-2025:02140-1

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

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

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

SUSE-SU-2025:02136-1

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

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

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

SUSE-SU-2025:02125-1

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

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

EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
github логотип
GHSA-55f8-prfx-mfvw

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Decrement TID on RX peer frag setup error handling Currently, TID is not decremented before peer cleanup, during error handling path of ath12k_dp_rx_peer_frag_setup(). This could lead to out-of-bounds access in peer->rx_tid[]. Hence, add a decrement operation for TID, before peer cleanup to ensures proper cleanup and prevents out-of-bounds access issues when the RX peer frag setup fails. Found during code review. Compile tested only.

0%
Низкий
около 2 месяцев назад
github логотип
GHSA-7h56-8w9m-w78x

In the Linux kernel, the following vulnerability has been resolved: security/keys: fix slab-out-of-bounds in key_task_permission KASAN reports an out of bounds read: BUG: KASAN: slab-out-of-bounds in __kuid_val include/linux/uidgid.h:36 BUG: KASAN: slab-out-of-bounds in uid_eq include/linux/uidgid.h:63 [inline] BUG: KASAN: slab-out-of-bounds in key_task_permission+0x394/0x410 security/keys/permission.c:54 Read of size 4 at addr ffff88813c3ab618 by task stress-ng/4362 CPU: 2 PID: 4362 Comm: stress-ng Not tainted 5.10.0-14930-gafbffd6c3ede #15 Call Trace: __dump_stack lib/dump_stack.c:82 [inline] dump_stack+0x107/0x167 lib/dump_stack.c:123 print_address_description.constprop.0+0x19/0x170 mm/kasan/report.c:400 __kasan_report.cold+0x6c/0x84 mm/kasan/report.c:560 kasan_report+0x3a/0x50 mm/kasan/report.c:585 __kuid_val include/linux/uidgid.h:36 [inline] uid_eq include/linux/uidgid.h:63 [inline] key_task_permission+0x394/0x410 security/keys/permission.c:54 search_nested_keyring...

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

Уязвимость функции search_nested_keyrings() в модуле security/keys/keyring.c ядра операционной системы Linux, позволяющая нарушителю оказать воздействие на конфиденциальность, целостность и доступность защищаемой информации

CVSS3: 7.1
0%
Низкий
около 1 года назад
rocky логотип
RLSA-2025:17776

Moderate: kernel security update

18 дней назад
oracle-oval логотип
ELSA-2025-17776

ELSA-2025-17776: kernel security update (MODERATE)

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

ELSA-2025-20066: Unbreakable Enterprise kernel security update (IMPORTANT)

9 месяцев назад
oracle-oval логотип
ELSA-2025-9580

ELSA-2025-9580: kernel security update (MODERATE)

4 месяца назад
rocky логотип
RLSA-2025:9580

Moderate: kernel security update

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

Security update for the Linux Kernel

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

Security update for the Linux Kernel

21 день назад
suse-cvrf логотип
SUSE-SU-2025:02154-1

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

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

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

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

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

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

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

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

Security update for the Linux Kernel

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

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

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

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

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

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

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

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

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

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

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

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