Lucene search
+L

9042 matches found

BDU FSTEC
BDU FSTEC
added 2025/02/03 12:00 a.m.12 views

The vulnerability of the cfg80211 component in the Linux operating system allows a hacker to gain elevated privileges within the system.

The vulnerability of DRM/LIMA components in the Linux operating system is related to the state of the competition. Exploiting this vulnerability can allow a hacker to increase their privileges within the system...

4.7CVSS5.5AI score0.00172EPSS
SaveExploits0References12Affected Software9
BDU FSTEC
BDU FSTEC
added 2025/02/03 12:00 a.m.19 views

The vulnerability of DRM/LIMA components in Linux operating systems allows a hacker to trigger a service failure.

The vulnerability of DRM/LIMA components in the Linux operating system is related to incorrect calculations. Exploiting this vulnerability can allow a perpetrator to cause service failures...

5.6CVSS6.3AI score0.00013EPSS
SaveExploits0References9Affected Software4
Positive Technologies
Positive Technologies
added 2025/02/03 12:00 a.m.22 views

PT-2025-14366

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue concerns out-of-bound accesses in the Linux kernel, specifically in the drm/amd/display component. The problem arises because hpo stream to link encoder mapping has a size of M...

7.1CVSS5.5AI score0.00196EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2025/02/03 12:00 a.m.11 views

The vulnerability of components related to DRM, AMD, and display kernels in the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of components such as DRM, AMD, and display kernels in the Linux operating system is related to improper error handling. Exploiting this vulnerability can allow an attacker to cause service failures...

5.2CVSS6.5AI score0.00281EPSS
SaveExploits0References14Affected Software4
BDU FSTEC
BDU FSTEC
added 2025/02/03 12:00 a.m.14 views

The vulnerability of Linux operating system’s DRM/AMDGPU cores allows a hacker to trigger a service failure.

The vulnerability of DRM/AMDGPU cores in the Linux operating system is related to resource management errors. Exploiting this vulnerability can allow a hacker to cause service failures...

6.1CVSS6.4AI score0.00279EPSS
SaveExploits0References45Affected Software8
Positive Technologies
Positive Technologies
added 2025/01/31 12:00 a.m.7 views

PT-2025-27685

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved. The issue is related to the drm/amd/display component, where a drm wb connector was incorrectly treated as an amdgpu dm connector...

5.5CVSS6.4AI score0.00172EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/01/29 8:00 a.m.33 views

drm/amd/display: Fix null check for pipe_ctx->plane_state in hwss_setup_dpp

...

5.5CVSS6.9AI score0.00219EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/01/29 8:00 a.m.14 views

drm/amd/display: Adjust VSDB parser for replay feature

...

7.3CVSS7.5AI score0.00243EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2025/01/29 12:00 a.m.11 views

The vulnerability of the nv17_tv_get_hd_modes() function in the Linux kernel’s DRM driver allows a hacker to trigger a service failure.

The vulnerability of the nv17tvgethdmodes function in the Linux kernel’s DRM driver is related to pointer arithmetic errors. Exploiting this vulnerability could allow a hacker to trigger a service failure...

5.5CVSS6.5AI score0.00236EPSS
SaveExploits0References20Affected Software6
SUSE Linux
SUSE Linux
added 2025/01/27 12:04 p.m.15 views

Security update for the Linux Kernel (Live Patch 27 for SLE 15 SP4)

This update for the Linux Kernel 5.14.21-15040024122 fixes several issues. The following security issues were fixed: CVE-2024-36971: Fixed dstnegativeadvice race bsc1226324. CVE-2024-50264: vsock/virtio: Initialization of the dangling pointer occurring in vsk-trans bsc1233712. CVE-2022-48956: ipv...

7.8CVSS8.4AI score0.02701EPSS
SaveExploits2References70
Debian CVE
Debian CVE
added 2025/01/23 12:00 a.m.72 views

CVE-2024-50665

Removed by vendor...

5.5CVSS5.9AI score0.00249EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2025/01/20 5:27 a.m.11 views

CVE-2024-57921

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Add a lock when accessing the buddy trim function When running YouTube videos and Steam games simultaneously, the tester found a system hang / race condition issue with the multi-display configuration setting. Adding ...

5.5CVSS6.9AI score0.00146EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/01/20 3:48 a.m.10 views

SUSE CVE-2024-57926

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Set private-alldrmprivatei-drm to NULL if mtkdrmbind returns err The pointer need to be set to NULL, otherwise KASAN complains about use-after-free. Because in mtkdrmbind, all private's drm are set as follows...

7.8CVSS7.4AI score0.00251EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
added 2025/01/20 3:47 a.m.6 views

SUSE CVE-2025-21644

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix tlb invalidation when wedging If GuC fails to load, the driver wedges, but in the process it tries to do stuff that may not be initialized yet. This moves the xegttlbinvalidationinit to be done earlier: as its own doc...

5.5CVSS7.4AI score0.00216EPSS
SaveExploits0References3
OSV
OSV
added 2025/01/19 12:15 p.m.4 views

DEBIAN-CVE-2024-57926

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Set private-alldrmprivatei-drm to NULL if mtkdrmbind returns err The pointer need to be set to NULL, otherwise KASAN complains about use-after-free. Because in mtkdrmbind, all private's drm are set as follows...

7.8CVSS6.2AI score0.00251EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/19 12:15 p.m.2 views

DEBIAN-CVE-2024-57921

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Add a lock when accessing the buddy trim function When running YouTube videos and Steam games simultaneously, the tester found a system hang / race condition issue with the multi-display configuration setting. Adding ...

5.5CVSS5.6AI score0.00146EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/19 12:15 p.m.22 views

AZL-56127 CVE-2024-57926 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Set private-alldrmprivatei-drm to NULL if mtkdrmbind returns err The pointer need to be set to NULL, otherwise KASAN complains about use-after-free. Because in mtkdrmbind, all private's drm are set as follows...

7.8CVSS6.6AI score0.00251EPSS
SaveExploits0References1
NVD
NVD
added 2025/01/19 12:15 p.m.10 views

CVE-2024-57926

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Set private-alldrmprivatei-drm to NULL if mtkdrmbind returns err The pointer need to be set to NULL, otherwise KASAN complains about use-after-free. Because in mtkdrmbind, all private's drm are set as follows...

7.8CVSS0.00251EPSS
SaveExploits0References3
OSV
OSV
added 2025/01/19 12:15 p.m.10 views

UBUNTU-CVE-2024-57922

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add check for granularity in dml ceil/floor helpers Why Wrapper functions for dcnbwceil2 and dcnbwfloor2 should check for granularity is non zero to avoid assert and divide-by-zero error in dcnbw functions. How A...

5.5CVSS6.2AI score0.00255EPSS
SaveExploits0References29
Vulnrichment
Vulnrichment
added 2025/01/19 11:52 a.m.5 views

CVE-2024-57926 drm/mediatek: Set private->all_drm_private[i]->drm to NULL if mtk_drm_bind returns err

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Set private-alldrmprivatei-drm to NULL if mtkdrmbind returns err The pointer need to be set to NULL, otherwise KASAN complains about use-after-free. Because in mtkdrmbind, all private's drm are set as follows...

7.8CVSS7.3AI score0.00251EPSS
SaveExploits0References3
Rows per page
Query Builder