Lucene search
+L

1383 matches found

OSV
OSV
•added 2025/09/18 4:03 p.m.•9 views

CVE-2022-50404 fbdev: fbcon: release buffer when fbcon_do_set_font() failed

In the Linux kernel, the following vulnerability has been resolved: fbdev: fbcon: release buffer when fbcondosetfont failed syzbot is reporting memory leak at fbcondosetfont 1, for commit a5a923038d70 "fbdev: fbcon: Properly revert changes when vcresize failed" missed that the buffer might be new...

5.5CVSS6.3AI score
SaveExploits0References8
OSV
OSV
•added 2025/09/18 2:15 p.m.•2 views

DEBIAN-CVE-2023-53378

In the Linux kernel, the following vulnerability has been resolved: drm/i915/dpt: Treat the DPT BO as a framebuffer Currently i915gemobjectisframebuffer doesn't treat the BO containing the framebuffer's DPT as a framebuffer itself. This means eg. that the shrinker can evict the DPT BO while leavi...

5.5CVSS5.4AI score0.00151EPSS
SaveExploits0References1
NVD
NVD
•added 2025/09/18 2:15 p.m.•31 views

CVE-2023-53378

In the Linux kernel, the following vulnerability has been resolved: drm/i915/dpt: Treat the DPT BO as a framebuffer Currently i915gemobjectisframebuffer doesn't treat the BO containing the framebuffer's DPT as a framebuffer itself. This means eg. that the shrinker can evict the DPT BO while leavi...

7.8CVSS0.00151EPSS
SaveExploits0References3
OSV
OSV
•added 2025/09/18 2:15 p.m.•8 views

UBUNTU-CVE-2023-53378

In the Linux kernel, the following vulnerability has been resolved: drm/i915/dpt: Treat the DPT BO as a framebuffer Currently i915gemobjectisframebuffer doesn't treat the BO containing the framebuffer's DPT as a framebuffer itself. This means eg. that the shrinker can evict the DPT BO while leavi...

7.8CVSS5.7AI score0.00151EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
•added 2025/09/18 1:33 p.m.•4 views

CVE-2023-53378 drm/i915/dpt: Treat the DPT BO as a framebuffer

In the Linux kernel, the following vulnerability has been resolved: drm/i915/dpt: Treat the DPT BO as a framebuffer Currently i915gemobjectisframebuffer doesn't treat the BO containing the framebuffer's DPT as a framebuffer itself. This means eg. that the shrinker can evict the DPT BO while leavi...

7.8CVSS6.1AI score0.00151EPSS
SaveExploits0References3
OSV
OSV
•added 2025/09/18 1:33 p.m.•9 views

CVE-2023-53378 drm/i915/dpt: Treat the DPT BO as a framebuffer

In the Linux kernel, the following vulnerability has been resolved: drm/i915/dpt: Treat the DPT BO as a framebuffer Currently i915gemobjectisframebuffer doesn't treat the BO containing the framebuffer's DPT as a framebuffer itself. This means eg. that the shrinker can evict the DPT BO while leavi...

7.8CVSS6.1AI score
SaveExploits0References6
CVE
CVE
•added 2025/09/18 1:33 p.m.•49 views

CVE-2023-53378

CVE-2023-53378 (Linux kernel, DRM/i915) : The vulnerability stems from i915_gem_object_is_framebuffer() not treating the DPT BO (display plane table backing object) as a framebuffer. As a result, the shrinker can evict the DPT BO while the FB BO remains bound, if the DPT came from regular shmem. ...

7.8CVSS6.1AI score0.00151EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
•added 2025/09/18 1:33 p.m.•23 views

CVE-2023-53378 drm/i915/dpt: Treat the DPT BO as a framebuffer

In the Linux kernel, the following vulnerability has been resolved: drm/i915/dpt: Treat the DPT BO as a framebuffer Currently i915gemobjectisframebuffer doesn't treat the BO containing the framebuffer's DPT as a framebuffer itself. This means eg. that the shrinker can evict the DPT BO while leavi...

7.8CVSS0.00151EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2025/09/18 1:33 p.m.•14 views

CVE-2023-53378

In the Linux kernel, the following vulnerability has been resolved: drm/i915/dpt: Treat the DPT BO as a framebuffer Currently i915gemobjectisframebuffer doesn't treat the BO containing the framebuffer's DPT as a framebuffer itself. This means eg. that the shrinker can evict the DPT BO while leavi...

7.8CVSS5.4AI score0.00151EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2025/09/18 12:00 a.m.•47 views

PT-2025-38357

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the DRM/i915/dpt subsystem. The i915 gem object is framebuffer function does not recognize the buffer object BO containing the framebuffer’s DPT a...

8CVSS7.4AI score0.22293EPSS
SaveExploits5References834
SUSE CVE
SUSE CVE
•added 2025/09/16 11:29 p.m.•8 views

SUSE CVE-2023-53314

In the Linux kernel, the following vulnerability has been resolved: fbdev/ep93xx-fb: Do not assign to struct fbinfo.dev Do not assing the Linux device to struct fbinfo.dev. The call to registerframebuffer initializes the field to the fbdev device. Drivers should not override its value. Fixes a bu...

3.3CVSS6.5AI score0.00164EPSS
SaveExploits0References19
RedhatCVE
RedhatCVE
•added 2025/09/16 6:25 p.m.•10 views

CVE-2023-53314

In the Linux kernel, the following vulnerability has been resolved: fbdev/ep93xx-fb: Do not assign to struct fbinfo.dev Do not assing the Linux device to struct fbinfo.dev. The call to registerframebuffer initializes the field to the fbdev device. Drivers should not override its value. Fixes a bu...

5.5CVSS5.8AI score0.00164EPSS
SaveExploits0References4
OSV
OSV
•added 2025/09/16 5:15 p.m.•14 views

DEBIAN-CVE-2023-53314

In the Linux kernel, the following vulnerability has been resolved: fbdev/ep93xx-fb: Do not assign to struct fbinfo.dev Do not assing the Linux device to struct fbinfo.dev. The call to registerframebuffer initializes the field to the fbdev device. Drivers should not override its value. Fixes a bu...

5.5CVSS5.3AI score0.00164EPSS
SaveExploits0References1
NVD
NVD
•added 2025/09/16 5:15 p.m.•18 views

CVE-2023-53314

In the Linux kernel, the following vulnerability has been resolved: fbdev/ep93xx-fb: Do not assign to struct fbinfo.dev Do not assing the Linux device to struct fbinfo.dev. The call to registerframebuffer initializes the field to the fbdev device. Drivers should not override its value. Fixes a bu...

7.8CVSS0.00164EPSS
SaveExploits0References8
OSV
OSV
•added 2025/09/16 5:15 p.m.•13 views

UBUNTU-CVE-2023-53314

In the Linux kernel, the following vulnerability has been resolved: fbdev/ep93xx-fb: Do not assign to struct fbinfo.dev Do not assing the Linux device to struct fbinfo.dev. The call to registerframebuffer initializes the field to the fbdev device. Drivers should not override its value. Fixes a bu...

7.8CVSS5.9AI score0.00164EPSS
SaveExploits0References11
OSV
OSV
•added 2025/09/16 4:11 p.m.•15 views

CVE-2023-53314 fbdev/ep93xx-fb: Do not assign to struct fb_info.dev

In the Linux kernel, the following vulnerability has been resolved: fbdev/ep93xx-fb: Do not assign to struct fbinfo.dev Do not assing the Linux device to struct fbinfo.dev. The call to registerframebuffer initializes the field to the fbdev device. Drivers should not override its value. Fixes a bu...

7.8CVSS4.9AI score
SaveExploits0References11
Cvelist
Cvelist
•added 2025/09/16 4:11 p.m.•24 views

CVE-2023-53314 fbdev/ep93xx-fb: Do not assign to struct fb_info.dev

In the Linux kernel, the following vulnerability has been resolved: fbdev/ep93xx-fb: Do not assign to struct fbinfo.dev Do not assing the Linux device to struct fbinfo.dev. The call to registerframebuffer initializes the field to the fbdev device. Drivers should not override its value. Fixes a bu...

7.8CVSS0.00164EPSS
SaveExploits0References8
Debian CVE
Debian CVE
•added 2025/09/16 4:11 p.m.•21 views

CVE-2023-53314

In the Linux kernel, the following vulnerability has been resolved: fbdev/ep93xx-fb: Do not assign to struct fbinfo.dev Do not assing the Linux device to struct fbinfo.dev. The call to registerframebuffer initializes the field to the fbdev device. Drivers should not override its value. Fixes a bu...

7.8CVSS5.3AI score0.00164EPSS
SaveExploits0
CVE
CVE
•added 2025/09/16 4:11 p.m.•55 views

CVE-2023-53314

CVE-2023-53314 – Linux kernel : The fbdev ep93xx-fb driver incorrectly assigns the Linux device to struct fb_info.dev via register_framebuffer(), causing a reference-counter leak of the fbdev device. The fix is to stop driver code from overwriting fb_info.dev; register_framebuffer() already initi...

7.8CVSS6.1AI score0.00164EPSS
SaveExploits0References8Affected Software1
Tenable Nessus
Tenable Nessus
•added 2025/09/16 12:00 a.m.•6 views

Linux Distros Unpatched Vulnerability : CVE-2022-50332

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - video/aperture: Call sysfbdisable before removing PCI devices Call sysfbdisable from apertureremoveconflictingpcidevices before removing PCI devices. Without,...

5.5CVSS6AI score0.00134EPSS
SaveExploits0References3
Rows per page
Query Builder