Lucene search
+L

18176 matches found

Cvelist
Cvelist
added 2025/10/04 3:43 p.m.18 views

CVE-2022-50491 coresight: cti: Fix hang in cti_disable_hw()

In the Linux kernel, the following vulnerability has been resolved: coresight: cti: Fix hang in ctidisablehw ctienablehw and ctidisablehw are called from an atomic context so shouldn't use runtime PM because it can result in a sleep when communicating with firmware. Since commit 3c6656337852...

0.00145EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/04 3:43 p.m.11 views

CVE-2022-50491 coresight: cti: Fix hang in cti_disable_hw()

In the Linux kernel, the following vulnerability has been resolved: coresight: cti: Fix hang in ctidisablehw ctienablehw and ctidisablehw are called from an atomic context so shouldn't use runtime PM because it can result in a sleep when communicating with firmware. Since commit 3c6656337852...

6.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/10/04 3:16 p.m.14 views

CVE-2023-53546 net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctx

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DR, fix memory leak in mlx5drcmdcreatereformatctx when mlx5cmdexec failed in mlx5drcmdcreatereformatctx, the memory pointed by 'in' is not released, which will cause memory leak. Move memory release after mlx5cmdexec...

0.00146EPSS
SaveExploits0References6
CVE
CVE
added 2025/10/04 3:16 p.m.21 views

CVE-2023-53546

CVE-2023-53546 affects the Linux kernel mlx5 RDMA driver (net/mlx5). The issue is a memory leak in mlx5dr_cmd_create_reformat_ctx: if mlx5_cmd_exec fails, the buffer referenced by in is not released, causing a leak. The fix releases that memory after mlx5_cmd_exec, per kernel commit notes. Public...

5.5CVSS6.1AI score0.00146EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/10/04 3:16 p.m.9 views

CVE-2023-53546 net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctx

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DR, fix memory leak in mlx5drcmdcreatereformatctx when mlx5cmdexec failed in mlx5drcmdcreatereformatctx, the memory pointed by 'in' is not released, which will cause memory leak. Move memory release after mlx5cmdexec...

6.5AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/10/04 3:16 p.m.16 views

CVE-2022-50476 ntb_netdev: Use dev_kfree_skb_any() in interrupt context

In the Linux kernel, the following vulnerability has been resolved: ntbnetdev: Use devkfreeskbany in interrupt context TX/RX callback handlers ntbnetdevtxhandler, ntbnetdevrxhandler can be called in interrupt context via the DMA framework when the respective DMA operations have completed. As such...

0.00149EPSS
SaveExploits0References9
CVE
CVE
added 2025/10/04 3:16 p.m.31 views

CVE-2022-50476

The CVE-2022-50476 issue concerns ntb_netdev in the Linux kernel where TX/RX callback handlers can run in interrupt context via the DMA framework. The root cause was calling the interrupt-unsafe dev_kfree_skb() from ntb_netdev_tx_handler() and ntb_netdev_rx_handler(); the fix uses the interrupt-c...

5.5CVSS6.1AI score0.00149EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/10/04 3:16 p.m.9 views

CVE-2022-50476 ntb_netdev: Use dev_kfree_skb_any() in interrupt context

In the Linux kernel, the following vulnerability has been resolved: ntbnetdev: Use devkfreeskbany in interrupt context TX/RX callback handlers ntbnetdevtxhandler, ntbnetdevrxhandler can be called in interrupt context via the DMA framework when the respective DMA operations have completed. As such...

6.4AI score
SaveExploits0References12
OSV
OSV
added 2025/10/04 3:16 p.m.12 views

CVE-2022-50472 IB/mad: Don't call to function that might sleep while in atomic context

In the Linux kernel, the following vulnerability has been resolved: IB/mad: Don't call to function that might sleep while in atomic context Tracepoints are not allowed to sleep, as such the following splat is generated due to call to ibquerypkey in atomic context. WARNING: CPU: 0 PID: 1888000 at...

7.5CVSS6.5AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/10/04 3:16 p.m.18 views

CVE-2022-50472 IB/mad: Don't call to function that might sleep while in atomic context

In the Linux kernel, the following vulnerability has been resolved: IB/mad: Don't call to function that might sleep while in atomic context Tracepoints are not allowed to sleep, as such the following splat is generated due to call to ibquerypkey in atomic context. WARNING: CPU: 0 PID: 1888000 at...

7.5CVSS0.00335EPSS
SaveExploits0References5
CVE
CVE
added 2025/10/04 3:16 p.m.30 views

CVE-2022-50472

CVE-2022-50472 is a Linux kernel issue where a call to a function that may sleep (ib_query_pkey) occurred in atomic context, potentially triggering a sleeping operation during trace buffer commits. The description notes a kernel warning and a trace of the ib_core path leading to a crash. The vuln...

7.5CVSS6.1AI score0.00335EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2025/10/04 3:16 p.m.14 views

CVE-2022-50472

In the Linux kernel, the following vulnerability has been resolved: IB/mad: Don't call to function that might sleep while in atomic context Tracepoints are not allowed to sleep, as such the following splat is generated due to call to ibquerypkey in atomic context. WARNING: CPU: 0 PID: 1888000 at...

7.5CVSS5.3AI score0.00335EPSS
SaveExploits0
OSV
OSV
added 2025/10/04 3:15 a.m.6 views

DEBIAN-CVE-2025-61962

In fetchmail before 6.5.6, the SMTP client can crash when authenticating upon receiving a 334 status code in a malformed context...

5.9CVSS5.3AI score0.00384EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 3:15 a.m.23 views

AZL-68183 CVE-2025-61962 affecting package fetchmail 6.4.22-1

In fetchmail before 6.5.6, the SMTP client can crash when authenticating upon receiving a 334 status code in a malformed context...

5.9CVSS5.8AI score0.00384EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 3:15 a.m.16 views

UBUNTU-CVE-2025-61962

In fetchmail before 6.5.6, the SMTP client can crash when authenticating upon receiving a 334 status code in a malformed context...

5.9CVSS5.8AI score0.00384EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/04 12:11 a.m.12 views

RLSA-2025:8333 Moderate: kernel security update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: Use after Free in grusetcontextoption leading to kernel panic CVE-2022-3424 kernel: ndisc: use RCU protection in ndiscallocskb CVE-2025-21764 For more details about the security issues,...

7CVSS6.3AI score0.00258EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/10/04 12:00 a.m.10 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the use of an unsafe skb release function in an interrupt context, which could lead to kernel warnings and...

5AI score0.00149EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2025/10/04 12:00 a.m.9 views

PT-2025-40622

Name of the Vulnerable Software and Affected Versions fetchmail versions prior to 6.5.6 Description The SMTP client in fetchmail can experience a crash during authentication when it receives a 334 status code in a malformed context. Recommendations Update to fetchmail version 6.5.6 or later...

5.9CVSS7AI score0.00384EPSS
SaveExploits0References10
AlpineLinux
AlpineLinux
added 2025/10/04 12:00 a.m.8 views

CVE-2025-61962

In fetchmail before 6.5.6, the SMTP client can crash when authenticating upon receiving a 334 status code in a malformed context...

5.9CVSS7.2AI score0.00384EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/10/04 12:00 a.m.5 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from not setting the ctx-merge value correctly, which could lead to a crash...

5.9AI score0.0015EPSS
SaveExploits0References6
Rows per page
Query Builder