Lucene search
K

28 matches found

AstraLinux
AstraLinux
added 2026/06/19 11:10 a.m.4 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: Viawdt: fixed a critical boot hang caused by unnamed resource allocation. The VIA watchdog driver uses allocateresource to reserve a MMIO region for the watchdog control register. However, the allocated resource was not given a...

5.5CVSS5.3AI score0.00123EPSS
Exploits0References2
Cvelist
Cvelist
added 2026/01/14 3:6 p.m.22 views

CVE-2025-71114 via_wdt: fix critical boot hang due to unnamed resource allocation

In the Linux kernel, the following vulnerability has been resolved: viawdt: fix critical boot hang due to unnamed resource allocation The VIA watchdog driver uses allocateresource to reserve a MMIO region for the watchdog control register. However, the allocated resource was not given a name, whi...

0.00123EPSS
Exploits0References7
CVE
CVE
added 2026/01/14 3:6 p.m.13 views

CVE-2025-71114

CVE-2025-71114 relates to the VIA watchdog driver in the Linux kernel. The driver uses allocate_resource() to reserve a MMIO region for the watchdog control register, but the resource lacked a name, causing the kernel resource tree to contain a entry under /proc/iomem on x86. During boot, this u...

5.5CVSS6AI score0.00123EPSS
Exploits0References7Affected Software1
Vulnrichment
Vulnrichment
added 2026/01/14 3:6 p.m.5 views

CVE-2025-71114 via_wdt: fix critical boot hang due to unnamed resource allocation

In the Linux kernel, the following vulnerability has been resolved: viawdt: fix critical boot hang due to unnamed resource allocation The VIA watchdog driver uses allocateresource to reserve a MMIO region for the watchdog control register. However, the allocated resource was not given a name, whi...

5.7AI score0.00123EPSS
Exploits0References7
Debian CVE
Debian CVE
added 2026/01/14 3:6 p.m.3 views

CVE-2025-71114

In the Linux kernel, the following vulnerability has been resolved: viawdt: fix critical boot hang due to unnamed resource allocation The VIA watchdog driver uses allocateresource to reserve a MMIO region for the watchdog control register. However, the allocated resource was not given a name, whi...

5.5CVSS5.4AI score0.00123EPSS
Exploits0
OSV
OSV
added 2026/01/14 3:6 p.m.3 views

CVE-2025-71114 via_wdt: fix critical boot hang due to unnamed resource allocation

In the Linux kernel, the following vulnerability has been resolved: viawdt: fix critical boot hang due to unnamed resource allocation The VIA watchdog driver uses allocateresource to reserve a MMIO region for the watchdog control register. However, the allocated resource was not given a name, whi...

5.5CVSS6.3AI score0.00123EPSS
Exploits0References10
Tenable Nessus
Tenable Nessus
added 2026/01/14 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-71114

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - viawdt: fix critical boot hang due to unnamed resource allocation The VIA watchdog driver uses allocateresource to reserve a MMIO region for the watchdog contro...

5.5CVSS6.1AI score0.00123EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2022-54856

Malicious code in bioql PyPI...

5.5CVSS6AI score0.00241EPSS
Exploits0References6
The Hacker News
The Hacker News
added 2025/09/02 8:39 a.m.6 views

Silver Fox Exploits Microsoft-Signed WatchDog Driver to Deploy ValleyRAT Malware

The threat actor known as Silver Fox has been attributed to abuse of a previously unknown vulnerable driver associated with WatchDog Anti-malware as part of a Bring Your Own Vulnerable Driver BYOVD attack aimed at disarming security solutions installed on compromised hosts. The vulnerable driver ...

6.8AI score
Exploits0
Tenable Nessus
Tenable Nessus
added 2025/08/05 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2021-47321

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - watchdog: Fix possible use-after-free by calling deltimersync This driver's remove path calls deltimer. However, that function does not wait until the timer...

7.8CVSS6.6AI score0.00247EPSS
Exploits0References2
BDU FSTEC
BDU FSTEC
added 2025/06/23 12:0 a.m.7 views

The vulnerability of the lpc18xx_wdt_remove() function in the drivers/watchdog/lpc18xx_wdt.c module allows a hacker to trigger a service failure in the Linux operating system’s kernel watchdog timer.

The vulnerability of the lpc18xxwdtremove function in the drivers/watchdog/lpc18xxwdt.c module relates to the repeated use of previously freed memory. Exploiting this vulnerability could allow an attacker to trigger a system failure...

7.8CVSS6.3AI score0.00247EPSS
Exploits0References22Affected Software1
NVD
NVD
added 2025/02/26 7:1 a.m.16 views

CVE-2022-49383

In the Linux kernel, the following vulnerability has been resolved: watchdog: rzg2lwdt: Fix 'BUG: Invalid wait context' This patch fixes the issue 'BUG: Invalid wait context' during restart callback by using clkprepareenable instead of pmruntimegetsync for turning on the clocks during restart. Th...

5.5CVSS0.00237EPSS
Exploits0References3
RedHat Linux
RedHat Linux
added 2024/10/15 12:42 a.m.6 views

kernel: watchdog: Fix possible use-after-free by calling del_timer_sync()

A vulnerability was found in the deltimer function in the Linux kernel's watchdog driver. This issue occurs because the function does not wait for the timer handler to finish, which may lead to a situation where the handler runs after the driver that has been removed, causing a use-after-free iss...

7.8CVSS7.1AI score0.00247EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 2:39 a.m.7 views

kernel: watchdog: Fix possible use-after-free by calling del_timer_sync()

A vulnerability was found in the deltimer function in the Linux kernel's watchdog driver. This issue occurs because the function does not wait for the timer handler to finish, which may lead to a situation where the handler runs after the driver that has been removed, causing a use-after-free iss...

7.8CVSS7.1AI score0.00247EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 12:40 a.m.4 views

kernel: watchdog: Fix possible use-after-free by calling del_timer_sync()

A vulnerability was found in the deltimer function in the Linux kernel's watchdog driver. This issue occurs because the function does not wait for the timer handler to finish, which may lead to a situation where the handler runs after the driver that has been removed, causing a use-after-free iss...

7.8CVSS7.1AI score0.00247EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2024/05/22 12:28 p.m.26 views

CVE-2021-47321

A vulnerability was found in the deltimer function in the Linux kernel's watchdog driver. This issue occurs because the function does not wait for the timer handler to finish, which may lead to a situation where the handler runs after the driver that has been removed, causing a use-after-free...

4.4CVSS8.8AI score0.00247EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.18 views

CVE-2021-47321 watchdog: Fix possible use-after-free by calling del_timer_sync()

In the Linux kernel, the following vulnerability has been resolved: watchdog: Fix possible use-after-free by calling deltimersync This driver's remove path calls deltimer. However, that function does not wait until the timer handler finishes. This means that the timer handler may still be running...

6.7AI score0.00247EPSS
Exploits0References9
CVE
CVE
added 2024/05/21 2:35 p.m.156 views

CVE-2021-47321

CVE-2021-47321 : Linux kernel watchdog use-after-free due to del_timer() not waiting for the timer handler. The issue occurs in the driver remove path, where a timer may still be running after removal, risking a use-after-free. The fixed path uses del_timer_sync() to wait for the timer handler to...

7.8CVSS6.6AI score0.00247EPSS
Exploits0References9Affected Software1
Debian CVE
Debian CVE
added 2024/05/21 2:35 p.m.21 views

CVE-2021-47321

In the Linux kernel, the following vulnerability has been resolved: watchdog: Fix possible use-after-free by calling deltimersync This driver's remove path calls deltimer. However, that function does not wait until the timer handler finishes. This means that the timer handler may still be running...

7.8CVSS6.7AI score0.00247EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2023/02/15 6:5 a.m.4 views

SUSE CVE-2008-5702

Buffer underflow in the ibwdtioctl function in drivers/watchdog/ib700wdt.c in the Linux kernel before 2.6.28-rc1 might allow local users to have an unknown impact via a certain /dev/watchdog WDIOCSETTIMEOUT IOCTL call...

7.2CVSS6.5AI score0.00494EPSS
Exploits2References6
Rows per page
Query Builder