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

exploitDog

Количество 44

Количество 44

ubuntu логотип

CVE-2026-31759

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

In the Linux kernel, the following vulnerability has been resolved: usb: ulpi: fix double free in ulpi_register_interface() error path When device_register() fails, ulpi_register() calls put_device() on ulpi->dev. The device release callback ulpi_dev_release() drops the OF node reference and frees ulpi, but the current error path in ulpi_register_interface() then calls kfree(ulpi) again, causing a double free. Let put_device() handle the cleanup through ulpi_dev_release() and avoid freeing ulpi again in ulpi_register_interface().

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

CVE-2026-31759

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

In the Linux kernel, the following vulnerability has been resolved: usb: ulpi: fix double free in ulpi_register_interface() error path When device_register() fails, ulpi_register() calls put_device() on ulpi->dev. The device release callback ulpi_dev_release() drops the OF node reference and frees ulpi, but the current error path in ulpi_register_interface() then calls kfree(ulpi) again, causing a double free. Let put_device() handle the cleanup through ulpi_dev_release() and avoid freeing ulpi again in ulpi_register_interface().

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

CVE-2026-31759

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

In the Linux kernel, the following vulnerability has been resolved: usb: ulpi: fix double free in ulpi_register_interface() error path When device_register() fails, ulpi_register() calls put_device() on ulpi->dev. The device release callback ulpi_dev_release() drops the OF node reference and frees ulpi, but the current error path in ulpi_register_interface() then calls kfree(ulpi) again, causing a double free. Let put_device() handle the cleanup through ulpi_dev_release() and avoid freeing ulpi again in ulpi_register_interface().

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

CVE-2026-31759

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

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

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

GHSA-x34j-qcqj-w3pm

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

In the Linux kernel, the following vulnerability has been resolved: usb: ulpi: fix double free in ulpi_register_interface() error path When device_register() fails, ulpi_register() calls put_device() on ulpi->dev. The device release callback ulpi_dev_release() drops the OF node reference and frees ulpi, but the current error path in ulpi_register_interface() then calls kfree(ulpi) again, causing a double free. Let put_device() handle the cleanup through ulpi_dev_release() and avoid freeing ulpi again in ulpi_register_interface().

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

BDU:2026-10917

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

Уязвимость функции ulpi_register_interface() модуля drivers/usb/common/ulpi.c драйвера устройств шины USB ядра операционной системы Linux, позволяющая нарушителю оказать воздействие на конфиденциальность, целостность и доступность защищаемой информации

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

SUSE-SU-2026:3749-1

17 дней назад

Security update for the Linux Kernel (Live Patch 83 for SUSE Linux Enterprise 12 SP5)

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

SUSE-SU-2026:3826-1

15 дней назад

Security update for the Linux Kernel (Live Patch 79 for SUSE Linux Enterprise 12 SP5)

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

SUSE-SU-2026:3757-1

17 дней назад

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

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

SUSE-SU-2026:3743-1

17 дней назад

Security update for the Linux Kernel (Live Patch 75 for SUSE Linux Enterprise 12 SP5)

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

SUSE-SU-2026:3740-1

17 дней назад

Security update for the Linux Kernel (Live Patch 76 for SUSE Linux Enterprise 12 SP5)

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

SUSE-SU-2026:3723-1

17 дней назад

Security update for the Linux Kernel (Live Patch 72 for SUSE Linux Enterprise 12 SP5)

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

SUSE-SU-2026:3706-1

18 дней назад

Security update for the Linux Kernel (Live Patch 71 for SUSE Linux Enterprise 12 SP5)

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

SUSE-SU-2026:3776-1

17 дней назад

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

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

SUSE-SU-2026:3721-1

17 дней назад

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

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

SUSE-SU-2026:3759-1

17 дней назад

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

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

SUSE-SU-2026:3775-1

17 дней назад

Security update for the Linux Kernel (Live Patch 26 for SUSE Linux Enterprise 15 SP6)

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

SUSE-SU-2026:3747-1

17 дней назад

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

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

SUSE-SU-2026:3766-1

17 дней назад

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

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

SUSE-SU-2026:3750-1

17 дней назад

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

EPSS: Низкий

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

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

In the Linux kernel, the following vulnerability has been resolved: usb: ulpi: fix double free in ulpi_register_interface() error path When device_register() fails, ulpi_register() calls put_device() on ulpi->dev. The device release callback ulpi_dev_release() drops the OF node reference and frees ulpi, but the current error path in ulpi_register_interface() then calls kfree(ulpi) again, causing a double free. Let put_device() handle the cleanup through ulpi_dev_release() and avoid freeing ulpi again in ulpi_register_interface().

CVSS3: 7.8
0%
Низкий
4 месяца назад
redhat логотип
CVE-2026-31759

In the Linux kernel, the following vulnerability has been resolved: usb: ulpi: fix double free in ulpi_register_interface() error path When device_register() fails, ulpi_register() calls put_device() on ulpi->dev. The device release callback ulpi_dev_release() drops the OF node reference and frees ulpi, but the current error path in ulpi_register_interface() then calls kfree(ulpi) again, causing a double free. Let put_device() handle the cleanup through ulpi_dev_release() and avoid freeing ulpi again in ulpi_register_interface().

CVSS3: 5.5
0%
Низкий
4 месяца назад
nvd логотип
CVE-2026-31759

In the Linux kernel, the following vulnerability has been resolved: usb: ulpi: fix double free in ulpi_register_interface() error path When device_register() fails, ulpi_register() calls put_device() on ulpi->dev. The device release callback ulpi_dev_release() drops the OF node reference and frees ulpi, but the current error path in ulpi_register_interface() then calls kfree(ulpi) again, causing a double free. Let put_device() handle the cleanup through ulpi_dev_release() and avoid freeing ulpi again in ulpi_register_interface().

CVSS3: 7.8
0%
Низкий
4 месяца назад
debian логотип
CVE-2026-31759

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

CVSS3: 7.8
0%
Низкий
4 месяца назад
github логотип
GHSA-x34j-qcqj-w3pm

In the Linux kernel, the following vulnerability has been resolved: usb: ulpi: fix double free in ulpi_register_interface() error path When device_register() fails, ulpi_register() calls put_device() on ulpi->dev. The device release callback ulpi_dev_release() drops the OF node reference and frees ulpi, but the current error path in ulpi_register_interface() then calls kfree(ulpi) again, causing a double free. Let put_device() handle the cleanup through ulpi_dev_release() and avoid freeing ulpi again in ulpi_register_interface().

CVSS3: 7.8
0%
Низкий
4 месяца назад
fstec логотип
BDU:2026-10917

Уязвимость функции ulpi_register_interface() модуля drivers/usb/common/ulpi.c драйвера устройств шины USB ядра операционной системы Linux, позволяющая нарушителю оказать воздействие на конфиденциальность, целостность и доступность защищаемой информации

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

Security update for the Linux Kernel (Live Patch 83 for SUSE Linux Enterprise 12 SP5)

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

Security update for the Linux Kernel (Live Patch 79 for SUSE Linux Enterprise 12 SP5)

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

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

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

Security update for the Linux Kernel (Live Patch 75 for SUSE Linux Enterprise 12 SP5)

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

Security update for the Linux Kernel (Live Patch 76 for SUSE Linux Enterprise 12 SP5)

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

Security update for the Linux Kernel (Live Patch 72 for SUSE Linux Enterprise 12 SP5)

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

Security update for the Linux Kernel (Live Patch 71 for SUSE Linux Enterprise 12 SP5)

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

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

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

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

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

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

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

Security update for the Linux Kernel (Live Patch 26 for SUSE Linux Enterprise 15 SP6)

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

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

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

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

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

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

17 дней назад

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