Lucene search
+L

9851 matches found

CVE
CVE
added 2025/04/01 3:46 p.m.192 views

CVE-2025-21959

CVE-2025-21959 affects the Linux kernel nf_conncount under netfilter. The vulnerability stems from incomplete initialization of nf_conncount_tuple in the insert_tree path: cpu and jiffies32 fields are initialized during nf_conncount_add() but not in the corresponding insert_tree() allocation, aft...

7.3CVSS7.1AI score0.00409EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2025/04/01 3:46 p.m.24 views

CVE-2025-21959 netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree()

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconncount: Fully initialize struct nfconncounttuple in inserttree Since commit b36e4523d4d5 "netfilter: nfconncount: fix garbage collection confirm race", cpu and jiffies32 were introduced to the struct...

7.3CVSS6.1AI score
SaveExploits0References14
CVE
CVE
added 2025/04/01 3:40 p.m.132 views

CVE-2025-21924

CVE-2025-21924 : In the Linux kernel, during ptp initialization for the hns3 driver, hclge_ptp_get_cycle may fail and previously not unregister/free the clock. The fix calls hclge_ptp_destroy_clock to unregister and free the clock when hclge_ptp_get_cycle fails, mitigating potential resource leaks.

7.8CVSS7.2AI score0.00203EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2025/04/01 3:40 p.m.196 views

CVE-2025-21920

CVE-2025-21920 (Linux kernel VLAN subtype): The issue occurs when creating VLAN devices on non-Ethernet underlying devices, which can trigger an out-of-bounds read by dev_mc_add due to __dev_mc_add using dev->addr_len as the multicast length. The underlying cause is not enforcing the underlyin...

7.1CVSS7.2AI score0.00221EPSS
SaveExploits0References10Affected Software1
BDU FSTEC
BDU FSTEC
added 2025/04/01 12:0 a.m.10 views

The vulnerability of the manaDestroyTxq() function in the Linux kernel driver allows a hacker to induce a service failure.

The vulnerability of the manaDestroyTxq function in the Linux kernel driver is related to incorrect initialization of resources. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.00207EPSS
SaveExploits0References19Affected Software5
CNNVD
CNNVD
added 2025/04/01 12:0 a.m.6 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 pmcmdioctl not fully initializing structures potentially leading to information disclosure...

6.4AI score0.00198EPSS
SaveExploits0References7
OSV
OSV
added 2025/03/31 11:15 p.m.8 views

CVE-2025-24235

A memory initialization issue was addressed with improved memory handling. This issue is fixed in macOS Ventura 13.7.5, macOS Sequoia 15.4, macOS Sonoma 14.7.5. A remote attacker may be able to cause unexpected app termination or heap corruption...

5.5CVSS5.8AI score0.00467EPSS
SaveExploits0References6
NVD
NVD
added 2025/03/31 11:15 p.m.16 views

CVE-2025-24235

A memory initialization issue was addressed with improved memory handling. This issue is fixed in macOS Sequoia 15.4, macOS Sonoma 14.7.5, macOS Ventura 13.7.5. A remote attacker may be able to cause unexpected app termination or heap corruption...

5.5CVSS0.00467EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2025/03/31 10:24 p.m.5 views

CVE-2025-24235

A memory initialization issue was addressed with improved memory handling. This issue is fixed in macOS Sequoia 15.4, macOS Sonoma 14.7.5, macOS Ventura 13.7.5. A remote attacker may be able to cause unexpected app termination or heap corruption...

7.3AI score0.00467EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/03/31 12:0 a.m.4 views

PT-2025-13917 · Apple · Apple Macos

Name of the Vulnerable Software and Affected Versions: macOS versions prior to 13.7.5 macOS versions prior to 14.7.5 macOS versions prior to 15.4 Description: A memory initialization issue was addressed with improved memory handling. A remote attacker may be able to cause unexpected app terminati...

5.5CVSS8.6AI score0.00467EPSS
SaveExploits0References13
CNNVD
CNNVD
added 2025/03/31 12:0 a.m.11 views

Apple macOS 安全漏洞

Apple macOS is a suite of specialized operating systems developed for Mac computers by Apple Inc. in the United States. A security vulnerability exists in Apple macOS Sequoia, which stems from a memory initialization issue that could result in application termination or heap corruption...

5.5CVSS8.9AI score0.00467EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/03/29 5:43 p.m.18 views

CVE-2023-53009

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Add sync after creating vram bo There will be data corruption on vram allocated by svm if the initialization is not complete and application is writting on the memory. Adding sync to wait for the initialization...

5.5CVSS7.4AI score0.00172EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/03/28 3:41 a.m.6 views

SUSE CVE-2022-49742

In the Linux kernel, the following vulnerability has been resolved: f2fs: initialize locks earlier in f2fsfillsuper syzbot is reporting lockdep warning at f2fshandleerror 1, for spinlock&sbi-errorlock is called before spinlockinit is called. For safe locking in error handling, move initialization...

5.5CVSS6.5AI score0.00117EPSS
SaveExploits0References3
OSV
OSV
added 2025/03/27 5:15 p.m.9 views

DEBIAN-CVE-2023-53020

In the Linux kernel, the following vulnerability has been resolved: l2tp: close all race conditions in l2tptunnelregister The code in l2tptunnelregister is racy in several ways: 1. It modifies the tunnel socket after publishing it. 2. It calls setupudptunnelsock on an existing socket without...

4.7CVSS5.4AI score0.00133EPSS
SaveExploits0References1
NVD
NVD
added 2025/03/27 5:15 p.m.13 views

CVE-2023-53020

In the Linux kernel, the following vulnerability has been resolved: l2tp: close all race conditions in l2tptunnelregister The code in l2tptunnelregister is racy in several ways: 1. It modifies the tunnel socket after publishing it. 2. It calls setupudptunnelsock on an existing socket without...

4.7CVSS0.00133EPSS
SaveExploits0References4
OSV
OSV
added 2025/03/27 5:15 p.m.16 views

AZL-69476 CVE-2023-53009 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Add sync after creating vram bo There will be data corruption on vram allocated by svm if the initialization is not complete and application is writting on the memory. Adding sync to wait for the initialization...

7.8CVSS5.6AI score0.00172EPSS
SaveExploits0References1
NVD
NVD
added 2025/03/27 5:15 p.m.23 views

CVE-2022-49742

In the Linux kernel, the following vulnerability has been resolved: f2fs: initialize locks earlier in f2fsfillsuper syzbot is reporting lockdep warning at f2fshandleerror 1, for spinlock&sbi-errorlock is called before spinlockinit is called. For safe locking in error handling, move initialization...

5.5CVSS0.00117EPSS
SaveExploits0References2
OSV
OSV
added 2025/03/27 5:15 p.m.10 views

AZL-60306 CVE-2022-49742 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: f2fs: initialize locks earlier in f2fsfillsuper syzbot is reporting lockdep warning at f2fshandleerror 1, for spinlock&sbi-errorlock is called before spinlockinit is called. For safe locking in error handling, move initialization...

5.5CVSS5.6AI score0.00117EPSS
SaveExploits0References1
OSV
OSV
added 2025/03/27 5:15 p.m.3 views

DEBIAN-CVE-2022-49742

In the Linux kernel, the following vulnerability has been resolved: f2fs: initialize locks earlier in f2fsfillsuper syzbot is reporting lockdep warning at f2fshandleerror 1, for spinlock&sbi-errorlock is called before spinlockinit is called. For safe locking in error handling, move initialization...

5.5CVSS4.9AI score0.00117EPSS
SaveExploits0References1
OSV
OSV
added 2025/03/27 5:15 p.m.5 views

UBUNTU-CVE-2022-49742

In the Linux kernel, the following vulnerability has been resolved: f2fs: initialize locks earlier in f2fsfillsuper syzbot is reporting lockdep warning at f2fshandleerror 1, for spinlock&sbi-errorlock is called before spinlockinit is called. For safe locking in error handling, move initialization...

5.5CVSS5.7AI score0.00117EPSS
SaveExploits0References5
Rows per page
Query Builder