Lucene search
+L

549 matches found

EUVD
EUVD
added 2025/12/24 3:30 p.m.15 views

EUVD-2022-55794

In the Linux kernel, the following vulnerability has been resolved: fbdev: smscufx: Fix several use-after-free bugs Several types of UAFs can occur when physically removing a USB device. Adds ufxopsdestroy function to .fbdestroy of fbops, and in this function, there is krefput that finally calls...

6AI score0.00219EPSS
SaveExploits0References9
NVD
NVD
added 2025/12/24 1:16 p.m.8 views

CVE-2023-54116

In the Linux kernel, the following vulnerability has been resolved: drm/fbdev-generic: prohibit potential out-of-bounds access The fbdev test of IGT may write after EOF, which lead to out-of-bound access for drm drivers with fbdev-generic. For example, run fbdev test on a x86+ast2400 platform, wi...

7.8CVSS0.00142EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/24 1:16 p.m.8 views

CVE-2022-50767

In the Linux kernel, the following vulnerability has been resolved: fbdev: smscufx: Fix several use-after-free bugs Several types of UAFs can occur when physically removing a USB device. Adds ufxopsdestroy function to .fbdestroy of fbops, and in this function, there is krefput that finally calls...

0.00219EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.16 views

CVE-2022-50767

In the Linux kernel, the following vulnerability has been resolved: fbdev: smscufx: Fix several use-after-free bugs Several types of UAFs can occur when physically removing a USB device. Adds ufxopsdestroy function to .fbdestroy of fbops, and in this function, there is krefput that finally calls...

5.7AI score0.00219EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/24 1:16 p.m.9 views

UBUNTU-CVE-2023-54091

In the Linux kernel, the following vulnerability has been resolved: drm/client: Fix memory leak in drmclienttargetcloned dmtmode is allocated and never freed in this function. It was found with the ast driver, but most drivers using generic fbdev setup are probably affected. This fixes the...

5.8AI score0.00225EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/24 1:16 p.m.16 views

UBUNTU-CVE-2023-54116

In the Linux kernel, the following vulnerability has been resolved: drm/fbdev-generic: prohibit potential out-of-bounds access The fbdev test of IGT may write after EOF, which lead to out-of-bound access for drm drivers with fbdev-generic. For example, run fbdev test on a x86+ast2400 platform, wi...

7.8CVSS5.8AI score0.00142EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 1:16 p.m.5 views

UBUNTU-CVE-2022-50767

In the Linux kernel, the following vulnerability has been resolved: fbdev: smscufx: Fix several use-after-free bugs Several types of UAFs can occur when physically removing a USB device. Adds ufxopsdestroy function to .fbdestroy of fbops, and in this function, there is krefput that finally calls...

5.9AI score0.00219EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.6 views

CVE-2023-54116

In the Linux kernel, the following vulnerability has been resolved: drm/fbdev-generic: prohibit potential out-of-bounds access The fbdev test of IGT may write after EOF, which lead to out-of-bound access for drm drivers with fbdev-generic. For example, run fbdev test on a x86+ast2400 platform, wi...

7.8CVSS5.8AI score0.00142EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/24 1:6 p.m.22 views

CVE-2023-54116

CVE-2023-54116 targets the Linux kernel’s DRM fbdev path (drm_fb_helper_memory_range_to_clip) where fbdev tests may write past EOF, causing out-of-bounds accesses and kernel hangs. The root cause is unsafe damage-rectangle computation: buffers are page-size aligned and the DIV_ROUND_UP usage can ...

7.8CVSS6.2AI score0.00142EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/24 1:5 p.m.31 views

CVE-2022-50767 fbdev: smscufx: Fix several use-after-free bugs

In the Linux kernel, the following vulnerability has been resolved: fbdev: smscufx: Fix several use-after-free bugs Several types of UAFs can occur when physically removing a USB device. Adds ufxopsdestroy function to .fbdestroy of fbops, and in this function, there is krefput that finally calls...

0.00219EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/24 1:5 p.m.16 views

CVE-2022-50767

Technical details for CVE-2022-50767 are not publicly available in the provided documents. Monitor for updates from vendors and advisories to learn affected products, impact, and fixes.

6.2AI score0.00219EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2025/12/24 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2023-54116

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/fbdev-generic: prohibit potential out-of-bounds access The fbdev test of IGT may write after EOF, which lead to out-of-bound access for drm drivers with...

7.8CVSS5.8AI score0.00142EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/09 12:24 a.m.8 views

SUSE CVE-2025-40304

In the Linux kernel, the following vulnerability has been resolved: fbdev: Add bounds checking in bitputcs to fix vmalloc-out-of-bounds Add bounds checking to prevent writes past framebuffer boundaries when rendering text near screen edges. Return early if the Y position is off-screen and clip...

5.5CVSS6.4AI score0.00141EPSS
SaveExploits0References26
SUSE CVE
SUSE CVE
added 2025/12/09 12:24 a.m.11 views

SUSE CVE-2025-40322

In the Linux kernel, the following vulnerability has been resolved: fbdev: bitblit: bound-check glyph index in bitputcs bitputcsaligned/unaligned derived the glyph pointer from the character value masked by 0xff/0x1ff, which may exceed the actual font's glyph count and read past the end of the...

5.3CVSS6.2AI score0.0014EPSS
SaveExploits0References26
EUVD
EUVD
added 2025/12/08 3:31 a.m.4 views

EUVD-2025-201623

In the Linux kernel, the following vulnerability has been resolved: fbdev: bitblit: bound-check glyph index in bitputcs bitputcsaligned/unaligned derived the glyph pointer from the character value masked by 0xff/0x1ff, which may exceed the actual font's glyph count and read past the end of the...

5.9AI score0.0014EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/08 1:16 a.m.6 views

DEBIAN-CVE-2025-40322

In the Linux kernel, the following vulnerability has been resolved: fbdev: bitblit: bound-check glyph index in bitputcs bitputcsaligned/unaligned derived the glyph pointer from the character value masked by 0xff/0x1ff, which may exceed the actual font's glyph count and read past the end of the...

7.1CVSS5.3AI score0.0014EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/08 1:16 a.m.19 views

CVE-2025-40304

In the Linux kernel, the following vulnerability has been resolved: fbdev: Add bounds checking in bitputcs to fix vmalloc-out-of-bounds Add bounds checking to prevent writes past framebuffer boundaries when rendering text near screen edges. Return early if the Y position is off-screen and clip...

7.8CVSS0.00141EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/12/08 12:46 a.m.6 views

CVE-2025-40322

In the Linux kernel, the following vulnerability has been resolved: fbdev: bitblit: bound-check glyph index in bitputcs bitputcsaligned/unaligned derived the glyph pointer from the character value masked by 0xff/0x1ff, which may exceed the actual font's glyph count and read past the end of the...

7.1CVSS5.3AI score0.0014EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/08 12:46 a.m.36 views

CVE-2025-40304 fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-bounds

In the Linux kernel, the following vulnerability has been resolved: fbdev: Add bounds checking in bitputcs to fix vmalloc-out-of-bounds Add bounds checking to prevent writes past framebuffer boundaries when rendering text near screen edges. Return early if the Y position is off-screen and clip...

7.8CVSS0.00141EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2025/12/08 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2025-40322

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fbdev: bitblit: bound-check glyph index in bitputcs bitputcsaligned/unaligned derived the glyph pointer from the character value masked by 0xff/0x1ff, which may...

7.1CVSS6.5AI score0.0014EPSS
SaveExploits0References3
Rows per page
Query Builder