Lucene search
K

533 matches found

OSV
OSV
added 2025/06/18 11:15 a.m.1 views

UBUNTU-CVE-2022-50221

In the Linux kernel, the following vulnerability has been resolved: drm/fb-helper: Fix out-of-bounds access Clip memory range to screen-buffer size to avoid out-of-bounds access in fbdev deferred I/O's damage handling. Fbdev's deferred I/O can only track pages. From the range of pages, the damage...

7.1CVSS6.2AI score0.00078EPSS
Exploits0References4
Cvelist
Cvelist
added 2025/06/18 11:3 a.m.8 views

CVE-2022-50221 drm/fb-helper: Fix out-of-bounds access

In the Linux kernel, the following vulnerability has been resolved: drm/fb-helper: Fix out-of-bounds access Clip memory range to screen-buffer size to avoid out-of-bounds access in fbdev deferred I/O's damage handling. Fbdev's deferred I/O can only track pages. From the range of pages, the damage...

0.00078EPSS
Exploits0References2
OSV
OSV
added 2025/06/18 11:3 a.m.8 views

CVE-2022-50221 drm/fb-helper: Fix out-of-bounds access

In the Linux kernel, the following vulnerability has been resolved: drm/fb-helper: Fix out-of-bounds access Clip memory range to screen-buffer size to avoid out-of-bounds access in fbdev deferred I/O's damage handling. Fbdev's deferred I/O can only track pages. From the range of pages, the damage...

7.1CVSS6AI score0.00078EPSS
Exploits0References5
CVE
CVE
added 2025/06/18 11:3 a.m.73 views

CVE-2022-50221

CVE-2022-50221 : In the Linux kernel, the drm/fb-helper deferred I/O damage handling could compute an clipping range that allowed an out-of-bounds access when the fbdev screen buffer ended near the start of a page. The patch clamps the maximum memory range to the screen buffer size and also renam...

7.1CVSS6.7AI score0.00078EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:2 a.m.5 views

CVE-2022-50109 video: fbdev: amba-clcd: Fix refcount leak bugs

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: amba-clcd: Fix refcount leak bugs In clcdfbofinitdisplay, we should call ofnodeput for the references returned by ofgraphgetnextendpoint and ofgraphgetremoteportparent which have increased the refcount. Besides, we...

0.00063EPSS
Exploits0References8
OSV
OSV
added 2025/06/18 11:2 a.m.3 views

CVE-2022-50109 video: fbdev: amba-clcd: Fix refcount leak bugs

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: amba-clcd: Fix refcount leak bugs In clcdfbofinitdisplay, we should call ofnodeput for the references returned by ofgraphgetnextendpoint and ofgraphgetremoteportparent which have increased the refcount. Besides, we...

5.5CVSS6.1AI score0.00063EPSS
Exploits0References11
Debian CVE
Debian CVE
added 2025/06/18 11:2 a.m.3 views

CVE-2022-50109

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: amba-clcd: Fix refcount leak bugs In clcdfbofinitdisplay, we should call ofnodeput for the references returned by ofgraphgetnextendpoint and ofgraphgetremoteportparent which have increased the refcount. Besides, we...

5.5CVSS5.4AI score0.00063EPSS
Exploits0
CVE
CVE
added 2025/06/18 11:2 a.m.77 views

CVE-2022-50109

The CVE-2022-50109 issue is a Linux kernel vulnerability in the video: fbdev: amba-clcd driver. The root cause is refcount leaks from references returned by of_graph_get_next_endpoint() and of_graph_get_remote_port_parent() in clcdfb_of_init_display(). Mitigation described in the referenced discl...

5.5CVSS6.6AI score0.00063EPSS
Exploits0References8Affected Software1
CVE
CVE
added 2025/06/18 11:2 a.m.77 views

CVE-2022-50102

CVE-2022-50102 affects the Linux kernel’s fbdev arkfb driver. A user-controlled ioctl can cause a divide-by-zero in ark_set_pixclock, e.g. with hdiv=1, pixclock=1, hmul=2, producing (1*1)/2 = 0 and leading to division by zero later in arkfb.c when computing 1000000000 / pixclock. The vulnerabilit...

5.5CVSS6.5AI score0.00051EPSS
Exploits0References8Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:2 a.m.6 views

CVE-2022-50102 video: fbdev: arkfb: Fix a divide-by-zero bug in ark_set_pixclock()

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: arkfb: Fix a divide-by-zero bug in arksetpixclock Since the user can control the arguments of the ioctl from the user space, under special arguments that may result in a divide-by-zero bug in:...

0.00051EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2025/06/18 11:2 a.m.6 views

CVE-2022-50102

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: arkfb: Fix a divide-by-zero bug in arksetpixclock Since the user can control the arguments of the ioctl from the user space, under special arguments that may result in a divide-by-zero bug in:...

5.5CVSS5.3AI score0.00051EPSS
Exploits0
Cvelist
Cvelist
added 2025/06/18 11:2 a.m.6 views

CVE-2022-50101 video: fbdev: vt8623fb: Check the size of screen before memset_io()

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: vt8623fb: Check the size of screen before memsetio In the function vt8623fbsetpar, the value of 'screensize' is calculated by the user input. If the user provides the improper value, the value of 'screensize' may...

0.00051EPSS
Exploits0References8
OSV
OSV
added 2025/06/18 11:2 a.m.3 views

CVE-2022-50099 video: fbdev: arkfb: Check the size of screen before memset_io()

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: arkfb: Check the size of screen before memsetio In the function arkfbsetpar, the value of 'screensize' is calculated by the user input. If the user provides the improper value, the value of 'screensize' may larger...

7.8CVSS6AI score0.00051EPSS
Exploits0References11
Debian CVE
Debian CVE
added 2025/06/18 11:2 a.m.5 views

CVE-2022-50099

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: arkfb: Check the size of screen before memsetio In the function arkfbsetpar, the value of 'screensize' is calculated by the user input. If the user provides the improper value, the value of 'screensize' may larger...

7.8CVSS5.3AI score0.00051EPSS
Exploits0
Debian CVE
Debian CVE
added 2025/06/18 11:2 a.m.3 views

CVE-2022-50097

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: s3fb: Check the size of screen before memsetio In the function s3fbsetpar, the value of 'screensize' is calculated by the user input. If the user provides the improper value, the value of 'screensize' may larger tha...

7.8CVSS5.3AI score0.00051EPSS
Exploits0
Cvelist
Cvelist
added 2025/06/18 11:1 a.m.5 views

CVE-2022-50010 video: fbdev: i740fb: Check the argument of i740_calc_vclk()

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: i740fb: Check the argument of i740calcvclk Since the user can control the arguments of the ioctl from the user space, under special arguments that may result in a divide-by-zero bug. If the user provides an improper...

0.00051EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2025/06/18 11:0 a.m.4 views

CVE-2022-49978

In the Linux kernel, the following vulnerability has been resolved: fbdev: fbpm2fb: Avoid potential divide by zero error In dofbioctl of fbmem.c, if cmd is FBIOPUTVSCREENINFO, var will be copied from user, then go through fbsetvar and info-fbops-fbcheckvar which could may be pm2fbcheckvar. Along...

5.5CVSS5.2AI score0.00051EPSS
Exploits0
OSV
OSV
added 2025/06/18 11:0 a.m.9 views

CVE-2022-49978 fbdev: fb_pm2fb: Avoid potential divide by zero error

In the Linux kernel, the following vulnerability has been resolved: fbdev: fbpm2fb: Avoid potential divide by zero error In dofbioctl of fbmem.c, if cmd is FBIOPUTVSCREENINFO, var will be copied from user, then go through fbsetvar and info-fbops-fbcheckvar which could may be pm2fbcheckvar. Along...

5.5CVSS5.8AI score0.00051EPSS
Exploits0References11
Cvelist
Cvelist
added 2025/06/18 11:0 a.m.5 views

CVE-2022-49978 fbdev: fb_pm2fb: Avoid potential divide by zero error

In the Linux kernel, the following vulnerability has been resolved: fbdev: fbpm2fb: Avoid potential divide by zero error In dofbioctl of fbmem.c, if cmd is FBIOPUTVSCREENINFO, var will be copied from user, then go through fbsetvar and info-fbops-fbcheckvar which could may be pm2fbcheckvar. Along...

0.00051EPSS
Exploits0References8
CVE
CVE
added 2025/06/18 11:0 a.m.68 views

CVE-2022-49978

In the Linux kernel, CVE-2022-49978 concerns the fbdev subsystem (fb_pm2fb) where, during do_fb_ioctl() handling of FBIOPUT_VSCREENINFO, a freely copied var may propagate to fb_set_var()/fb_check_var() and reach pm2fb_check_var(). If var->pixclock is zero, the reciprocal check can trigger a di...

5.5CVSS6.4AI score0.00051EPSS
Exploits0References8Affected Software1
Rows per page
Query Builder