Lucene search
+L

3952 matches found

Positive Technologies
Positive Technologies
added 2025/04/23 12:0 a.m.13 views

PT-2025-25847

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition exists between the set blocksize and read paths in the Linux kernel, which can cause a kernel crash. This issue arises when the set blocksize function changes i blksize...

7.8CVSS7.8AI score0.00379EPSS
SaveExploits0References230
Positive Technologies
Positive Technologies
added 2025/04/21 12:0 a.m.3 views

PT-2025-20538

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved. The issue was related to the handling of queue information in the PDS core, where a wait context was not properly maintained, leadi...

5.5CVSS6.7AI score0.00263EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/04/18 11:20 p.m.10 views

SUSE CVE-2025-22039

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix overflow in dacloffset bounds check The dacloffset field was originally typed as int and used in an unchecked addition, which could overflow and bypass the existing bounds check in both smbcheckpermdacl and...

8.8CVSS7.7AI score0.00664EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/04/18 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 fsl-edma not properly releasing interrupts, which could cause the kernel to crash...

7.8CVSS6.4AI score0.0026EPSS
SaveExploits0References5
NVD
NVD
added 2025/04/16 3:16 p.m.9 views

CVE-2025-22086

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix mlx5pollone curqp update flow When curqp isn't NULL, in order to avoid fetching the QP from the radix tree again we check if the next cqe QP is identical to the one we already have. The bug however is that we are...

8.8CVSS0.00291EPSS
SaveExploits0References11
OSV
OSV
added 2025/04/16 3:15 p.m.1 views

DEBIAN-CVE-2025-22062

In the Linux kernel, the following vulnerability has been resolved: sctp: add mutual exclusion in procsctpdoudpport We must serialize calls to sctpudpsockstop and sctpudpsockstart or risk a crash as syzbot reported: Oops: general protection fault, probably for non-canonical address...

5.5CVSS5.7AI score0.00261EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/16 3:15 p.m.7 views

AZL-61685 CVE-2025-22062 affecting package kernel for versions less than 6.6.92.2-1

In the Linux kernel, the following vulnerability has been resolved: sctp: add mutual exclusion in procsctpdoudpport We must serialize calls to sctpudpsockstop and sctpudpsockstart or risk a crash as syzbot reported: Oops: general protection fault, probably for non-canonical address...

5.5CVSS6.3AI score0.00261EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/16 3:15 p.m.7 views

DEBIAN-CVE-2025-22050

In the Linux kernel, the following vulnerability has been resolved: usbnet:fix NPE during rxcomplete Missing usbnetgoingaway Check in Critical Path. The usbsubmiturb function lacks a usbnetgoingaway validation, whereas usbnetqueueskb includes this check. This inconsistency creates a race conditio...

4.7CVSS5.5AI score0.00179EPSS
SaveExploits0References1
NVD
NVD
added 2025/04/16 3:15 p.m.14 views

CVE-2025-22039

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix overflow in dacloffset bounds check The dacloffset field was originally typed as int and used in an unchecked addition, which could overflow and bypass the existing bounds check in both smbcheckpermdacl and...

8.8CVSS0.00664EPSS
SaveExploits0References4
NVD
NVD
added 2025/04/16 3:15 p.m.18 views

CVE-2024-58097

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix RCU stall while reaping monitor destination ring While processing the monitor destination ring, MSDUs are reaped from the link descriptor based on the corresponding bufid. However, sometimes the driver cannot...

5.5CVSS0.00192EPSS
SaveExploits0References4
OSV
OSV
added 2025/04/16 3:15 p.m.6 views

UBUNTU-CVE-2024-58097

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix RCU stall while reaping monitor destination ring While processing the monitor destination ring, MSDUs are reaped from the link descriptor based on the corresponding bufid. However, sometimes the driver cannot...

5.5CVSS5.8AI score0.00192EPSS
SaveExploits0References17
Cvelist
Cvelist
added 2025/04/16 2:11 p.m.24 views

CVE-2025-22039 ksmbd: fix overflow in dacloffset bounds check

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix overflow in dacloffset bounds check The dacloffset field was originally typed as int and used in an unchecked addition, which could overflow and bypass the existing bounds check in both smbcheckpermdacl and...

8.8CVSS0.00664EPSS
SaveExploits0References4
CVE
CVE
added 2025/04/16 2:11 p.m.121 views

CVE-2025-22039

CVE-2025-22039 is a Linux kernel vulnerability in ksmbd where an overflow in the dacloffset bounds check could bypass the DACL checks, causing out-of-bounds access and a kernel crash when dereferencing a DACL pointer. The fix converts dacloffset from int to unsigned int and uses check_add_overflo...

8.8CVSS6.7AI score0.00664EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/04/16 2:11 p.m.11 views

CVE-2025-22039 ksmbd: fix overflow in dacloffset bounds check

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix overflow in dacloffset bounds check The dacloffset field was originally typed as int and used in an unchecked addition, which could overflow and bypass the existing bounds check in both smbcheckpermdacl and...

8.8CVSS6.2AI score0.00664EPSS
SaveExploits0References7
CVE
CVE
added 2025/04/16 2:11 p.m.124 views

CVE-2024-58097

CVE-2024-58097 | Affected software: Linux kernel driver ath11k (wifi) in PCI WLAN on certain chips. Issue: during monitor destination ring processing, MSDUs are reaped by buf_id; if a valid buffer for a buf_id cannot be obtained, an infinite loop occurs in destination processing, leading to kerne...

5.5CVSS6.6AI score0.00192EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/04/16 2:11 p.m.23 views

CVE-2024-58097 wifi: ath11k: fix RCU stall while reaping monitor destination ring

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix RCU stall while reaping monitor destination ring While processing the monitor destination ring, MSDUs are reaped from the link descriptor based on the corresponding bufid. However, sometimes the driver cannot...

0.00192EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2025/04/16 2:11 p.m.2 views

CVE-2024-58097 wifi: ath11k: fix RCU stall while reaping monitor destination ring

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix RCU stall while reaping monitor destination ring While processing the monitor destination ring, MSDUs are reaped from the link descriptor based on the corresponding bufid. However, sometimes the driver cannot...

7.3AI score0.00192EPSS
SaveExploits0References4
OSV
OSV
added 2025/04/16 2:11 p.m.17 views

CVE-2024-58097 wifi: ath11k: fix RCU stall while reaping monitor destination ring

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix RCU stall while reaping monitor destination ring While processing the monitor destination ring, MSDUs are reaped from the link descriptor based on the corresponding bufid. However, sometimes the driver cannot...

5.5CVSS5.9AI score0.00192EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/04/16 12:0 a.m.8 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, which stems from the mishandling of a PCI brcmstb error after a regulatorbulkget failure, which could cause the kernel to...

5.5CVSS6.3AI score0.00189EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/04/16 12:0 a.m.8 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 an infinite loop in the ath11kdprxmondestprocess function, which could cause the kernel to crash...

5.5CVSS6.4AI score0.00192EPSS
SaveExploits0References2
Rows per page
Query Builder