Lucene search
+L

8692 matches found

Tenable Nessus
Tenable Nessus
added 2024/09/09 12:00 a.m.31 views

Amazon Linux 2 : kernel (ALASKERNEL-5.10-2024-069)

The version of kernel installed on the remote host is prior to 5.10.224-212.876. It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2KERNEL-5.10-2024-069 advisory. 2024-12-05: CVE-2024-41042 was added to this advisory. 2024-09-26: CVE-2024-42302 was added to this...

7.8CVSS6.7AI score0.0032EPSS
SaveExploits3References18
Tenable Nessus
Tenable Nessus
added 2024/09/09 12:00 a.m.34 views

Amazon Linux 2 : kernel (ALASKERNEL-5.15-2024-051)

The version of kernel installed on the remote host is prior to 5.15.165-110.161. It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2KERNEL-5.15-2024-051 advisory. 2024-12-05: CVE-2024-41042 was added to this advisory. 2024-09-26: CVE-2024-42302 was added to this...

9.8CVSS6.6AI score0.00591EPSS
SaveExploits3References24
SUSE CVE
SUSE CVE
added 2024/09/08 2:47 a.m.5 views

SUSE CVE-2024-43907

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/pm: Fix the null pointer dereference in applystateadjustrules Check the pointer value to fix potential null pointer dereference...

5.5CVSS6.2AI score0.00214EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2024/09/07 3:20 a.m.5 views

SUSE CVE-2024-43908

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the null pointer dereference to rasmanager Check rasmanager before using it...

5.5CVSS6.5AI score0.00219EPSS
SaveExploits0References13
BDU FSTEC
BDU FSTEC
added 2024/09/06 12:00 a.m.14 views

The vulnerability of the xe_exec_queue_put function in the Linux operating system’s DRM kernel component, which allows a hacker to trigger a service failure

The vulnerability of the xeexecqueueput function in the Linux operating system’s DRM kernel component is related to the use of memory after deallocation. Exploiting this vulnerability could allow a hacker to cause a service failure...

7.8CVSS7AI score0.00219EPSS
SaveExploits0References15Affected Software1
SUSE CVE
SUSE CVE
added 2024/09/05 2:47 a.m.9 views

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

6.7CVSS6.3AI score0.00218EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
added 2024/09/05 2:46 a.m.6 views

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

5.5CVSS7.7AI score0.00219EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/09/05 2:46 a.m.7 views

SUSE CVE-2024-44979

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

5.5CVSS7.8AI score0.00199EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/09/05 2:46 a.m.9 views

SUSE CVE-2024-44980

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix opregion leak Being part o the display, ideally the setup and cleanup would be done by display itself. However this is a bigger refactor that needs to be done on both i915 and xe. For now, just fix the leak:...

5.5CVSS7.6AI score0.00196EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/09/05 2:46 a.m.8 views

SUSE CVE-2024-44982

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: cleanup FB if dpuformatpopulatelayout fails If the dpuformatpopulatelayout fails, then FB is prepared, but not cleaned up. This ends up leaking the pincount on the GEM object and causes a splat during DRM file closur...

5.5CVSS6.3AI score0.00241EPSS
SaveExploits0References17
RedhatCVE
RedhatCVE
added 2024/09/04 10:15 p.m.28 views

CVE-2024-44982

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: cleanup FB if dpuformatpopulatelayout fails If the dpuformatpopulatelayout fails, then FB is prepared, but not cleaned up. This ends up leaking the pincount on the GEM object and causes a splat during DRM file closur...

5.1CVSS7AI score0.00241EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/09/04 10:14 p.m.13 views

CVE-2024-44980

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix opregion leak Being part o the display, ideally the setup and cleanup would be done by display itself. However this is a bigger refactor that needs to be done on both i915 and xe. For now, just fix the leak:...

5.1CVSS6.9AI score0.00196EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/09/04 10:14 p.m.21 views

CVE-2024-44979

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

6CVSS7.1AI score0.00199EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/09/04 10:14 p.m.17 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...

7CVSS7AI score0.00219EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/09/04 8:45 p.m.24 views

CVE-2024-44961

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Forward soft recovery errors to userspace As we discussed before1, soft recovery should be forwarded to userspace, or we can get into a really bad state where apps will keep submitting hanging command buffers cascadin...

5.5CVSS7AI score0.0021EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/09/04 8:45 p.m.16 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...

4.4CVSS6.8AI score0.00143EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/09/04 8:45 p.m.16 views

CVE-2024-44955

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Don't refer to dcsink in isdscneedrecompute Why When unplug one of monitors connected after mst hub, encounter null pointer dereference. It's due to dcsink get released immediately in earlyunregister or detectctx...

4.4CVSS6.7AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/09/04 8:19 p.m.26 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...

6.7CVSS6.9AI score0.00218EPSS
SaveExploits0References4
NVD
NVD
added 2024/09/04 8:15 p.m.12 views

CVE-2024-44982

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: cleanup FB if dpuformatpopulatelayout fails If the dpuformatpopulatelayout fails, then FB is prepared, but not cleaned up. This ends up leaking the pincount on the GEM object and causes a splat during DRM file closur...

5.5CVSS0.00241EPSS
SaveExploits0References6
OSV
OSV
added 2024/09/04 8:15 p.m.6 views

DEBIAN-CVE-2024-44982

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: cleanup FB if dpuformatpopulatelayout fails If the dpuformatpopulatelayout fails, then FB is prepared, but not cleaned up. This ends up leaking the pincount on the GEM object and causes a splat during DRM file closur...

5.5CVSS5.7AI score0.00241EPSS
SaveExploits0References1
Rows per page
Query Builder