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

exploitDog

Количество 16

Количество 16

ubuntu логотип

CVE-2025-37947

больше 1 года назад

In the Linux kernel, the following vulnerability has been resolved: ksmbd: prevent out-of-bounds stream writes by validating *pos ksmbd_vfs_stream_write() did not validate whether the write offset (*pos) was within the bounds of the existing stream data length (v_len). If *pos was greater than or equal to v_len, this could lead to an out-of-bounds memory write. This patch adds a check to ensure *pos is less than v_len before proceeding. If the condition fails, -EINVAL is returned.

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

CVE-2025-37947

больше 1 года назад

In the Linux kernel, the following vulnerability has been resolved: ksmbd: prevent out-of-bounds stream writes by validating *pos ksmbd_vfs_stream_write() did not validate whether the write offset (*pos) was within the bounds of the existing stream data length (v_len). If *pos was greater than or equal to v_len, this could lead to an out-of-bounds memory write. This patch adds a check to ensure *pos is less than v_len before proceeding. If the condition fails, -EINVAL is returned.

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

CVE-2025-37947

больше 1 года назад

In the Linux kernel, the following vulnerability has been resolved: ksmbd: prevent out-of-bounds stream writes by validating *pos ksmbd_vfs_stream_write() did not validate whether the write offset (*pos) was within the bounds of the existing stream data length (v_len). If *pos was greater than or equal to v_len, this could lead to an out-of-bounds memory write. This patch adds a check to ensure *pos is less than v_len before proceeding. If the condition fails, -EINVAL is returned.

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

CVE-2025-37947

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

ksmbd: prevent out-of-bounds stream writes by validating *pos

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

CVE-2025-37947

больше 1 года назад

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

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

GHSA-c42x-xw5m-9j9p

больше 1 года назад

In the Linux kernel, the following vulnerability has been resolved: ksmbd: prevent out-of-bounds stream writes by validating *pos ksmbd_vfs_stream_write() did not validate whether the write offset (*pos) was within the bounds of the existing stream data length (v_len). If *pos was greater than or equal to v_len, this could lead to an out-of-bounds memory write. This patch adds a check to ensure *pos is less than v_len before proceeding. If the condition fails, -EINVAL is returned.

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

BDU:2025-11865

больше 1 года назад

Уязвимость компонента vfs.c ядра операционной системы Linux, позволяющая нарушителю оказать воздействие на целостность данных

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

ROS-20251117-06

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

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

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

ALT-PU-2025-16455

больше 1 года назад

ALT-PU-2025-16455: package `kernel-image-pine` update to version 6.12.29-alt1

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

ALT-PU-2025-16508

больше 1 года назад

ALT-PU-2025-16508: package `kernel-image-6.12` update to version 6.12.29-alt1

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

ALT-PU-2025-7195

больше 1 года назад

ALT-PU-2025-7195: package `kernel-image-un-def` update to version 6.1.140-alt1

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

ALT-PU-2025-8293

больше 1 года назад

ALT-PU-2025-8293: package `kernel-image-rt` update to version 6.12.34-alt1

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

ELSA-2025-20530

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

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

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

ELSA-2025-20480

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

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

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

ALT-PU-2025-12647

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

ALT-PU-2025-12647: package `kernel-image-rpi-un` update to version 6.12.49-alt1

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

ALT-PU-2026-9924

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

ALT-PU-2026-9924: package `kernel-image-rpi-un` update to version 6.12.94-alt1

CVSS3: 10
EPSS: Низкий

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

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

In the Linux kernel, the following vulnerability has been resolved: ksmbd: prevent out-of-bounds stream writes by validating *pos ksmbd_vfs_stream_write() did not validate whether the write offset (*pos) was within the bounds of the existing stream data length (v_len). If *pos was greater than or equal to v_len, this could lead to an out-of-bounds memory write. This patch adds a check to ensure *pos is less than v_len before proceeding. If the condition fails, -EINVAL is returned.

CVSS3: 8.8
1%
Низкий
больше 1 года назад
redhat логотип
CVE-2025-37947

In the Linux kernel, the following vulnerability has been resolved: ksmbd: prevent out-of-bounds stream writes by validating *pos ksmbd_vfs_stream_write() did not validate whether the write offset (*pos) was within the bounds of the existing stream data length (v_len). If *pos was greater than or equal to v_len, this could lead to an out-of-bounds memory write. This patch adds a check to ensure *pos is less than v_len before proceeding. If the condition fails, -EINVAL is returned.

1%
Низкий
больше 1 года назад
nvd логотип
CVE-2025-37947

In the Linux kernel, the following vulnerability has been resolved: ksmbd: prevent out-of-bounds stream writes by validating *pos ksmbd_vfs_stream_write() did not validate whether the write offset (*pos) was within the bounds of the existing stream data length (v_len). If *pos was greater than or equal to v_len, this could lead to an out-of-bounds memory write. This patch adds a check to ensure *pos is less than v_len before proceeding. If the condition fails, -EINVAL is returned.

CVSS3: 8.8
1%
Низкий
больше 1 года назад
msrc логотип
CVE-2025-37947

ksmbd: prevent out-of-bounds stream writes by validating *pos

CVSS3: 7.8
1%
Низкий
около 1 года назад
debian логотип
CVE-2025-37947

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

CVSS3: 8.8
1%
Низкий
больше 1 года назад
github логотип
GHSA-c42x-xw5m-9j9p

In the Linux kernel, the following vulnerability has been resolved: ksmbd: prevent out-of-bounds stream writes by validating *pos ksmbd_vfs_stream_write() did not validate whether the write offset (*pos) was within the bounds of the existing stream data length (v_len). If *pos was greater than or equal to v_len, this could lead to an out-of-bounds memory write. This patch adds a check to ensure *pos is less than v_len before proceeding. If the condition fails, -EINVAL is returned.

CVSS3: 7.8
1%
Низкий
больше 1 года назад
fstec логотип
BDU:2025-11865

Уязвимость компонента vfs.c ядра операционной системы Linux, позволяющая нарушителю оказать воздействие на целостность данных

CVSS3: 5.5
1%
Низкий
больше 1 года назад
redos логотип
ROS-20251117-06

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

CVSS3: 5.5
1%
Низкий
10 месяцев назад
altlinux логотип
ALT-PU-2025-16455

ALT-PU-2025-16455: package `kernel-image-pine` update to version 6.12.29-alt1

CVSS3: 7.8
больше 1 года назад
altlinux логотип
ALT-PU-2025-16508

ALT-PU-2025-16508: package `kernel-image-6.12` update to version 6.12.29-alt1

CVSS3: 8.8
больше 1 года назад
altlinux логотип
ALT-PU-2025-7195

ALT-PU-2025-7195: package `kernel-image-un-def` update to version 6.1.140-alt1

CVSS3: 9.8
больше 1 года назад
altlinux логотип
ALT-PU-2025-8293

ALT-PU-2025-8293: package `kernel-image-rt` update to version 6.12.34-alt1

CVSS3: 8.8
больше 1 года назад
oracle-oval логотип
ELSA-2025-20530

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

около 1 года назад
oracle-oval логотип
ELSA-2025-20480

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

около 1 года назад
altlinux логотип
ALT-PU-2025-12647

ALT-PU-2025-12647: package `kernel-image-rpi-un` update to version 6.12.49-alt1

CVSS3: 9.8
12 месяцев назад
altlinux логотип
ALT-PU-2026-9924

ALT-PU-2026-9924: package `kernel-image-rpi-un` update to version 6.12.94-alt1

CVSS3: 10
3 месяца назад

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