Lucene search
+L

3701 matches found

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

AZL-68573 CVE-2024-57898 affecting package kernel 5.15.200.1-1

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.3CVSS6.6AI score0.00184EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/15 1:15 p.m.5 views

DEBIAN-CVE-2024-57896

In the Linux kernel, the following vulnerability has been resolved: btrfs: flush delalloc workers queue before stopping cleaner kthread during unmount During the unmount path, at closectree, we first stop the cleaner kthread, using kthreadstop which frees the associated taskstruct, and then stop...

7.8CVSS5.9AI score0.00213EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/15 1:15 p.m.3 views

DEBIAN-CVE-2024-57892

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix slab-use-after-free due to dangling pointer dqipriv When mounting ocfs2 and then remounting it as read-only, a slab-use-after-free occurs after the user uses a syscall to quotagetnextquota. Specifically, sbdqinfosb,...

7.8CVSS6.1AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/15 1:15 p.m.8 views

UBUNTU-CVE-2025-21629

In the Linux kernel, the following vulnerability has been resolved: net: reenable NETIFFIPV6CSUM offload for BIG TCP packets The blamed commit disabled hardware offoad of IPv6 packets with extension headers on devices that advertise NETIFFIPV6CSUM, based on the definition of that feature in...

8.2CVSS5.7AI score0.00425EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2025/01/15 1:6 p.m.22 views

CVE-2025-21630

...

SaveExploits0
CVE
CVE
added 2025/01/15 1:5 p.m.1561 views

CVE-2024-57894

CVE-2024-57894 is rejected/not used per the Initial Description.

6.5AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/01/13 11:28 a.m.15 views

CVE-2024-48881

In the Linux kernel, the following vulnerability has been resolved: bcache: revert replacing ISERRORNULL with ISERR again Commit 028ddcac477b "bcache: Remove unnecessary NULL point check in node allocations" leads a NULL pointer deference in cachesetflush. 1721 if !ISERRORNULLc-root 1722...

5.5CVSS6.9AI score0.00251EPSS
SaveExploits0References4
OSV
OSV
added 2025/01/11 3:15 p.m.9 views

DEBIAN-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...

6.1CVSS6AI score0.00205EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/11 3:15 p.m.6 views

DEBIAN-CVE-2024-57839

In the Linux kernel, the following vulnerability has been resolved: Revert "readahead: properly shorten readahead when falling back to dopagecachera" This reverts commit 7c877586da3178974a8a94577b6045a48377ff25. Anders and Philippe have reported that recent kernels occasionally hang when used wit...

5.5CVSS5.6AI score0.00173EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/01/11 3:10 p.m.31 views

CVE-2024-57881 mm/page_alloc: don't call pfn_to_page() on possibly non-existent PFN in split_large_buddy()

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: don't call pfntopage on possibly non-existent PFN in splitlargebuddy In splitlargebuddy, we might call pfntopage on a PFN that might not exist. In corner cases, such as when freeing the highest pageblock in the last...

0.00176EPSS
SaveExploits0References2
OSV
OSV
added 2025/01/11 1:15 p.m.9 views

UBUNTU-CVE-2024-57799

In the Linux kernel, the following vulnerability has been resolved: phy: rockchip: samsung-hdptx: Set drvdata before enabling runtime PM In some cases, rkhdptxphyruntimeresume may be invoked before platformsetdrvdata is executed in -probe, leading to a NULL pointer dereference when using the retu...

5.5CVSS6.2AI score0.00173EPSS
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2025/01/11 12:39 p.m.10 views

CVE-2024-57807 scsi: megaraid_sas: Fix for a potential deadlock

In the Linux kernel, the following vulnerability has been resolved: scsi: megaraidsas: Fix for a potential deadlock This fixes a 'possible circular locking dependency detected' warning CPU0 CPU1 ---- ---- lock&instance-resetmutex; lock&shost-scanmutex; lock&instance-resetmutex;...

7.6AI score0.00176EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/01/11 12:39 p.m.28 views

CVE-2024-57800 ALSA: memalloc: prefer dma_mapping_error() over explicit address checking

In the Linux kernel, the following vulnerability has been resolved: ALSA: memalloc: prefer dmamappingerror over explicit address checking With CONFIGDMAAPIDEBUG enabled, the following warning is observed: DMA-API: sndhdaintel 0000:03:00.1: device driver failed to check map errordevice...

0.00207EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/01/11 12:29 p.m.26 views

CVE-2024-54460 Bluetooth: iso: Fix circular lock in iso_listen_bis

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: iso: Fix circular lock in isolistenbis This fixes the circular locking dependency warning below, by releasing the socket lock before enterning isolistenbis, to avoid any potential deadlock with hdev lock. 75.307983...

0.00138EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/01/11 12:29 p.m.16 views

CVE-2024-54191 Bluetooth: iso: Fix circular lock in iso_conn_big_sync

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: iso: Fix circular lock in isoconnbigsync This fixes the circular locking dependency warning below, by reworking isosockrecvmsg, to ensure that the socket lock is always released before calling a function that locks hde...

0.00137EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/01/11 12:25 p.m.30 views

CVE-2024-41935 f2fs: fix to shrink read extent node in batches

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to shrink read extent node in batches We use rwlock to protect core structure data of extent tree during its shrink, however, if there is a huge number of extent nodes in extent tree, during shrink of extent tree, it ma...

0.00226EPSS
SaveExploits0References3
OSV
OSV
added 2025/01/10 11:8 a.m.12 views

OESA-2025-1035 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix PCI device refcount leak in dmardevscopeinit foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase...

8CVSS5.7AI score0.03558EPSS
SaveExploits2References61
SUSE CVE
SUSE CVE
added 2025/01/09 12:20 a.m.7 views

SUSE CVE-2024-56781

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

7.3AI score0.00037EPSS
SaveExploits0References3
OSV
OSV
added 2025/01/08 6:15 p.m.8 views

AZL-55331 CVE-2024-56785 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: MIPS: Loongson64: DTS: Really fix PCIe port nodes for ls7a Fix the dtc warnings: arch/mips/boot/dts/loongson/ls7a-pch.dtsi:68.16-416.5: Warning interruptprovider: /bus@10000000/pci@1a000000: 'interrupt-cells' found, but node is n...

5.5CVSS6.3AI score0.00205EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/08 6:15 p.m.7 views

UBUNTU-CVE-2024-56782

In the Linux kernel, the following vulnerability has been resolved: ACPI: x86: Add adev NULL check to acpiquirkskipserdevenumeration acpidevhidmatch does not check for adev == NULL, dereferencing it unconditional. Add a check for adev being NULL before calling acpidevhidmatch. At the moment...

5.5CVSS6.2AI score0.00179EPSS
SaveExploits0References19
Rows per page
Query Builder