Lucene search
+L

21 matches found

RedhatCVE
RedhatCVE
added 2026/08/19 5:07 a.m.9 views

CVE-2026-72265

A flaw was found in the Linux kernel's NVIDIA framebuffer driver. During the initialization process within the nvidiafbprobe function, if certain error conditions occur, memory allocated for internal data structures is not properly released. This can lead to a memory leak, potentially affecting...

5.5CVSS5.4AI score0.0021EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-72265

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fbdev: nvidia: fix potential memory leak in nvidiafbprobe In nvidiafbprobe, the memory allocated for modelist in nvidiasetfbinfo is not freed in the subsequent...

5.9AI score0.0021EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/15 6:21 a.m.8 views

CVE-2026-72265

In the Linux kernel, the following vulnerability has been resolved: fbdev: nvidia: fix potential memory leak in nvidiafbprobe In nvidiafbprobe, the memory allocated for modelist in nvidiasetfbinfo is not freed in the subsequent error paths. Fix that by calling fbdestroymodelist...

5.4AI score0.0021EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/15 5:54 a.m.13 views

CVE-2026-72265 fbdev: nvidia: fix potential memory leak in nvidiafb_probe()

In the Linux kernel, the following vulnerability has been resolved: fbdev: nvidia: fix potential memory leak in nvidiafbprobe In nvidiafbprobe, the memory allocated for modelist in nvidiasetfbinfo is not freed in the subsequent error paths. Fix that by calling fbdestroymodelist...

5.4AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/15 5:54 a.m.27 views

CVE-2026-72265 fbdev: nvidia: fix potential memory leak in nvidiafb_probe()

In the Linux kernel, the following vulnerability has been resolved: fbdev: nvidia: fix potential memory leak in nvidiafbprobe In nvidiafbprobe, the memory allocated for modelist in nvidiasetfbinfo is not freed in the subsequent error paths. Fix that by calling fbdestroymodelist...

0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:54 a.m.8 views

EUVD-2026-59164

In the Linux kernel, the following vulnerability has been resolved: fbdev: nvidia: fix potential memory leak in nvidiafbprobe In nvidiafbprobe, the memory allocated for modelist in nvidiasetfbinfo is not freed in the subsequent error paths. Fix that by calling fbdestroymodelist...

5.3AI score0.0021EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.17 views

PT-2026-72453

In the Linux kernel, the following vulnerability has been resolved: fbdev: nvidia: fix potential memory leak in nvidiafb probe In nvidiafb probe, the memory allocated for modelist in nvidia set fbinfo is not freed in the subsequent error paths. Fix that by calling fb destroy modelist...

5.3AI score0.0021EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:00 a.m.5 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2025-990107)

"The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990107 advisory. In the Linux kernel, the following vulnerability has been resolved: video: fbdev: nvidiafb: Use strscpy to prevent buffer overflow Coverity complains of a possible...

7.8CVSS6.1AI score0.00281EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:00 a.m.2 views

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

"The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989215 advisory. In the Linux kernel, the following vulnerability has been resolved: video: fbdev: nvidiafb: Use strscpy to prevent buffer overflow Coverity complains of a possible...

7.8CVSS6.1AI score0.00281EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/26 6:37 a.m.12 views

CVE-2021-47642

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: nvidiafb: Use strscpy to prevent buffer overflow Coverity complains of a possible buffer overflow. However, given the 'static' scope of nvidiasetupi2cbus it looks like that can't happen after examiniing the call...

7.8CVSS6.9AI score
SaveExploits0References9
NVD
NVD
added 2025/02/26 6:37 a.m.17 views

CVE-2021-47642

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: nvidiafb: Use strscpy to prevent buffer overflow Coverity complains of a possible buffer overflow. However, given the 'static' scope of nvidiasetupi2cbus it looks like that can't happen after examiniing the call...

7.8CVSS0.00281EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/26 6:37 a.m.6 views

DEBIAN-CVE-2021-47642

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: nvidiafb: Use strscpy to prevent buffer overflow Coverity complains of a possible buffer overflow. However, given the 'static' scope of nvidiasetupi2cbus it looks like that can't happen after examiniing the call...

7.8CVSS6.1AI score0.00281EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 6:37 a.m.9 views

UBUNTU-CVE-2021-47642

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: nvidiafb: Use strscpy to prevent buffer overflow Coverity complains of a possible buffer overflow. However, given the 'static' scope of nvidiasetupi2cbus it looks like that can't happen after examiniing the call...

7.8CVSS6.7AI score0.00281EPSS
SaveExploits0References12
CVE
CVE
added 2025/02/26 1:54 a.m.109 views

CVE-2021-47642

CVE-2021-47642: in the Linux kernel’s video fbdev/nvidiafb path, a fixed-size buffer overrun could occur by copying a channel name with strcpy into chan->adapter.name. The defect arises from copying into a 48-char buffer without length checks; fix is to use strscpy() to prevent overflows. The ...

7.8CVSS5.5AI score0.00281EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2025/02/26 1:54 a.m.24 views

CVE-2021-47642 video: fbdev: nvidiafb: Use strscpy() to prevent buffer overflow

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: nvidiafb: Use strscpy to prevent buffer overflow Coverity complains of a possible buffer overflow. However, given the 'static' scope of nvidiasetupi2cbus it looks like that can't happen after examiniing the call...

0.00281EPSS
SaveExploits0References9
OSV
OSV
added 2022/04/24 10:53 p.m.15 views

GSD-2022-1002488 video: fbdev: nvidiafb: Use strscpy() to prevent buffer overflow

video: fbdev: nvidiafb: Use strscpy to prevent buffer overflow This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.9.311 by commit...

7.5AI score
SaveExploits0
OSV
OSV
added 2022/04/24 10:35 p.m.13 views

GSD-2022-1002336 video: fbdev: nvidiafb: Use strscpy() to prevent buffer overflow

video: fbdev: nvidiafb: Use strscpy to prevent buffer overflow This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.19.238 by commit...

7.5AI score
SaveExploits0
OSV
OSV
added 2022/04/24 10:22 p.m.9 views

GSD-2022-1002215 video: fbdev: nvidiafb: Use strscpy() to prevent buffer overflow

video: fbdev: nvidiafb: Use strscpy to prevent buffer overflow This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.4.189 by commit...

7.5AI score
SaveExploits0
OSV
OSV
added 2022/04/24 10:05 p.m.15 views

GSD-2022-1002044 video: fbdev: nvidiafb: Use strscpy() to prevent buffer overflow

video: fbdev: nvidiafb: Use strscpy to prevent buffer overflow This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.110 by commit...

7.5AI score
SaveExploits0
OSV
OSV
added 2022/04/24 9:15 p.m.16 views

GSD-2022-1001463 video: fbdev: nvidiafb: Use strscpy() to prevent buffer overflow

video: fbdev: nvidiafb: Use strscpy to prevent buffer overflow This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.16.19 by commit...

7.5AI score
SaveExploits0
Rows per page
Query Builder