Lucene search
+L

218 matches found

CVE
CVE
added 2024/07/12 12:24 p.m.157 views

CVE-2024-40916

The CVE-2024-40916 issue concerns the Linux kernel DRM/Exynos HDMI driver. When EDID reading fails and the driver reports no modes, the DRM core previously exposed a 1024x786 mode which some Exynos HDMI variants cannot drive. The fix changes this fallback to a safe 640x480 mode to avoid rendering...

5.5CVSS6.4AI score0.00294EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2024/07/12 12:24 p.m.20 views

CVE-2024-40916 drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found

In the Linux kernel, the following vulnerability has been resolved: drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found When reading EDID fails and driver reports no modes available, the DRM core adds an artificial 1024x786 mode to the connector. Unfortunately some variant...

5.8AI score
SaveExploits0References13
Vulnrichment
Vulnrichment
added 2024/07/12 12:24 p.m.26 views

CVE-2024-40916 drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found

In the Linux kernel, the following vulnerability has been resolved: drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found When reading EDID fails and driver reports no modes available, the DRM core adds an artificial 1024x786 mode to the connector. Unfortunately some variant...

6.6AI score0.00294EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2024/05/27 8:29 a.m.23 views

CVE-2021-47444

In the Linux kernel, the following vulnerability has been resolved: drm/edid: In connectorbadedid cap numofext by numblocks read In commit e11f5bd8228f "drm: Add support for DP 1.4 Compliance edid corruption test" the function connectorbadedid started assuming that the memory for the EDID passed ...

5.2CVSS6.6AI score0.00225EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/05/25 3:34 a.m.7 views

SUSE CVE-2021-47444

In the Linux kernel, the following vulnerability has been resolved: drm/edid: In connectorbadedid cap numofext by numblocks read In commit e11f5bd8228f "drm: Add support for DP 1.4 Compliance edid corruption test" the function connectorbadedid started assuming that the memory for the EDID passed ...

5.5CVSS6.5AI score0.00225EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/05/23 11:01 a.m.34 views

CVE-2023-52861

In the Linux kernel, the following vulnerability has been resolved: drm: bridge: it66121: Fix invalid connector dereference Fix the NULL pointer dereference when no monitor is connected, and the sound card is opened from userspace. Instead return an empty buffer of zeroes as the EDID information ...

4.4CVSS6.5AI score0.00248EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/05/23 2:56 a.m.8 views

SUSE CVE-2023-52861

In the Linux kernel, the following vulnerability has been resolved: drm: bridge: it66121: Fix invalid connector dereference Fix the NULL pointer dereference when no monitor is connected, and the sound card is opened from userspace. Instead return an empty buffer of zeroes as the EDID information ...

4.3CVSS6.4AI score0.00248EPSS
SaveExploits0References13
OSV
OSV
added 2024/05/22 7:15 a.m.3 views

DEBIAN-CVE-2021-47444

In the Linux kernel, the following vulnerability has been resolved: drm/edid: In connectorbadedid cap numofext by numblocks read In commit e11f5bd8228f "drm: Add support for DP 1.4 Compliance edid corruption test" the function connectorbadedid started assuming that the memory for the EDID passed ...

5.5CVSS5.6AI score0.00225EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/22 7:15 a.m.14 views

CVE-2021-47444

In the Linux kernel, the following vulnerability has been resolved: drm/edid: In connectorbadedid cap numofext by numblocks read In commit e11f5bd8228f "drm: Add support for DP 1.4 Compliance edid corruption test" the function connectorbadedid started assuming that the memory for the EDID passed ...

5.5CVSS6.7AI score
SaveExploits0References3
NVD
NVD
added 2024/05/22 7:15 a.m.17 views

CVE-2021-47444

In the Linux kernel, the following vulnerability has been resolved: drm/edid: In connectorbadedid cap numofext by numblocks read In commit e11f5bd8228f "drm: Add support for DP 1.4 Compliance edid corruption test" the function connectorbadedid started assuming that the memory for the EDID passed ...

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/22 7:15 a.m.15 views

UBUNTU-CVE-2021-47444

In the Linux kernel, the following vulnerability has been resolved: drm/edid: In connectorbadedid cap numofext by numblocks read In commit e11f5bd8228f "drm: Add support for DP 1.4 Compliance edid corruption test" the function connectorbadedid started assuming that the memory for the EDID passed ...

5.5CVSS5.7AI score0.00225EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/05/22 7:15 a.m.20 views

CVE-2021-47444

In the Linux kernel, the following vulnerability has been resolved: drm/edid: In connectorbadedid cap numofext by numblocks read In commit e11f5bd8228f "drm: Add support for DP 1.4 Compliance edid corruption test" the function connectorbadedid started assuming that the memory for the EDID passed ...

5.5CVSS6.2AI score0.00225EPSS
SaveExploits0References5
CVE
CVE
added 2024/05/22 6:19 a.m.99 views

CVE-2021-47444

CVE-2021-47444 relates to the Linux kernel DRM/EDID handling. The issue stems from connector_bad_edid() assuming the EDID buffer could hold edid[0x7e] + 1 blocks, while ignoring the actual allocated size indicated by num_blocks. A bounds check was added to prevent reading beyond allocated memory,...

5.5CVSS6.6AI score0.00225EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/22 6:19 a.m.12 views

CVE-2021-47444 drm/edid: In connector_bad_edid() cap num_of_ext by num_blocks read

In the Linux kernel, the following vulnerability has been resolved: drm/edid: In connectorbadedid cap numofext by numblocks read In commit e11f5bd8228f "drm: Add support for DP 1.4 Compliance edid corruption test" the function connectorbadedid started assuming that the memory for the EDID passed ...

6.8AI score0.00225EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/22 6:19 a.m.32 views

CVE-2021-47444 drm/edid: In connector_bad_edid() cap num_of_ext by num_blocks read

In the Linux kernel, the following vulnerability has been resolved: drm/edid: In connectorbadedid cap numofext by numblocks read In commit e11f5bd8228f "drm: Add support for DP 1.4 Compliance edid corruption test" the function connectorbadedid started assuming that the memory for the EDID passed ...

6.4AI score0.00225EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/21 4:15 p.m.6 views

DEBIAN-CVE-2023-52861

In the Linux kernel, the following vulnerability has been resolved: drm: bridge: it66121: Fix invalid connector dereference Fix the NULL pointer dereference when no monitor is connected, and the sound card is opened from userspace. Instead return an empty buffer of zeroes as the EDID information ...

6.2CVSS5.4AI score0.00248EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 3:31 p.m.19 views

CVE-2023-52861 drm: bridge: it66121: Fix invalid connector dereference

In the Linux kernel, the following vulnerability has been resolved: drm: bridge: it66121: Fix invalid connector dereference Fix the NULL pointer dereference when no monitor is connected, and the sound card is opened from userspace. Instead return an empty buffer of zeroes as the EDID information ...

6.2CVSS6.1AI score
SaveExploits0References7
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.45 views

CVE-2023-52861 drm: bridge: it66121: Fix invalid connector dereference

In the Linux kernel, the following vulnerability has been resolved: drm: bridge: it66121: Fix invalid connector dereference Fix the NULL pointer dereference when no monitor is connected, and the sound card is opened from userspace. Instead return an empty buffer of zeroes as the EDID information ...

6.5AI score0.00248EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.24 views

CVE-2023-52861 drm: bridge: it66121: Fix invalid connector dereference

In the Linux kernel, the following vulnerability has been resolved: drm: bridge: it66121: Fix invalid connector dereference Fix the NULL pointer dereference when no monitor is connected, and the sound card is opened from userspace. Instead return an empty buffer of zeroes as the EDID information ...

6.9AI score0.00248EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/21 3:31 p.m.118 views

CVE-2023-52861

In CVE-2023-52861, the Linux kernel DRM bridge it66121 had a NULL pointer dereference when no monitor is connected and the sound card is opened from userspace. The fix returns an empty EDID buffer (zeros) to the sound framework when no connector is attached, preventing the dereference and its pot...

6.2CVSS7.5AI score0.00248EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder