Lucene search
+L

13970 matches found

OSV
OSV
added 2025/01/11 3:10 p.m.9 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...

5.5CVSS6.2AI score
SaveExploits0References5
CVE
CVE
added 2025/01/11 2:49 p.m.94 views

CVE-2024-57878

CVE-2024-57878 (Linux kernel, arm64) : The vulnerability in ptrace NT_ARM_FPMR regset handling could leave the temporary fpmr uninitialized for zero-length writes, potentially leaking up to 64 bits of kernel-stack memory. The patch initializes the temporary value before copying the regset from us...

6.1CVSS6.3AI score0.00182EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/01/11 2:49 p.m.25 views

CVE-2024-57876 drm/dp_mst: Fix resetting msg rx state after topology removal

In the Linux kernel, the following vulnerability has been resolved: drm/dpmst: Fix resetting msg rx state after topology removal If the MST topology is removed during the reception of an MST down reply or MST up request sideband message, the drmdpmsttopologymgr::upreqrecv/downreprecv states could...

0.00161EPSS
SaveExploits0References4
NVD
NVD
added 2025/01/11 1:15 p.m.23 views

CVE-2024-57804

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix corrupt config pages PHY state is switched in sysfs The driver, through the SAS transport, exposes a sysfs interface to enable/disable PHYs in a controller/expander setup. When multiple PHYs are disabled and...

7.3CVSS0.00184EPSS
SaveExploits0References2
NVD
NVD
added 2025/01/11 1:15 p.m.24 views

CVE-2024-49569

In the Linux kernel, the following vulnerability has been resolved: nvme-rdma: unquiesce adminq before destroy it Kernel will hang on destroy adminq while we create ctrl failed, such as following calltrace: PID: 23644 TASK: ff2d52b40f439fc0 CPU: 2 COMMAND: "nvme" 0 ff61d23de260fb78 schedule at...

7.5CVSS0.00822EPSS
SaveExploits0References3
NVD
NVD
added 2025/01/11 1:15 p.m.20 views

CVE-2024-41935

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

7.1CVSS0.00226EPSS
SaveExploits0References3
OSV
OSV
added 2025/01/11 1:15 p.m.11 views

UBUNTU-CVE-2024-56368

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix overflow in rbmapvma An overflow occurred when performing the following calculation: nrpages = nrsubbufs + 1 dumpstack lib/dumpstack.c:94 inline dumpstacklvl+0x116/0x1f0 lib/dumpstack.c:120 printaddressdescriptio...

7.1CVSS6.2AI score0.00182EPSS
SaveExploits0References10
OSV
OSV
added 2025/01/11 1:15 p.m.12 views

UBUNTU-CVE-2024-48875

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't take devreplace rwsem on task already holding it Running fstests btrfs/011 with MKFSOPTIONS="-O rst" to force the usage of the RAID stripe-tree, we get the following splat from lockdep: BTRFS info device sdd:...

5.5CVSS6.2AI score0.00146EPSS
SaveExploits0References20
OSV
OSV
added 2025/01/11 12:39 p.m.25 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;...

5.5CVSS6AI score
SaveExploits0References12
OSV
OSV
added 2025/01/11 12:39 p.m.14 views

CVE-2024-57806 btrfs: fix transaction atomicity bug when enabling simple quotas

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix transaction atomicity bug when enabling simple quotas Set squota incompat bit before committing the transaction that enables the feature. With the config CONFIGBTRFSASSERT enabled, an assertion failure occurs regarding...

6AI score
SaveExploits0References5
CVE
CVE
added 2025/01/11 12:39 p.m.216 views

CVE-2024-57798

CVE-2024-57798 affects the Linux kernel drm_dp_mst handling of MST up requests. If another thread removes MST topology during processing, mst_primary could be freed and set to NULL, risking a NULL pointer dereference in drm_dp_mst_handle_up_req(). The fix is to hold a reference to mst_primary whi...

7.8CVSS6.5AI score0.0022EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/01/11 12:39 p.m.32 views

CVE-2024-57792 power: supply: gpio-charger: Fix set charge current limits

In the Linux kernel, the following vulnerability has been resolved: power: supply: gpio-charger: Fix set charge current limits Fix set charge current limits for devices which allow to set the lowest charge current limit to be greater zero. If requested charge current limit is below lowest limit,...

7.3CVSS0.00259EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/01/11 12:35 p.m.24 views

CVE-2024-56372

In the Linux kernel, the following vulnerability has been resolved: net: tun: fix tunnapiallocfrags syzbot reported the following crash 1 Issue came with the blamed commit. Instead of going through all the iov components, we keep using the first one and end up with a malformed skb. 1 kernel BUG a...

5.5CVSS5.7AI score0.00245EPSS
SaveExploits0
CVE
CVE
added 2025/01/11 12:35 p.m.1453 views

CVE-2024-56372

CVE-2024-56372 affects the Linux kernel net/tun path. The vulnerability stems from tun_napi_alloc_frags() where code paths reuse the first iov component, producing a malformed skb and causing a kernel crash (OOPS) as shown by a syzbot trace in kernel/skbuff.c. The CVSS vector from NVD: Local acce...

5.5CVSS6.6AI score0.00245EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/01/11 12:35 p.m.8 views

CVE-2024-56372 net: tun: fix tun_napi_alloc_frags()

In the Linux kernel, the following vulnerability has been resolved: net: tun: fix tunnapiallocfrags syzbot reported the following crash 1 Issue came with the blamed commit. Instead of going through all the iov components, we keep using the first one and end up with a malformed skb. 1 kernel BUG a...

6.1AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/01/11 12:35 p.m.30 views

CVE-2024-49573 sched/fair: Fix NEXT_BUDDY

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

7CVSS0.00189EPSS
SaveExploits0References2
OSV
OSV
added 2025/01/11 12:35 p.m.15 views

CVE-2024-47408 net/smc: check smcd_v2_ext_offset when receiving proposal msg

In the Linux kernel, the following vulnerability has been resolved: net/smc: check smcdv2extoffset when receiving proposal msg When receiving proposal msg in server, the field smcdv2extoffset in proposal msg is from the remote client and can not be fully trusted. Once the value of smcdv2extoffset...

9.8CVSS6.2AI score
SaveExploits0References9
CVE
CVE
added 2025/01/11 12:29 p.m.181 views

CVE-2024-54460

Technical details for CVE-2024-54460 are not present in the provided documents. No affected products, versions, or remediation are disclosed here. Monitor vendor advisories for updates.

5.5CVSS6.5AI score0.00138EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/01/11 12:29 p.m.93 views

CVE-2024-54191

CVE-2024-54191 affects the Linux kernel Bluetooth stack (ISO). The issue arises from a circular lock between the socket lock and hdev lock in the ISO path. The fix reworks iso_sock_recvmsg and related code so that the socket lock is released before acquiring hdev, breaking the circular dependency...

5.5CVSS6.5AI score0.00137EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/01/11 12:29 p.m.101 views

CVE-2024-53689

CVE-2024-53689 pertains to the Linux kernel and describes a deadlock risk in the queue handling path. The root cause is an incorrect ordering in the block: the code freezes the queue (via q_usage_counter) before acquiring sysfs_lock, whereas the typical safe order is to acquire sysfs_lock prior t...

6.5AI score
SaveExploits0
Rows per page
Query Builder