Lucene search
+L

1292 matches found

Cvelist
Cvelist
added 2026/07/19 12:2 p.m.34 views

CVE-2026-63826 fbdev: fix use-after-free in store_modes()

In the Linux kernel, the following vulnerability has been resolved: fbdev: fix use-after-free in storemodes storemodes replaces a framebuffer's modelist with modes from userspace. On success it frees the old modelist with fbdestroymodelist. Two fields still point into that freed list. One pointer...

0.00157EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/19 12:2 p.m.9 views

EUVD-2026-45458

In the Linux kernel, the following vulnerability has been resolved: fbdev: Fix fbnewmodelist to prevent null-ptr-deref in fbvideomodetovar info-var, a framebuffer's current mode, is expected to have a matching entry in info-modelist. vartodisplay relies on this and treats a failed fbmatchmode as...

5.4AI score0.00177EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/19 12:2 p.m.10 views

CVE-2026-53403

In the Linux kernel, the following vulnerability has been resolved: fbdev: Fix fbnewmodelist to prevent null-ptr-deref in fbvideomodetovar info-var, a framebuffer's current mode, is expected to have a matching entry in info-modelist. vartodisplay relies on this and treats a failed fbmatchmode as...

5.3AI score0.00177EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2026/07/19 12:2 p.m.7 views

CVE-2026-53403

In the Linux kernel, the following vulnerability has been resolved: fbdev: Fix fbnewmodelist to prevent null-ptr-deref in fbvideomodetovar info-var, a framebuffer's current mode, is expected to have a matching entry in info-modelist. vartodisplay relies on this and treats a failed fbmatchmode as...

5.3AI score0.00177EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 12:2 p.m.32 views

CVE-2026-53403 fbdev: Fix fb_new_modelist to prevent null-ptr-deref in fb_videomode_to_var

In the Linux kernel, the following vulnerability has been resolved: fbdev: Fix fbnewmodelist to prevent null-ptr-deref in fbvideomodetovar info-var, a framebuffer's current mode, is expected to have a matching entry in info-modelist. vartodisplay relies on this and treats a failed fbmatchmode as...

0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 12:2 p.m.6 views

CVE-2026-53403 fbdev: Fix fb_new_modelist to prevent null-ptr-deref in fb_videomode_to_var

In the Linux kernel, the following vulnerability has been resolved: fbdev: Fix fbnewmodelist to prevent null-ptr-deref in fbvideomodetovar info-var, a framebuffer's current mode, is expected to have a matching entry in info-modelist. vartodisplay relies on this and treats a failed fbmatchmode as...

5.4AI score0.00177EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/07/19 12:2 p.m.7 views

CVE-2026-53401

In the Linux kernel, the following vulnerability has been resolved: fbdev: omap2: fix use-after-free in omapfbmmap omapfbmmap has a race condition with OMAPFBSETUPPLANE ioctl that can lead to use-after-free: The fbmmap entry point holds mmlock but not lock fbinfo-lock, while ioctl handlers like...

7.8CVSS5.2AI score0.00129EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/19 12:2 p.m.7 views

CVE-2026-53402

In the Linux kernel, the following vulnerability has been resolved: fbdev: fbcon: fix out-of-bounds read in errout of fbcondosetfont When fbcondosetfont fails e.g., due to a memory allocation failure inside vcresize under heavy memory pressure, it jumps to the errout label to roll back the consol...

7.1CVSS5.4AI score0.00128EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/07/19 12:2 p.m.9 views

CVE-2026-53402

In the Linux kernel, the following vulnerability has been resolved: fbdev: fbcon: fix out-of-bounds read in errout of fbcondosetfont When fbcondosetfont fails e.g., due to a memory allocation failure inside vcresize under heavy memory pressure, it jumps to the errout label to roll back the consol...

7.1CVSS5.4AI score0.00128EPSS
SaveExploits0References9Affected Software1
EUVD
EUVD
added 2026/07/19 12:2 p.m.9 views

EUVD-2026-45457

In the Linux kernel, the following vulnerability has been resolved: fbdev: fbcon: fix out-of-bounds read in errout of fbcondosetfont When fbcondosetfont fails e.g., due to a memory allocation failure inside vcresize under heavy memory pressure, it jumps to the errout label to roll back the consol...

5.5AI score0.00128EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/19 12:2 p.m.13 views

CVE-2026-53402

The CVE-2026-53402 issue affects the Linux kernel’s fbdev/fbcon path. When fbcon_do_set_font() fails (e.g., vc_resize() under memory pressure), the error path (err_out) only rolls back vc_font.charcount and neglects to restore hi_font state and the screen buffer. This leaves vc_hi_font_mask set, ...

7.1CVSS5.6AI score0.00128EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/07/19 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-53403

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fbdev: Fix fbnewmodelist to prevent null-ptr-deref in fbvideomodetovar info-var, a framebuffer's current mode, is expected to have a matching entry in...

5.9AI score0.00177EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.10 views

PT-2026-61108

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A null-pointer dereference occurs in the fb videomode to var function within the fbdev component. The issue arises when store modes replaces the modelist from userspace via fb new...

9.8CVSS5.2AI score0.0069EPSS
SaveExploits0References82
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.8 views

PT-2026-61142

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the store modes function within the fbdev component. The function replaces a framebuffer modelist with modes from userspace and frees the old list using ...

9.8CVSS5.2AI score0.00514EPSS
SaveExploits0References81
Tenable Nessus
Tenable Nessus
added 2026/07/19 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-63826

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fbdev: fix use-after-free in storemodes storemodes replaces a framebuffer's modelist with modes from userspace. On success it frees the old modelist with...

5.9AI score0.00157EPSS
SaveExploits0References4
Ubuntu
Ubuntu
added 2026/07/10 9:38 a.m.10 views

USN-8492-5: Linux kernel (FIPS) vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - MIPS architecture; - PowerPC architecture; - x86 architecture; - Block layer subsystem; -...

9.8CVSS6.6AI score0.01338EPSS
SaveExploits4
EUVD
EUVD
added 2026/07/09 9:34 a.m.10 views

EUVD-2026-42569

A heap buffer overflow vulnerability was found in GStreamer's rfbsrc plugin. When a client connects to a malicious RFB/VNC server that advertises a 16bpp framebuffer and sends Hextile-encoded updates, the Hextile background fill path writes 32-bit pixel values into a buffer allocated for 16-bit...

7.1CVSS6.2AI score0.00247EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/09 9:34 a.m.18 views

CVE-2026-59691

GStreamer rfbsrc plugin is affected by a heap buffer overflow when a client connects to a 16bpp RFB/VNC server using Hextile-encoded updates. The Hextile background fill path writes 32-bit pixel values into a buffer allocated for 16-bit pixels, causing an out-of-bounds heap write that can cause p...

7.1CVSS6.2AI score0.00247EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/09 9:34 a.m.8 views

CVE-2026-59691

A heap buffer overflow vulnerability was found in GStreamer's rfbsrc plugin. When a client connects to a malicious RFB/VNC server that advertises a 16bpp framebuffer and sends Hextile-encoded updates, the Hextile background fill path writes 32-bit pixel values into a buffer allocated for 16-bit...

7.1CVSS6.2AI score0.00247EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/07/09 7:58 a.m.10 views

gstreamer1-plugins-bad-free: GStreamer: Heap buffer overflow via crafted VNC server rectangle in librfb

A heap buffer overflow vulnerability was found in GStreamer's librfb RFB/VNC client. The rectangle bounds check incorrectly validates area rather than individual dimensions, allowing a malicious VNC server to send a rectangle that extends beyond the framebuffer. A remote attacker could set up a...

8.8CVSS6.6AI score0.0053EPSS
SaveExploits0References5
Rows per page
Query Builder