Lucene search
+L

713 matches found

OSV
OSV
added 2025/01/15 1:15 p.m.2 views

DEBIAN-CVE-2024-57898

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: clear link ID from bitmap during link delete after clean up Currently, during link deletion, the link ID is first removed from the validlinks bitmap before performing any clean-up operations. However, some functio...

3.3CVSS5.4AI score0.00184EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/01/12 12:17 a.m.5 views

SUSE CVE-2024-49573

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix NEXTBUDDY Adam reports that enabling NEXTBUDDY insta triggers a WARN in picknextentity. Moving clearbuddies up before the delayed dequeue bits ensures no -next buddy becomes delayed. Further ensure no new -next...

3.3CVSS6.5AI score0.00189EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/01/12 12:15 a.m.4 views

SUSE CVE-2024-54193

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix WARN in ivpuipcsendreceiveinternal Move pmruntimesetactive to ivpupminit so when ivpuipcsendreceiveinternal is executed before ivpupmenable it already has correct runtime state, even if last resume was not...

5.5CVSS7.7AI score0.00176EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/01/12 12:14 a.m.5 views

SUSE CVE-2024-57793

In the Linux kernel, the following vulnerability has been resolved: virt: tdx-guest: Just leak decrypted memory on unrecoverable errors In CoCo VMs it is possible for the untrusted host to cause setmemorydecrypted to fail such that an error is returned and the resulting memory is shared. Callers...

8.4CVSS7.6AI score0.00202EPSS
SaveExploits0References43
SUSE CVE
SUSE CVE
added 2025/01/12 12:13 a.m.5 views

SUSE CVE-2024-57874

In the Linux kernel, the following vulnerability has been resolved: arm64: ptrace: fix partial SETREGSET for NTARMTAGGEDADDRCTRL Currently taggedaddrctrlset doesn't initialize the temporary 'ctrl' variable, and a SETREGSET call with a length of zero will leave this uninitialized. Consequently...

3.3CVSS7.5AI score0.00205EPSS
SaveExploits0References13
Vulnrichment
Vulnrichment
added 2025/01/11 2:47 p.m.8 views

CVE-2024-57874 arm64: ptrace: fix partial SETREGSET for NT_ARM_TAGGED_ADDR_CTRL

In the Linux kernel, the following vulnerability has been resolved: arm64: ptrace: fix partial SETREGSET for NTARMTAGGEDADDRCTRL Currently taggedaddrctrlset doesn't initialize the temporary 'ctrl' variable, and a SETREGSET call with a length of zero will leave this uninitialized. Consequently...

5.8AI score0.00205EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/01/09 12:20 a.m.4 views

SUSE CVE-2024-56780

In the Linux kernel, the following vulnerability has been resolved: quota: flush quotareleasework upon quota writeback One of the paths quota writeback is called from is: freezesuper syncfilesystem ext4syncfs dquotwritebackdquots Since we currently don't always flush the quotareleasework queue in...

4.7CVSS7.6AI score0.00211EPSS
SaveExploits0References13
CNNVD
CNNVD
added 2025/01/08 12:0 a.m.4 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, which stems from the nftsocket component of the netfilter module mishandling a warning about the maximum level of cgroups, with...

5.5CVSS6.4AI score0.00204EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/01/07 3:49 a.m.10 views

SUSE CVE-2024-56584

In the Linux kernel, the following vulnerability has been resolved: iouring/tctx: work around xastore allocation error issue syzbot triggered the following WARNON: WARNING: CPU: 0 PID: 16 at iouring/tctx.c:51 iouringfree+0xfa/0x140 iouring/tctx.c:51 which is the WARNONONCE!xaempty&tctx-xa; sanity...

5.5CVSS7.6AI score0.00237EPSS
SaveExploits0References13
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.13 views

PT-2025-52657

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains an issue within the tracing subsystem related to Virtual Memory Area VMA handling. Specifically, when a VMA is split, the ring buffer unmap function can be call...

6.5AI score0.00164EPSS
SaveExploits0
OSV
OSV
added 2024/12/29 12:15 p.m.13 views

AZL-55271 CVE-2024-56724 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: mfd: intelsocpmicbxtwc: Use IRQ domain for TMU device While design wise the idea of converting the driver to use the hierarchy of the IRQ chips is correct, the implementation has inherited flaws. This was unveiled when...

5.5CVSS6.3AI score0.00224EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/12/29 3:48 a.m.4 views

SUSE CVE-2024-56699

In the Linux kernel, the following vulnerability has been resolved: s390/pci: Fix potential double remove of hotplug slot In commit 6ee600bfbe0f "s390/pci: remove hotplug slot when releasing the device" the zpciexitslot was moved from zpcidevicereserved to zpcireleasedevice with the intention of...

6.1CVSS7.6AI score0.00213EPSS
SaveExploits0References16
NVD
NVD
added 2024/12/28 10:15 a.m.16 views

CVE-2024-56690

In the Linux kernel, the following vulnerability has been resolved: crypto: pcrypt - Call crypto layer directly when padatadoparallel return -EBUSY Since commit 8f4f68e788c3 "crypto: pcrypt - Fix hungtask for PADATARESET", the pcrypt encryption and decryption operations return -EAGAIN when the CP...

5.5CVSS0.00188EPSS
SaveExploits0References11
OSV
OSV
added 2024/12/28 10:15 a.m.9 views

DEBIAN-CVE-2024-56690

In the Linux kernel, the following vulnerability has been resolved: crypto: pcrypt - Call crypto layer directly when padatadoparallel return -EBUSY Since commit 8f4f68e788c3 "crypto: pcrypt - Fix hungtask for PADATARESET", the pcrypt encryption and decryption operations return -EAGAIN when the CP...

5.5CVSS5.7AI score0.00188EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/28 10:15 a.m.10 views

UBUNTU-CVE-2024-56699

In the Linux kernel, the following vulnerability has been resolved: s390/pci: Fix potential double remove of hotplug slot In commit 6ee600bfbe0f "s390/pci: remove hotplug slot when releasing the device" the zpciexitslot was moved from zpcidevicereserved to zpcireleasedevice with the intention of...

7.8CVSS6.4AI score0.00213EPSS
SaveExploits0References9
OSV
OSV
added 2024/12/27 3:15 p.m.8 views

UBUNTU-CVE-2024-56657

In the Linux kernel, the following vulnerability has been resolved: ALSA: control: Avoid WARN for symlink errors Using WARN for showing the error of symlink creations don't give more information than telling that something goes wrong, since the usual code path is a lregister callback from each...

5.5CVSS6.2AI score0.0022EPSS
SaveExploits0References33
OSV
OSV
added 2024/12/27 2:15 p.m.11 views

AZL-68303 CVE-2024-53195 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Get rid of userspaceirqchipinuse Improper use of userspaceirqchipinuse led to syzbot hitting the following WARNON in kvmtimerupdateirq: WARNING: CPU: 0 PID: 3281 at arch/arm64/kvm/archtimer.c:459...

5.5CVSS6.7AI score0.00218EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 2:15 p.m.9 views

UBUNTU-CVE-2024-53195

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Get rid of userspaceirqchipinuse Improper use of userspaceirqchipinuse led to syzbot hitting the following WARNON in kvmtimerupdateirq: WARNING: CPU: 0 PID: 3281 at arch/arm64/kvm/archtimer.c:459...

5.5CVSS6.5AI score0.00218EPSS
SaveExploits0References19
CNNVD
CNNVD
added 2024/12/27 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 the Linux kernel that stems from the incorrect use of the WARN macro in the ALSA subsystem, resulting in an obfuscated warning message...

5.5CVSS6.6AI score0.0022EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/11/29 12:0 a.m.10 views

PT-2024-36891

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.74 Description A vulnerability in the Linux kernel has been resolved, related to the io uring/tctx component. The issue arises when the xa store function fails to allocate memory, causing the -head to be...

5.5CVSS5.3AI score0.00237EPSS
SaveExploits0
Rows per page
Query Builder