Lucene search
K

17 matches found

AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.3 views

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

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Added a 0 byte size check to mtkdrmgemobj. Added a check in mtkdrmgeminit if we attempt to allocate a GEM object of 0 bytes. Currently, no such check exists, and the kernel will panic if a user-space application...

5.5CVSS6.3AI score0.00015EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2026/04/24 2:35 p.m.1 views

CVE-2026-31562

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: dsi: Store driver data before invoking mipidsihostregister The call to mipidsihostregister triggers a callback to mtkdsibind, which uses devgetdrvdata to retrieve the mtkdsi struct, so this structure needs to be...

5.5CVSS5.2AI score0.00015EPSS
Exploits0
Positive Technologies
Positive Technologies
added 2026/04/24 12:0 a.m.5 views

PT-2026-34914

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: dsi: Store driver data before invoking mipi dsi host register The call to mipi dsi host register triggers a callback to mtk dsi bind, which uses dev get drvdata to retrieve the mtk dsi struct, so this structure need...

5.2AI score0.00015EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.1 views

CVE-2025-68184

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Disable AFBC support on Mediatek DRM driver Commit c410fa9b07c3 "drm/mediatek: Add AFBC support to Mediatek DRM driver" added AFBC support to Mediatek DRM and enabled the 32x8/split/sparse modifier. However, this is...

5.7AI score0.00028EPSS
Exploits0References21
CVE
CVE
added 2025/12/16 1:43 p.m.7 views

CVE-2025-68184

CVE-2025-68184 (Linux kernel / Mediatek DRM AFBC issue) A Mediatek-specific AFBC regression was introduced by enabling AFBC support in the Mediatek DRM driver (commit adding AFBC support and 32x8/split/sparse modifier). On Mediatek MT8188 (Genio 700 EVK), with upstream kernel Mesa (v25.0+), AFBC ...

6.1AI score0.00028EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/08 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2023-53534

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: mtkdrmcrtc: Add checks for devmkcalloc As the devmkcalloc may return NULL, the...

5.5CVSS5.8AI score0.00017EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2025/09/19 11:34 p.m.1 views

SUSE CVE-2023-53388

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Clean dangling pointer on bind error path mtkdrmbind can fail, in which case drmdevput is called, destroying the drmdevice object. However a pointer to it was still being held in the private object, and that pointer...

5.5CVSS6.5AI score0.00022EPSS
Exploits0References7
RedhatCVE
RedhatCVE
added 2025/09/18 5:22 p.m.7 views

CVE-2023-53388

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Clean dangling pointer on bind error path mtkdrmbind can fail, in which case drmdevput is called, destroying the drmdevice object. However a pointer to it was still being held in the private object, and that pointer...

5.5CVSS5.7AI score0.00022EPSS
Exploits0References4
CVE
CVE
added 2025/09/18 1:33 p.m.14 views

CVE-2023-53388

Summary of CVE-2023-53388 : In the Linux kernel, the DRM/Mediatek driver had a dangling pointer in the error path of the bind sequence. When mtk_drm_bind() fails, the code previously called drm_dev_put() to destroy the drm_device, but a private object still held a pointer to that device. If a sus...

7.8CVSS6.1AI score0.00022EPSS
Exploits0References7Affected Software1
OSV
OSV
added 2025/09/16 1:0 p.m.1 views

CVE-2025-39807 drm/mediatek: Add error handling for old state CRTC in atomic_disable

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Add error handling for old state CRTC in atomicdisable Introduce error handling to address an issue where, after a hotplug event, the cursor continues to update. This situation can lead to a kernel panic due to...

5.5CVSS6AI score0.00017EPSS
Exploits0References6
Tenable Nessus
Tenable Nessus
added 2025/08/15 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2024-38549

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/mediatek: Add 0 size check to mtkdrmgemobj Add a check to mtkdrmgeminit if we attempt to allocate a GEM object of 0 bytes. Currently, no such check exists a...

5.5CVSS6.8AI score0.00015EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2025/02/27 3:5 a.m.1 views

SUSE CVE-2022-49506

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Add vblank register/unregister callback functions We encountered a kernel panic issue that callback data will be NULL when it's using in ovl irq handler. There is a timing issue between mtkdispovlirqhandler and...

5.5CVSS6.4AI score0.00071EPSS
Exploits0References7
OSV
OSV
added 2025/01/19 12:15 p.m.1 views

UBUNTU-CVE-2024-57926

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Set private-alldrmprivatei-drm to NULL if mtkdrmbind returns err The pointer need to be set to NULL, otherwise KASAN complains about use-after-free. Because in mtkdrmbind, all private's drm are set as follows...

7.8CVSS6.5AI score0.00029EPSS
Exploits0References22
OSV
OSV
added 2024/06/19 2:15 p.m.1 views

DEBIAN-CVE-2024-38549

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Add 0 size check to mtkdrmgemobj Add a check to mtkdrmgeminit if we attempt to allocate a GEM object of 0 bytes. Currently, no such check exists and the kernel will panic if a userspace application attempts to...

5.5CVSS5.7AI score0.00015EPSS
Exploits0References1
CNNVD
CNNVD
added 2022/11/08 12:0 a.m.2 views

MediaTek 芯片 缓冲区错误漏洞

MediaTek chips are various chips from MediaTek, a Chinese company MediaTek. A buffer error vulnerability exists in the MediaTek gpu drm that stems from improper input validation leading to out-of-bounds writes...

6.7CVSS6.8AI score0.00013EPSS
Exploits0References2
CNVD
CNVD
added 2017/08/10 12:0 a.m.2 views

Google MediaTek GPU Driver Elevation of Privilege Vulnerability

Android is a Linux-based open source operating system developed by Google and the Open Handheld Alliance OHA, and the MediaTek GPU driver is one of the graphics processor drivers developed by MediaTek. An elevation of privilege vulnerability exists in the MediaTek GPU driver in Android. A remote...

7.8CVSS8.1AI score0.00053EPSS
Exploits0References1
OSV
OSV
added 2017/08/09 9:29 p.m.1 views

CVE-2017-0741

A elevation of privilege vulnerability in the MediaTek gpu driver. Product: Android. Versions: Android kernel. Android ID: A-32458601. References: M-ALPS03007523...

7.8CVSS5.8AI score
Exploits0References2
Rows per page
Query Builder