Lucene search
+L

6340 matches found

NVD
NVD
added 2024/11/19 6:15 p.m.30 views

CVE-2024-53068

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Fix slab-use-after-free in scmibusnotifier The scmidev-name is released prematurely in scmidevicedestroy, which causes slab-use-after-free when accessing scmidev-name in scmibusnotifier. So move the release of...

7.8CVSS0.00221EPSS
SaveExploits0References3
NVD
NVD
added 2024/11/19 6:15 p.m.12 views

CVE-2024-53050

In the Linux kernel, the following vulnerability has been resolved: drm/i915/hdcp: Add encoder check in hdcp2getcapability Add encoder check in intelhdcp2getcapability to avoid null pointer error...

5.5CVSS0.00204EPSS
SaveExploits0References2
NVD
NVD
added 2024/11/19 6:15 p.m.25 views

CVE-2024-53060

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: prevent NULL pointer dereference if ATIF is not supported acpievaluateobject may return AENOTFOUND failure, which would result in dereferencing buffer.pointer obj while being NULL. Although this case may be unrealisti...

5.5CVSS0.00258EPSS
SaveExploits0References10
NVD
NVD
added 2024/11/19 6:15 p.m.20 views

CVE-2024-53057

In the Linux kernel, the following vulnerability has been resolved: net/sched: stop qdisctreereducebacklog on TCHROOT In qdisctreereducebacklog, Qdiscs with major handle ffff: are assumed to be either root or ingress. This assumption is bogus since it's valid to create egress qdiscs with major...

7.8CVSS0.00292EPSS
SaveExploits0References13
Debian CVE
Debian CVE
added 2024/11/19 5:45 p.m.10 views

CVE-2024-53088

In the Linux kernel, the following vulnerability has been resolved: i40e: fix race condition by adding filter's intermediate sync state Fix a race condition in the i40e driver that leads to MAC/VLAN filters becoming corrupted and leaking. Address the issue that occurs under heavy load when multip...

7.8CVSS5.5AI score0.00187EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/11/19 5:45 p.m.33 views

CVE-2024-53088 i40e: fix race condition by adding filter's intermediate sync state

In the Linux kernel, the following vulnerability has been resolved: i40e: fix race condition by adding filter's intermediate sync state Fix a race condition in the i40e driver that leads to MAC/VLAN filters becoming corrupted and leaking. Address the issue that occurs under heavy load when multip...

7.8CVSS0.00187EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/11/19 5:45 p.m.28 views

CVE-2024-53087

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix possible exec queue leak in exec IOCTL In a couple of places after an exec queue is looked up the exec IOCTL returns on input errors without dropping the exec queue ref. Fix this ensuring the exec queue ref is dropped...

5.5CVSS5.7AI score0.00186EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/11/19 5:45 p.m.30 views

CVE-2024-53087 drm/xe: Fix possible exec queue leak in exec IOCTL

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix possible exec queue leak in exec IOCTL In a couple of places after an exec queue is looked up the exec IOCTL returns on input errors without dropping the exec queue ref. Fix this ensuring the exec queue ref is dropped...

0.00186EPSS
SaveExploits0References2
CVE
CVE
added 2024/11/19 5:45 p.m.173 views

CVE-2024-53085

CVE-2024-53085 (Linux kernel) describes a race in TPM handling during suspend/read paths. The fix locks the TPM chip before checking chip flags in both tpm_pm_suspend() and tpm_hwrng_read(), and relocates TPM_CHIP_FLAG_SUSPENDED checking inside tpm_get_random() so the lock is considered when the ...

5.5CVSS6.5AI score0.00171EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/11/19 5:45 p.m.11 views

CVE-2024-53085

In the Linux kernel, the following vulnerability has been resolved: tpm: Lock TPM chip in tpmpmsuspend first Setting TPMCHIPFLAGSUSPENDED in the end of tpmpmsuspend can be racy according, as this leaves window for tpmhwrngread to be called while the operation is in progress. The recent bug report...

5.5CVSS5.5AI score0.00171EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/19 5:45 p.m.7 views

CVE-2024-53086

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Drop VM dma-resv lock on xesyncinfenceget failure in exec IOCTL Upon failure all locks need to be dropped before returning to the user. cherry picked from commit 7d1a4258e602ffdce529f56686925034c1b3b095...

5.5CVSS5.7AI score0.00146EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/11/19 5:45 p.m.51 views

CVE-2024-53084 drm/imagination: Break an object reference loop

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Break an object reference loop When remaining resources are being cleaned up on driver close, outstanding VM mappings may result in resources being leaked, due to an object reference loop, as shown below, with ea...

0.00186EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/11/19 5:45 p.m.18 views

CVE-2024-53084

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Break an object reference loop When remaining resources are being cleaned up on driver close, outstanding VM mappings may result in resources being leaked, due to an object reference loop, as shown below, with ea...

5.5CVSS5.7AI score0.00186EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/19 5:45 p.m.9 views

CVE-2024-53082

In the Linux kernel, the following vulnerability has been resolved: virtionet: Add hashkeylength check Add hashkeylength check in virtnetprobe to avoid possible out of bound errors when setting/reading the hash key...

8.4CVSS6.1AI score0.00242EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/19 5:45 p.m.10 views

CVE-2024-53083

In the Linux kernel, the following vulnerability has been resolved: usb: typec: qcom-pmic: init value of hdrlen/txbuflen earlier If the read of USBPDPHYRXACKNOWLEDGEREG failed, then hdrlen and txbuflen are uninitialized. This commit stops to print uninitialized value and misleading/false data...

5.5CVSS5.7AI score0.00217EPSS
SaveExploits0
CVE
CVE
added 2024/11/19 5:45 p.m.130 views

CVE-2024-53081

Public technical details (affected product/version/root cause/patch) for CVE-2024-53081 are not provided in the connected documents. Monitor for updates when new information becomes available.

5.5CVSS6.8AI score0.00227EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/11/19 5:45 p.m.47 views

CVE-2024-53080 drm/panthor: Lock XArray when getting entries for the VM

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Lock XArray when getting entries for the VM Similar to commit cac075706f29 "drm/panthor: Fix race when converting group handle to group object" we need to use the XArray's internal locking when retrieving a vm pointe...

7.8CVSS0.00177EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/11/19 5:45 p.m.12 views

CVE-2024-53080

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Lock XArray when getting entries for the VM Similar to commit cac075706f29 "drm/panthor: Fix race when converting group handle to group object" we need to use the XArray's internal locking when retrieving a vm pointe...

7.8CVSS5.4AI score0.00177EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/19 5:45 p.m.13 views

CVE-2024-53079

In the Linux kernel, the following vulnerability has been resolved: mm/thp: fix deferred split unqueue naming and locking Recent changes are putting more pressure on THP deferred split queues: under load revealing long-standing races, causing listdel corruptions, "Bad page state"s and worse I kee...

7.8CVSS5.9AI score0.00178EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/11/19 5:45 p.m.25 views

CVE-2024-53079 mm/thp: fix deferred split unqueue naming and locking

In the Linux kernel, the following vulnerability has been resolved: mm/thp: fix deferred split unqueue naming and locking Recent changes are putting more pressure on THP deferred split queues: under load revealing long-standing races, causing listdel corruptions, "Bad page state"s and worse I kee...

7.8CVSS0.00178EPSS
SaveExploits0References3
Rows per page
Query Builder