Lucene search
K

28 matches found

Microsoft CVE
Microsoft CVE
added 2026/05/22 8:1 a.m.3 views

fbdev: udlfb: add vm_ops to dlfb_ops_mmap to prevent use-after-free

...

7.8CVSS5.4AI score0.00012EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2026/05/21 3:29 p.m.10 views

CVE-2026-43497

A flaw was found in the Linux kernel's udlfb driver. This use-after-free vulnerability occurs because the dlfbopsmmap function does not properly track active memory mappings. When the framebuffer is reallocated, existing memory page table entries PTEs are not invalidated. This allows a local...

7.3CVSS6.3AI score0.00012EPSS
Exploits0References4
OSV
OSV
added 2026/05/21 1:16 p.m.3 views

UBUNTU-CVE-2026-43497

In the Linux kernel, the following vulnerability has been resolved: fbdev: udlfb: add vmops to dlfbopsmmap to prevent use-after-free dlfbopsmmap uses remappfnrange to map vmalloc framebuffer pages to userspace but sets no vmops on the VMA. This means the kernel cannot track active mmaps. When...

7.3CVSS5.8AI score0.00012EPSS
Exploits0References8
UbuntuCve
UbuntuCve
added 2026/05/21 1:16 p.m.9 views

CVE-2026-43497

In the Linux kernel, the following vulnerability has been resolved: fbdev: udlfb: add vmops to dlfbopsmmap to prevent use-after-free dlfbopsmmap uses remappfnrange to map vmalloc framebuffer pages to userspace but sets no vmops on the VMA. This means the kernel cannot track active mmaps. When...

7.3CVSS5.9AI score0.00012EPSS
Exploits0References7
CVE
CVE
added 2026/05/21 12:12 p.m.13 views

CVE-2026-43497

The CVE-2026-43497 issue affects the Linux kernel fbdev path (udlfb/dlfb) where dlfb_ops_mmap maps vmalloc framebuffer pages without vm_ops, preventing mmap tracking. This allowed stale user PTEs to coexist with freed kernel pages after dlfb_realloc_framebuffer() via FBIOPUT_VSCREENINFO, causing ...

7.3CVSS5.9AI score0.00012EPSS
Exploits0References8
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux - уязвимость в linux, linux-5.15, linux-5.10

In the Linux kernel, the following vulnerability has been resolved: fbdev: udlfb: Fix endpoint check The syzbot fuzzer detected a problem with the udlfb driver, caused by an endpoint that does not have the expected type. usb 1-1: Failed to read the EDID byte 0; result: -71. usb 1-1: Unable to...

5.3AI score0.0004EPSS
Exploits0References1
Microsoft CVE
Microsoft CVE
added 2026/04/26 8:3 a.m.4 views

fbdev: udlfb: avoid divide-by-zero on FBIOPUT_VSCREENINFO

...

5.5CVSS5.8AI score0.00014EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2026/04/25 1:38 a.m.5 views

SUSE CVE-2026-31605

In the Linux kernel, the following vulnerability has been resolved: fbdev: udlfb: avoid divide-by-zero on FBIOPUTVSCREENINFO Much like commit 19f953e74356 "fbdev: fbpm2fb: Avoid potential divide by zero error", we also need to prevent that same crash from happening in the udlfb driver as it uses...

5.5CVSS5.4AI score0.00014EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2026/04/24 8:34 p.m.2 views

CVE-2026-31618

A flaw was found in the Linux kernel's fbdev subsystem, specifically affecting the tdfxfb and udlfb drivers. This vulnerability allows a local attacker to trigger a divide-by-zero error when performing the FBIOPUTVSCREENINFO operation. This can lead to a system crash, resulting in a Denial of...

5.5CVSS5.3AI score0.00014EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2026/04/24 8:33 p.m.3 views

CVE-2026-31605

A flaw was found in the Linux kernel's udlfb driver. A local user could exploit a divide-by-zero error when the system processes FBIOPUTVSCREENINFO operations. This vulnerability can lead to a system crash, resulting in a Denial of Service DoS...

5.5CVSS5.3AI score0.00014EPSS
Exploits0References4
NVD
NVD
added 2026/04/24 3:16 p.m.2 views

CVE-2026-31618

In the Linux kernel, the following vulnerability has been resolved: fbdev: tdfxfb: avoid divide-by-zero on FBIOPUTVSCREENINFO Much like commit 19f953e74356 "fbdev: fbpm2fb: Avoid potential divide by zero error", we also need to prevent that same crash from happening in the udlfb driver as it uses...

5.5CVSS0.00014EPSS
Exploits0References9
OSV
OSV
added 2026/04/24 3:16 p.m.2 views

DEBIAN-CVE-2026-31605

In the Linux kernel, the following vulnerability has been resolved: fbdev: udlfb: avoid divide-by-zero on FBIOPUTVSCREENINFO Much like commit 19f953e74356 "fbdev: fbpm2fb: Avoid potential divide by zero error", we also need to prevent that same crash from happening in the udlfb driver as it uses...

5.5CVSS5.2AI score0.00014EPSS
Exploits0References1
NVD
NVD
added 2026/04/24 3:16 p.m.2 views

CVE-2026-31605

In the Linux kernel, the following vulnerability has been resolved: fbdev: udlfb: avoid divide-by-zero on FBIOPUTVSCREENINFO Much like commit 19f953e74356 "fbdev: fbpm2fb: Avoid potential divide by zero error", we also need to prevent that same crash from happening in the udlfb driver as it uses...

5.5CVSS0.00014EPSS
Exploits0References9
CVE
CVE
added 2026/04/24 2:42 p.m.10 views

CVE-2026-31618

CVE-2026-31618 affects the Linux kernel fbdev subsystem, specifically the tdfxfb and udlfb drivers. The issue is a divide-by-zero crash in FBIOPUT_VSCREENINFO when the code uses pixclock for division, which can crash the system and lead to a DoS condition as described in the advisory. A fix has b...

5.5CVSS5.4AI score0.00014EPSS
Exploits0References9Affected Software1
Debian CVE
Debian CVE
added 2026/04/24 2:42 p.m.2 views

CVE-2026-31618

In the Linux kernel, the following vulnerability has been resolved: fbdev: tdfxfb: avoid divide-by-zero on FBIOPUTVSCREENINFO Much like commit 19f953e74356 "fbdev: fbpm2fb: Avoid potential divide by zero error", we also need to prevent that same crash from happening in the udlfb driver as it uses...

5.5CVSS5.2AI score0.00014EPSS
Exploits0
CVE
CVE
added 2026/04/24 2:42 p.m.7 views

CVE-2026-31605

This CVE concerns the Linux kernel udlfb driver, where FBIOPUT_VSCREENINFO could trigger a divide-by-zero when pixclock is used directly in the udlfb path. The issue mirrors a prior fix in fb_dev paths and has been resolved in the kernel with related commits (e.g., addressing divide-by-zero in si...

5.5CVSS5.4AI score0.00014EPSS
Exploits0References9Affected Software1
Debian CVE
Debian CVE
added 2026/04/24 2:42 p.m.2 views

CVE-2026-31605

In the Linux kernel, the following vulnerability has been resolved: fbdev: udlfb: avoid divide-by-zero on FBIOPUTVSCREENINFO Much like commit 19f953e74356 "fbdev: fbpm2fb: Avoid potential divide by zero error", we also need to prevent that same crash from happening in the udlfb driver as it uses...

5.5CVSS5.2AI score0.00014EPSS
Exploits0
EUVD
EUVD
added 2026/04/24 2:42 p.m.1 views

EUVD-2026-25498

In the Linux kernel, the following vulnerability has been resolved: fbdev: udlfb: avoid divide-by-zero on FBIOPUTVSCREENINFO Much like commit 19f953e74356 "fbdev: fbpm2fb: Avoid potential divide by zero error", we also need to prevent that same crash from happening in the udlfb driver as it uses...

5.4AI score0.00014EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2026/04/24 12:0 a.m.6 views

PT-2026-34957

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A divide-by-zero error exists in the udlfb driver within the fbdev subsystem. The issue occurs during the processing of 'FBIOPUT VSCREENINFO' because the driver uses the pixclock variabl...

9.8CVSS5.2AI score0.00102EPSS
Exploits0References82
Tenable Nessus
Tenable Nessus
added 2026/01/05 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2023-54277

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fbdev: udlfb: Fix endpoint check The syzbot fuzzer detected a problem in the udlfb driver, caused by an endpoint not having the expected type: usb 1-1: Read EDI...

5.8AI score0.0004EPSS
Exploits0References2
Rows per page
Query Builder