Lucene search
+L

26 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.4 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: arm64: dts: qcom: sdm845-db845c: Marking the splash memory region as reserved. A reserved memory region was added for the framebuffer memory the splash memory region set up by the bootloader. This fix resolves a kernel panic...

5.5CVSS5.6AI score0.00225EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:0 a.m.4 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-988874)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-988874 advisory. In the Linux kernel, the following vulnerability has been resolved: fbmem: Do not delete the mode that is still in use The execution of fbdeletevideomode is not base...

7.8CVSS6.2AI score0.00267EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2025-22658

Malicious code in bioql PyPI...

7.6AI score0.00155EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2023-57185

Malicious code in bioql PyPI...

5.5CVSS6.7AI score0.00225EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2025-8496

Malicious code in bioql PyPI...

7.2AI score0.00201EPSS
SaveExploits0References4
Microsoft CVE
Microsoft CVE
added 2025/09/04 6:2 a.m.13 views

drm/gem: Acquire references on GEM handles for framebuffers

...

7.8CVSS7AI score0.00156EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/08/19 5:3 p.m.18 views

CVE-2025-38612

In the Linux kernel, the following vulnerability has been resolved: staging: fbtft: fix potential memory leak in fbtftframebufferalloc In the error paths after fbinfo structure is successfully allocated, the memory allocated in fbdeferredioinit for info-pagerefs is not freed. Fix that by adding t...

5.5CVSS5.3AI score0.0017EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/08/12 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2024-58091

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: drm/fbdev-dma: Add shadow buffering for deferred I/O DMA areas are not necessarily backed by...

7.8CVSS5.4AI score0.00201EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/09 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2021-23994

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A WebGL framebuffer was not initialized early enough, resulting in memory corruption and an out of bound write. This vulnerability affects Firefox ESR 78.10,...

8.8CVSS6.9AI score0.01764EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/07/29 11:23 p.m.6 views

SUSE CVE-2025-38427

In the Linux kernel, the following vulnerability has been resolved: video: screeninfo: Relocate framebuffers behind PCI bridges Apply PCI host-bridge window offsets to screeninfo framebuffers. Fixes invalid access to I/O memory. Resources behind a PCI host bridge can be relocated by a certain...

5.5CVSS6.5AI score0.00155EPSS
SaveExploits0References12
ATTACKERKB
ATTACKERKB
added 2025/07/25 2:16 p.m.5 views

CVE-2025-38427

In the Linux kernel, the following vulnerability has been resolved: video: screeninfo: Relocate framebuffers behind PCI bridges Apply PCI host-bridge window offsets to screeninfo framebuffers. Fixes invalid access to I/O memory. Resources behind a PCI host bridge can be relocated by a certain...

5.5CVSS6.2AI score0.00155EPSS
SaveExploits0References5Affected Software1
BDU FSTEC
BDU FSTEC
added 2025/05/27 12:0 a.m.10 views

The vulnerability of the do_remove_conflicted_framebuffers() function in the drivers/video/fbdev/core/fbmem.c module of the Linux kernel allows a hacker to cause a service failure.

The vulnerability of the doRemoveConflictingFrameBuffers function in the drivers/video/fbdev/core/fbmem.c file of the Linux kernel lies in the pointer manipulation. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.3AI score0.00256EPSS
SaveExploits0References10Affected Software4
SUSE CVE
SUSE CVE
added 2025/03/28 3:3 a.m.4 views

SUSE CVE-2024-58091

In the Linux kernel, the following vulnerability has been resolved: drm/fbdev-dma: Add shadow buffering for deferred I/O DMA areas are not necessarily backed by struct page, so we cannot rely on it for deferred I/O. Allocate a shadow buffer for drivers that require deferred I/O and use it as...

5.5CVSS7.7AI score0.00201EPSS
SaveExploits0References5
OSV
OSV
added 2025/03/27 3:15 p.m.17 views

UBUNTU-CVE-2024-58091

In the Linux kernel, the following vulnerability has been resolved: drm/fbdev-dma: Add shadow buffering for deferred I/O DMA areas are not necessarily backed by struct page, so we cannot rely on it for deferred I/O. Allocate a shadow buffer for drivers that require deferred I/O and use it as...

7.8CVSS5.8AI score0.00201EPSS
SaveExploits0References5
CVE
CVE
added 2025/03/27 2:57 p.m.92 views

CVE-2024-58091

In CVE-2024-58091, the Linux kernel DRM fbdev code (drm/fbdev-dma) was updated to add a shadow buffer for deferred I/O because DMA areas are not always backed by struct page. The root cause is that deferred I/O cannot reliably rely on struct page backing for those DMA areas, so the fix introduces...

7.8CVSS7AI score0.00201EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/03/27 2:57 p.m.56 views

CVE-2024-58091

In the Linux kernel, the following vulnerability has been resolved: drm/fbdev-dma: Add shadow buffering for deferred I/O DMA areas are not necessarily backed by struct page, so we cannot rely on it for deferred I/O. Allocate a shadow buffer for drivers that require deferred I/O and use it as...

7.8CVSS5.6AI score0.00201EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-52561

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved Adding a reserved memory region for the framebuffer memory the splash memory region...

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.6 views

kernel: drm/fbdev-dma: Only set smem_start is enable per module option

In the Linux kernel, the following vulnerability has been resolved: drm/fbdev-dma: Only set smemstart is enable per module option Only export struct fbinfo.fix.smemstart if that is required by the user and the memory does not come from vmalloc. Setting struct fbinfo.fix.smemstart breaks systems...

5.5CVSS6.8AI score0.00227EPSS
SaveExploits0References5
OSV
OSV
added 2024/07/29 4:15 p.m.12 views

UBUNTU-CVE-2024-41094

In the Linux kernel, the following vulnerability has been resolved: drm/fbdev-dma: Only set smemstart is enable per module option Only export struct fbinfo.fix.smemstart if that is required by the user and the memory does not come from vmalloc. Setting struct fbinfo.fix.smemstart breaks systems...

5.5CVSS6.2AI score0.00227EPSS
SaveExploits0References16
OSV
OSV
added 2024/05/21 3:15 p.m.4 views

UBUNTU-CVE-2021-47338

In the Linux kernel, the following vulnerability has been resolved: fbmem: Do not delete the mode that is still in use The execution of fbdeletevideomode is not based on the result of the previous fbconmodedeleted. As a result, the mode is directly deleted, regardless of whether it is still in us...

7.8CVSS6.3AI score0.00267EPSS
SaveExploits0References8
Rows per page
Query Builder