Lucene search
+L

4865 matches found

Cvelist
Cvelist
added 2025/07/25 1:20 p.m.19 views

CVE-2025-38408 genirq/irq_sim: Initialize work context pointers properly

In the Linux kernel, the following vulnerability has been resolved: genirq/irqsim: Initialize work context pointers properly Initialize ops member's pointers properly by using kzalloc instead of kmalloc when allocating the simulation work context. Otherwise the pointers contain random content...

7.8CVSS0.00166EPSS
SaveExploits0References6
CVE
CVE
added 2025/07/25 1:20 p.m.70 views

CVE-2025-38408

CVE-2025-38408 pertains to the Linux kernel’s genirq/irq_sim component. The issue arises from improper initialization of the simulation work context pointers in the ops structure, where pointers were allocated with kmalloc() and could contain random content, risking invalid dereferencing. The doc...

7.8CVSS6.4AI score0.00166EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/07/25 1:20 p.m.8 views

CVE-2025-38408 genirq/irq_sim: Initialize work context pointers properly

In the Linux kernel, the following vulnerability has been resolved: genirq/irqsim: Initialize work context pointers properly Initialize ops member's pointers properly by using kzalloc instead of kmalloc when allocating the simulation work context. Otherwise the pointers contain random content...

7.8CVSS6.2AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/07/25 1:20 p.m.8 views

CVE-2025-38408

In the Linux kernel, the following vulnerability has been resolved: genirq/irqsim: Initialize work context pointers properly Initialize ops member's pointers properly by using kzalloc instead of kmalloc when allocating the simulation work context. Otherwise the pointers contain random content...

7.8CVSS5.3AI score0.00166EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 1:15 p.m.2 views

DEBIAN-CVE-2025-38379

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix warning when reconnecting channel When reconnecting a channel in smb2reconnectserver, a dummy tcon is passed down to smb2reconnect with -queryinterface uninitialized, so we can't call queuedelayedwork on it. Fix...

5.5CVSS5.4AI score0.00338EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/25 1:15 p.m.2 views

DEBIAN-CVE-2025-38374

In the Linux kernel, the following vulnerability has been resolved: optee: ffa: fix sleep in atomic context The OP-TEE driver registers the function notifcallback for FF-A notifications. However, this function is called in an atomic context leading to errors like this when processing asynchronous...

5.5CVSS5.3AI score0.00145EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/25 1:15 p.m.8 views

UBUNTU-CVE-2025-38374

In the Linux kernel, the following vulnerability has been resolved: optee: ffa: fix sleep in atomic context The OP-TEE driver registers the function notifcallback for FF-A notifications. However, this function is called in an atomic context leading to errors like this when processing asynchronous...

5.5CVSS5.9AI score0.00145EPSS
SaveExploits0References28
OSV
OSV
added 2025/07/25 1:15 p.m.7 views

UBUNTU-CVE-2025-38379

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix warning when reconnecting channel When reconnecting a channel in smb2reconnectserver, a dummy tcon is passed down to smb2reconnect with -queryinterface uninitialized, so we can't call queuedelayedwork on it. Fix...

7.5CVSS5.7AI score0.00338EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2025/07/25 12:53 p.m.6 views

CVE-2025-38379

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix warning when reconnecting channel When reconnecting a channel in smb2reconnectserver, a dummy tcon is passed down to smb2reconnect with -queryinterface uninitialized, so we can't call queuedelayedwork on it. Fix...

5.5CVSS5.8AI score0.00338EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2025/07/25 12:53 p.m.44 views

CVE-2025-38379

The CVE-2025-38379 entry corresponds to a Linux kernel SMB/CIFS issue where, during smb2_reconnect_server() channel reestablishment, a dummy tcon with an uninitialized ->query_interface is passed to smb2_reconnect(), making queue_delayed_work() unsafe to call on that tcon. The result is a warn...

7.5CVSS6AI score0.00338EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/07/25 12:53 p.m.14 views

CVE-2025-38379 smb: client: fix warning when reconnecting channel

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix warning when reconnecting channel When reconnecting a channel in smb2reconnectserver, a dummy tcon is passed down to smb2reconnect with -queryinterface uninitialized, so we can't call queuedelayedwork on it. Fix...

7.5CVSS0.00338EPSS
SaveExploits0References4
OSV
OSV
added 2025/07/25 12:53 p.m.6 views

CVE-2025-38379 smb: client: fix warning when reconnecting channel

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix warning when reconnecting channel When reconnecting a channel in smb2reconnectserver, a dummy tcon is passed down to smb2reconnect with -queryinterface uninitialized, so we can't call queuedelayedwork on it. Fix...

7.5CVSS6AI score
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2025/07/25 12:53 p.m.6 views

CVE-2025-38374

In the Linux kernel, the following vulnerability has been resolved: optee: ffa: fix sleep in atomic context The OP-TEE driver registers the function notifcallback for FF-A notifications. However, this function is called in an atomic context leading to errors like this when processing asynchronous...

5.5CVSS5.8AI score0.00145EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2025/07/25 12:47 p.m.11 views

CVE-2025-38356

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Explicitly exit CT safe mode on unwind During driver probe we might be briefly using CT safe mode, which is based on a delayed work, but usually we are able to stop this once we have IRQ fully operational. However, if...

5.5CVSS6.2AI score0.00154EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/07/25 12:47 p.m.10 views

CVE-2025-38356

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Explicitly exit CT safe mode on unwind During driver probe we might be briefly using CT safe mode, which is based on a delayed work, but usually we are able to stop this once we have IRQ fully operational. However, if...

5.5CVSS5.5AI score0.00154EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/07/25 12:0 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 Linux kernel that stems from not checking IDXD work queue availability...

7.8CVSS7AI score0.00154EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2025/07/23 12:0 a.m.10 views

The vulnerability of the Work Provider Administration component of the application for accessing, organizing, and interacting with various types of work in the Oracle Universal Work Queue system—a business automation solution from Oracle E-Business Suite—allows a malicious actor to gain access to read, modify, add, or delete data.

The vulnerability of the Work Provider Administration component of the application for accessing, organizing, and interacting with various types of work in the Oracle Universal Work Queue system, a business automation solution from Oracle E-Business Suite, is related to deficiencies in access...

8.5CVSS7.2AI score0.0035EPSS
SaveExploits0References2Affected Software2
OSV
OSV
added 2025/07/21 12:4 p.m.7 views

SUSE-SU-2025:02440-1 Security update for the Linux Kernel (Live Patch 0 for SLE 15 SP6)

This update for the Linux Kernel 6.4.0-15060021 fixes several issues. The following security issues were fixed: - CVE-2024-53146: NFSD: Prevent a potential integer overflow bsc1234854. - CVE-2024-53214: vfio/pci: Properly hide first-in-list PCIe extended capability bsc1235005. - CVE-2024-53173:...

9.8CVSS6.8AI score0.0076EPSS
SaveExploits0References26
OSV
OSV
added 2025/07/21 8:4 a.m.3 views

SUSE-SU-2025:02419-1 Security update for the Linux Kernel (Live Patch 29 for SLE 15 SP4)

This update for the Linux Kernel 5.14.21-15040024128 fixes several issues. The following security issues were fixed: - CVE-2024-53146: NFSD: Prevent a potential integer overflow bsc1234854. - CVE-2022-49465: blk-throttle: Set BIOTHROTTLED when bio has been throttled bsc1238920. - CVE-2024-53214:...

9.8CVSS6.7AI score0.0076EPSS
SaveExploits0References21
CNVD
CNVD
added 2025/07/21 12:0 a.m.7 views

Unspecified Vulnerability in Oracle E-Business Suite (CNVD-2025-24084)

Oracle E-Business Suite is a fully integrated set of global business management software from Oracle USA. The software provides customer relationship management, service management, financial management and other functions. A security vulnerability exists in Oracle Universal Work Queue for Oracle...

8.1CVSS6.8AI score0.0035EPSS
SaveExploits0References1
Rows per page
Query Builder