Lucene search
+L

3267 matches found

OSV
OSV
added 2024/07/10 8:15 a.m.2 views

DEBIAN-CVE-2024-39492

In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-cmdq: Fix pmruntimegetsync warning in mbox shutdown The return value of pmruntimegetsync in cmdqmboxshutdown will return 1 when pm runtime state is active, and we don't want to get the warning message in this case. S...

7CVSS5.3AI score0.00191EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/10 8:15 a.m.2 views

UBUNTU-CVE-2024-39492

In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-cmdq: Fix pmruntimegetsync warning in mbox shutdown The return value of pmruntimegetsync in cmdqmboxshutdown will return 1 when pm runtime state is active, and we don't want to get the warning message in this case. S...

7CVSS5.9AI score0.00191EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2024/07/10 7:14 a.m.34 views

CVE-2024-39492 mailbox: mtk-cmdq: Fix pm_runtime_get_sync() warning in mbox shutdown

In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-cmdq: Fix pmruntimegetsync warning in mbox shutdown The return value of pmruntimegetsync in cmdqmboxshutdown will return 1 when pm runtime state is active, and we don't want to get the warning message in this case. S...

0.00191EPSS
SaveExploits0References2
CVE
CVE
added 2024/07/10 7:14 a.m.80 views

CVE-2024-39492

CVE-2024-39492 : The Linux kernel fix targets mailbox: mtk-cmdq where pm_runtime_get_sync() could warn during mbox shutdown. Root cause: return value of pm_runtime_get_sync() could be 1 when runtime is active, leading to a WARN_ON() trigger. The patch changes the conditional to treat WARN_ON() ca...

7CVSS7.8AI score0.00191EPSS
SaveExploits0References2Affected Software1
RedHat Linux
RedHat Linux
added 2024/07/08 2:5 a.m.5 views

kernel: ovl: fix leaked dentry

In the Linux kernel, the following vulnerability has been resolved: ovl: fix leaked dentry Since commit 6815f479ca90 "ovl: use only uppermetacopy state in ovllookup", overlayfs doesn't put temporary dentry when there is a metacopy error, which leads to dentry leaks when shutting down the related...

5.5CVSS6.4AI score0.00249EPSS
SaveExploits0References5
OSV
OSV
added 2024/06/27 9:32 p.m.45 views

GHSA-58M3-RCVP-F9WW h2o vulnerable to unexpected POST request shutting down server

In h2oai/h2o-3 version 3.46.0, the runtool command in the rapids component allows the main function of any class under the water.tools namespace to be called. One such class, MojoConvertTool, crashes the server when invoked with an invalid argument, causing a denial of service...

7.5CVSS7.5AI score0.00787EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2024/06/27 9:32 p.m.22 views

h2o vulnerable to unexpected POST request shutting down server

In h2oai/h2o-3 version 3.46.0, the runtool command in the rapids component allows the main function of any class under the water.tools namespace to be called. One such class, MojoConvertTool, crashes the server when invoked with an invalid argument, causing a denial of service...

7.5CVSS6.8AI score0.00787EPSS
SaveExploits1References4Affected Software1
SUSE CVE
SUSE CVE
added 2024/06/24 11:15 p.m.5 views

SUSE CVE-2024-38630

In the Linux kernel, the following vulnerability has been resolved: watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdttrigger When the cpu5wdt module is removing, the origin code uses deltimer to de-activate the timer. If the timer handler is running, deltimer could not stop it and wil...

6.7CVSS6.3AI score0.00251EPSS
SaveExploits1References16
Amazon
Amazon
added 2024/06/24 12:0 a.m.10 views

Medium: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: md: fix kmemleak of rdev-serial CVE-2024-26900 In the Linux kernel, the following vulnerability has been resolved: dyndbg: fix old BUGON in control parser CVE-2024-35947 In the Linux kernel, the following...

8.1CVSS6.8AI score0.01305EPSS
SaveExploits1
OSV
OSV
added 2024/06/21 11:15 a.m.1 views

DEBIAN-CVE-2024-38630

In the Linux kernel, the following vulnerability has been resolved: watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdttrigger When the cpu5wdt module is removing, the origin code uses deltimer to de-activate the timer. If the timer handler is running, deltimer could not stop it and wil...

7.8CVSS6.3AI score0.00251EPSS
SaveExploits1References1
OSV
OSV
added 2024/06/21 11:15 a.m.6 views

AZL-48939 CVE-2024-38630 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdttrigger When the cpu5wdt module is removing, the origin code uses deltimer to de-activate the timer. If the timer handler is running, deltimer could not stop it and wil...

7.8CVSS6.8AI score0.00251EPSS
SaveExploits1References1
NVD
NVD
added 2024/06/21 11:15 a.m.21 views

CVE-2024-36484

In the Linux kernel, the following vulnerability has been resolved: net: relax socket state check at accept time. Christoph reported the following splat: WARNING: CPU: 1 PID: 772 at net/ipv4/afinet.c:761 inetaccept+0x1f4/0x4a0 Modules linked in: CPU: 1 PID: 772 Comm: syz-executor510 Not tainted...

5.5CVSS0.00301EPSS
SaveExploits0References12
OSV
OSV
added 2024/06/21 11:15 a.m.4 views

UBUNTU-CVE-2024-38630

In the Linux kernel, the following vulnerability has been resolved: watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdttrigger When the cpu5wdt module is removing, the origin code uses deltimer to de-activate the timer. If the timer handler is running, deltimer could not stop it and wil...

7.8CVSS6.5AI score0.00251EPSS
SaveExploits1References23
Vulnrichment
Vulnrichment
added 2024/06/21 10:18 a.m.30 views

CVE-2024-36484 net: relax socket state check at accept time.

In the Linux kernel, the following vulnerability has been resolved: net: relax socket state check at accept time. Christoph reported the following splat: WARNING: CPU: 1 PID: 772 at net/ipv4/afinet.c:761 inetaccept+0x1f4/0x4a0 Modules linked in: CPU: 1 PID: 772 Comm: syz-executor510 Not tainted...

6.6AI score0.00301EPSS
SaveExploits0References8
OSV
OSV
added 2024/06/21 10:18 a.m.28 views

CVE-2024-36484 net: relax socket state check at accept time.

In the Linux kernel, the following vulnerability has been resolved: net: relax socket state check at accept time. Christoph reported the following splat: WARNING: CPU: 1 PID: 772 at net/ipv4/afinet.c:761 inetaccept+0x1f4/0x4a0 Modules linked in: CPU: 1 PID: 772 Comm: syz-executor510 Not tainted...

5.5CVSS6AI score0.00301EPSS
SaveExploits0References15
OSV
OSV
added 2024/06/19 3:15 p.m.3 views

DEBIAN-CVE-2021-47603

In the Linux kernel, the following vulnerability has been resolved: audit: improve robustness of the audit queue handling If the audit daemon were ever to get stuck in a stopped state the kernel's kauditdthread could get blocked attempting to send audit records to the userspace audit daemon. With...

4.4CVSS5.2AI score0.0018EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/06/19 2:54 p.m.42 views

CVE-2021-47603 audit: improve robustness of the audit queue handling

In the Linux kernel, the following vulnerability has been resolved: audit: improve robustness of the audit queue handling If the audit daemon were ever to get stuck in a stopped state the kernel's kauditdthread could get blocked attempting to send audit records to the userspace audit daemon. With...

0.0018EPSS
SaveExploits0References6
OSV
OSV
added 2024/06/19 2:15 p.m.2 views

DEBIAN-CVE-2024-38602

In the Linux kernel, the following vulnerability has been resolved: ax25: Fix reference count leak issues of ax25dev The ax25addrax25dev and ax25devdevicedown exist a reference count leak issue of the object "ax25dev". Memory leak issue in ax25addrax25dev: The reference count of the object...

5.5CVSS5.3AI score0.00212EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/19 2:15 p.m.3 views

DEBIAN-CVE-2024-38600

In the Linux kernel, the following vulnerability has been resolved: ALSA: Fix deadlocks with kctl removals at disconnection In sndcarddisconnect, we set card-shutdown flag at the beginning, call callbacks and do sync for card-powerrefsleep waiters at the end. The callback may delete a kctl elemen...

5.5CVSS5.5AI score0.00194EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/19 2:15 p.m.4 views

DEBIAN-CVE-2024-38554

In the Linux kernel, the following vulnerability has been resolved: ax25: Fix reference count leak issue of netdevice There is a reference count leak issue of the object "netdevice" in ax25devdevicedown. When the ax25 device is shutting down, the ax25devdevicedown drops the reference count of...

5.5CVSS5.3AI score0.00236EPSS
SaveExploits0References1
Rows per page
Query Builder