Lucene search
+L

6348 matches found

Cvelist
Cvelist
added 2024/09/04 7:54 p.m.37 views

CVE-2024-44979 drm/xe: Fix missing workqueue destroy in xe_gt_pagefault

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix missing workqueue destroy in xegtpagefault On driver reload we never free up the memory for the pagefault and access counter workqueues. Add those destroy calls here. cherry picked from commit...

0.00199EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/09/04 7:54 p.m.39 views

CVE-2024-44978

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Free job before xeexecqueueput Free job depends on job-vm being valid, the last xeexecqueueput can destroy the VM. Prevent UAF by freeing job before xeexecqueueput. cherry picked from commit...

7.8CVSS6.1AI score0.00219EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/09/04 7:54 p.m.33 views

CVE-2024-44978 drm/xe: Free job before xe_exec_queue_put

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Free job before xeexecqueueput Free job depends on job-vm being valid, the last xeexecqueueput can destroy the VM. Prevent UAF by freeing job before xeexecqueueput. cherry picked from commit...

7.8CVSS0.00219EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/09/04 7:54 p.m.64 views

CVE-2024-44976 ata: pata_macio: Fix DMA table overflow

In the Linux kernel, the following vulnerability has been resolved: ata: patamacio: Fix DMA table overflow Kolbjørn and Jonáš reported that their 32-bit PowerMacs were crashing in pata-macio since commit 09fe2bfa6b83 "ata: patamacio: Fix maxsegmentsize with PAGESIZE == 64K". For example: kernel B...

0.00196EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/09/04 7:54 p.m.30 views

CVE-2024-44977 drm/amdgpu: Validate TA binary size

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Validate TA binary size Add TA binary size validation to avoid OOB write. cherry picked from commit c0a04e3570d72aaf090962156ad085e37c62e442...

0.00253EPSS
SaveExploits0References4
NVD
NVD
added 2024/09/04 7:15 p.m.23 views

CVE-2024-44967

In the Linux kernel, the following vulnerability has been resolved: drm/mgag200: Bind I2C lifetime to DRM device Managed cleanup with devmaddactionorreset will release the I2C adapter when the underlying Linux device goes away. But the connector still refers to it, so this cleanup leaves behind a...

7.8CVSS0.00218EPSS
SaveExploits0References5
NVD
NVD
added 2024/09/04 7:15 p.m.33 views

CVE-2024-44972

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

0.00019EPSS
SaveExploits0
NVD
NVD
added 2024/09/04 7:15 p.m.17 views

CVE-2024-44960

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: core: Check for unset descriptor Make sure the descriptor has been set before looking at maxpacket. This fixes a null pointer panic in this case. This may happen if the gadget doesn't properly set up the endpoint for...

5.5CVSS0.00234EPSS
SaveExploits0References13
OSV
OSV
added 2024/09/04 7:15 p.m.12 views

CVE-2024-44955

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

5.8AI score
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/09/04 7:15 p.m.20 views

CVE-2024-44970

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink When all the strides in a WQE have been consumed, the WQE is unlinked from the WQ linked list mlx5wqllpop. For SHAMPO, it is possible to receive CQEs with 0 consumed strides fo...

9.8CVSS6.2AI score0.00564EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/09/04 7:15 p.m.19 views

CVE-2024-44972

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

6.7AI score0.00019EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/09/04 7:15 p.m.19 views

CVE-2024-44956

In the Linux kernel, the following vulnerability has been resolved: drm/xe/preemptfence: enlarge the fence critical section It is really easy to introduce subtle deadlocks in preemptfenceworkfunc since we operate on single global ordered-wq for signalling our preempt fences behind the scenes, so...

5.5CVSS6.2AI score0.00142EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/09/04 7:15 p.m.21 views

CVE-2024-44949

In the Linux kernel, the following vulnerability has been resolved: parisc: fix a possible DMA corruption ARCHDMAMINALIGN was defined as 16 - this is too small - it may be possible that two unrelated 16-byte allocations share a cache line. If one of these allocations is written using DMA and the...

7.8CVSS6.6AI score0.00231EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/09/04 6:56 p.m.20 views

CVE-2024-44968 tick/broadcast: Move per CPU pointer access into the atomic section

In the Linux kernel, the following vulnerability has been resolved: tick/broadcast: Move per CPU pointer access into the atomic section The recent fix for making the take over of the broadcast timer more reliable retrieves a per CPU pointer in preemptible context. This went unnoticed as compilers...

7.2AI score0.00223EPSS
SaveExploits0References8
CVE
CVE
added 2024/09/04 6:56 p.m.99 views

CVE-2024-44968

The connected Nessus entry for CVE-2024-44968 confirms a Linux kernel tick/broadcast timer regression where per-CPU pointer access was taken in a preemptible region due to compiler behavior. The fix moves the per-CPU pointer retrieval to the actual usage site, which is in a non-preemptible region...

5.5CVSS6.4AI score0.00223EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2024/09/04 6:56 p.m.42 views

CVE-2024-44967 drm/mgag200: Bind I2C lifetime to DRM device

In the Linux kernel, the following vulnerability has been resolved: drm/mgag200: Bind I2C lifetime to DRM device Managed cleanup with devmaddactionorreset will release the I2C adapter when the underlying Linux device goes away. But the connector still refers to it, so this cleanup leaves behind a...

7.8CVSS0.00218EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/09/04 6:56 p.m.22 views

CVE-2024-44967 drm/mgag200: Bind I2C lifetime to DRM device

In the Linux kernel, the following vulnerability has been resolved: drm/mgag200: Bind I2C lifetime to DRM device Managed cleanup with devmaddactionorreset will release the I2C adapter when the underlying Linux device goes away. But the connector still refers to it, so this cleanup leaves behind a...

7.8CVSS7.1AI score0.00218EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/09/04 6:38 p.m.12 views

CVE-2024-44966 binfmt_flat: Fix corruption when not offsetting data start

In the Linux kernel, the following vulnerability has been resolved: binfmtflat: Fix corruption when not offsetting data start Commit 04d82a6d0881 "binfmtflat: allow not offsetting data start" introduced a RISC-V specific variant of the FLAT format which does not allocate any space for the obsolet...

7.5AI score0.00221EPSS
SaveExploits0References5
CVE
CVE
added 2024/09/04 6:38 p.m.112 views

CVE-2024-44966

The CVE-2024-44966 entry concerns a Linux kernel issue in the binfmt_flat component. A RISC-V specific FLAT format variant allocated no space for the shared library pointer region, but code initializing that region was not disabled, causing corruption of sizeof(long) bytes before the DATA segment...

7.8CVSS6.9AI score0.00221EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2024/09/04 6:36 p.m.128 views

CVE-2024-44963

CVE-2024-44963 — Linux kernel (btrfs): The issue occurs in btrfs_free_tree_block() when freeing a tree block and an error occurs creating a delayed reference. Instead of handling the error, a BUG_ON() could trigger, causing space leakage if memory allocation fails or other errors propagate via bt...

5.5CVSS7.5AI score0.00239EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder