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

exploitDog

Количество 11

Количество 11

ubuntu логотип

CVE-2023-53478

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

In the Linux kernel, the following vulnerability has been resolved: tracing/synthetic: Fix races on freeing last_cmd Currently, the "last_cmd" variable can be accessed by multiple processes asynchronously when multiple users manipulate synthetic_events node at the same time, it could lead to use-after-free or double-free. This patch add "lastcmd_mutex" to prevent "last_cmd" from being accessed asynchronously. ================================================================ It's easy to reproduce in the KASAN environment by running the two scripts below in different shells. script 1: while : do echo -n -e '\x88' > /sys/kernel/tracing/synthetic_events done script 2: while : do echo -n -e '\xb0' > /sys/kernel/tracing/synthetic_events done ================================================================ double-free scenario: process A process B ------------------- --------------- 1.kstrdup last_cmd 2.free last_cmd 3.free last_cmd(double-free) ========...

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

CVE-2023-53478

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

In the Linux kernel, the following vulnerability has been resolved: tracing/synthetic: Fix races on freeing last_cmd Currently, the "last_cmd" variable can be accessed by multiple processes asynchronously when multiple users manipulate synthetic_events node at the same time, it could lead to use-after-free or double-free. This patch add "lastcmd_mutex" to prevent "last_cmd" from being accessed asynchronously. ================================================================ It's easy to reproduce in the KASAN environment by running the two scripts below in different shells. script 1: while : do echo -n -e '\x88' > /sys/kernel/tracing/synthetic_events done script 2: while : do echo -n -e '\xb0' > /sys/kernel/tracing/synthetic_events done ================================================================ double-free scenario: process A process B ------------------- --------------- 1.kstrdup last_cmd 2.free last_cmd 3.free last_cmd(double-free) ========...

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

CVE-2023-53478

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

In the Linux kernel, the following vulnerability has been resolved: tracing/synthetic: Fix races on freeing last_cmd Currently, the "last_cmd" variable can be accessed by multiple processes asynchronously when multiple users manipulate synthetic_events node at the same time, it could lead to use-after-free or double-free. This patch add "lastcmd_mutex" to prevent "last_cmd" from being accessed asynchronously. ================================================================ It's easy to reproduce in the KASAN environment by running the two scripts below in different shells. script 1: while : do echo -n -e '\x88' > /sys/kernel/tracing/synthetic_events done script 2: while : do echo -n -e '\xb0' > /sys/kernel/tracing/synthetic_events done ================================================================ double-free scenario: process A process B -------------------

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

CVE-2023-53478

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

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

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

GHSA-q32w-2qjp-8m8q

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

In the Linux kernel, the following vulnerability has been resolved: tracing/synthetic: Fix races on freeing last_cmd Currently, the "last_cmd" variable can be accessed by multiple processes asynchronously when multiple users manipulate synthetic_events node at the same time, it could lead to use-after-free or double-free. This patch add "lastcmd_mutex" to prevent "last_cmd" from being accessed asynchronously. ================================================================ It's easy to reproduce in the KASAN environment by running the two scripts below in different shells. script 1: while : do echo -n -e '\x88' > /sys/kernel/tracing/synthetic_events done script 2: while : do echo -n -e '\xb0' > /sys/kernel/tracing/synthetic_events done ================================================================ double-free scenario: process A process B ------------------- ...

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

BDU:2026-08802

больше 3 лет назад

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

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

ROS-20260821-73-0019

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

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

CVSS3: 4.7
EPSS: Низкий
altlinux логотип

ALT-PU-2023-8868

больше 3 лет назад

ALT-PU-2023-8868: package `kernel-image-un-def` update to version 6.2.11-alt1

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

ALT-PU-2023-1650

больше 3 лет назад

ALT-PU-2023-1650: package `kernel-image-mp` update to version 6.2.12-alt1

CVSS3: 8
EPSS: Низкий
altlinux логотип

ALT-PU-2024-4843

больше 2 лет назад

ALT-PU-2024-4843: package `kernel-image-rpi-un` update to version 6.1.77-alt1

CVSS3: 10
EPSS: Низкий
altlinux логотип

ALT-PU-2024-4263

больше 2 лет назад

ALT-PU-2024-4263: package `kernel-image-rpi-un` update to version 6.1.77-alt1

CVSS3: 10
EPSS: Низкий

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

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

In the Linux kernel, the following vulnerability has been resolved: tracing/synthetic: Fix races on freeing last_cmd Currently, the "last_cmd" variable can be accessed by multiple processes asynchronously when multiple users manipulate synthetic_events node at the same time, it could lead to use-after-free or double-free. This patch add "lastcmd_mutex" to prevent "last_cmd" from being accessed asynchronously. ================================================================ It's easy to reproduce in the KASAN environment by running the two scripts below in different shells. script 1: while : do echo -n -e '\x88' > /sys/kernel/tracing/synthetic_events done script 2: while : do echo -n -e '\xb0' > /sys/kernel/tracing/synthetic_events done ================================================================ double-free scenario: process A process B ------------------- --------------- 1.kstrdup last_cmd 2.free last_cmd 3.free last_cmd(double-free) ========...

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

In the Linux kernel, the following vulnerability has been resolved: tracing/synthetic: Fix races on freeing last_cmd Currently, the "last_cmd" variable can be accessed by multiple processes asynchronously when multiple users manipulate synthetic_events node at the same time, it could lead to use-after-free or double-free. This patch add "lastcmd_mutex" to prevent "last_cmd" from being accessed asynchronously. ================================================================ It's easy to reproduce in the KASAN environment by running the two scripts below in different shells. script 1: while : do echo -n -e '\x88' > /sys/kernel/tracing/synthetic_events done script 2: while : do echo -n -e '\xb0' > /sys/kernel/tracing/synthetic_events done ================================================================ double-free scenario: process A process B ------------------- --------------- 1.kstrdup last_cmd 2.free last_cmd 3.free last_cmd(double-free) ========...

0%
Низкий
12 месяцев назад
nvd логотип
CVE-2023-53478

In the Linux kernel, the following vulnerability has been resolved: tracing/synthetic: Fix races on freeing last_cmd Currently, the "last_cmd" variable can be accessed by multiple processes asynchronously when multiple users manipulate synthetic_events node at the same time, it could lead to use-after-free or double-free. This patch add "lastcmd_mutex" to prevent "last_cmd" from being accessed asynchronously. ================================================================ It's easy to reproduce in the KASAN environment by running the two scripts below in different shells. script 1: while : do echo -n -e '\x88' > /sys/kernel/tracing/synthetic_events done script 2: while : do echo -n -e '\xb0' > /sys/kernel/tracing/synthetic_events done ================================================================ double-free scenario: process A process B -------------------

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

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

CVSS3: 7.8
0%
Низкий
12 месяцев назад
github логотип
GHSA-q32w-2qjp-8m8q

In the Linux kernel, the following vulnerability has been resolved: tracing/synthetic: Fix races on freeing last_cmd Currently, the "last_cmd" variable can be accessed by multiple processes asynchronously when multiple users manipulate synthetic_events node at the same time, it could lead to use-after-free or double-free. This patch add "lastcmd_mutex" to prevent "last_cmd" from being accessed asynchronously. ================================================================ It's easy to reproduce in the KASAN environment by running the two scripts below in different shells. script 1: while : do echo -n -e '\x88' > /sys/kernel/tracing/synthetic_events done script 2: while : do echo -n -e '\xb0' > /sys/kernel/tracing/synthetic_events done ================================================================ double-free scenario: process A process B ------------------- ...

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

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

CVSS3: 4.7
0%
Низкий
больше 3 лет назад
redos логотип
ROS-20260821-73-0019

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

CVSS3: 4.7
0%
Низкий
около 1 месяца назад
altlinux логотип
ALT-PU-2023-8868

ALT-PU-2023-8868: package `kernel-image-un-def` update to version 6.2.11-alt1

CVSS3: 7.8
больше 3 лет назад
altlinux логотип
ALT-PU-2023-1650

ALT-PU-2023-1650: package `kernel-image-mp` update to version 6.2.12-alt1

CVSS3: 8
больше 3 лет назад
altlinux логотип
ALT-PU-2024-4843

ALT-PU-2024-4843: package `kernel-image-rpi-un` update to version 6.1.77-alt1

CVSS3: 10
больше 2 лет назад
altlinux логотип
ALT-PU-2024-4263

ALT-PU-2024-4263: package `kernel-image-rpi-un` update to version 6.1.77-alt1

CVSS3: 10
больше 2 лет назад

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