Lucene search
+L

7690 matches found

CVE
CVE
•added 2024/10/21 6:01 p.m.•135 views

CVE-2024-49906

CVE-2024-49906 has concrete remediation on Root OS (rootio-linux) for Ubuntu 22.04 and Debian 11/12. The OSV entries indicate Root has patched CVE-2024-49906 in the rootio-linux package across multiple distributions with multiple fixed versions available. Ubuntu Security Notices and Debian/Ubuntu...

5.5CVSS6.5AI score0.00244EPSS
SaveExploits0References3Affected Software1
OSV
OSV
•added 2024/10/21 6:01 p.m.•9 views

CVE-2024-49906 drm/amd/display: Check null pointer before try to access it

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointer before try to access it why & how Change the order of the pipectx-planestate check to ensure that planestate is not null before accessing it...

6.1AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
•added 2024/10/21 6:01 p.m.•16 views

CVE-2024-49899 drm/amd/display: Initialize denominators' default to 1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Initialize denominators' default to 1 WHAT & HOW Variables used as denominators and maybe not assigned to other values, should not be 0. Change their default to 1 so they are never 0. This fixes 10 DIVIDEBYZERO...

6.9AI score0.00262EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2024/10/21 6:01 p.m.•28 views

CVE-2024-49899 drm/amd/display: Initialize denominators' default to 1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Initialize denominators' default to 1 WHAT & HOW Variables used as denominators and maybe not assigned to other values, should not be 0. Change their default to 1 so they are never 0. This fixes 10 DIVIDEBYZERO...

0.00262EPSS
SaveExploits0References4
OSV
OSV
•added 2024/10/21 6:01 p.m.•15 views

CVE-2024-49899 drm/amd/display: Initialize denominators' default to 1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Initialize denominators' default to 1 WHAT & HOW Variables used as denominators and maybe not assigned to other values, should not be 0. Change their default to 1 so they are never 0. This fixes 10 DIVIDEBYZERO...

6.3AI score
SaveExploits0References8
CVE
CVE
•added 2024/10/21 6:01 p.m.•153 views

CVE-2024-49899

CVE-2024-49899 affects the Linux kernel’s DRM AMD display code. The vulnerability arises from denominators that could be zero due to uninitialized defaults; the fix sets denominators’ default to 1 to prevent division by zero. This resolves 10 DIVIDE_BY_ZERO issues reported by Coverity. The linked...

5.5CVSS6.5AI score0.00262EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
•added 2024/10/21 6:01 p.m.•10 views

CVE-2024-49898 drm/amd/display: Check null-initialized variables

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null-initialized variables WHAT & HOW drrtiming and subvppipe are initialized to null and they are not always assigned new values. It is necessary to check for null before dereferencing. This fixes 2...

7AI score0.00238EPSS
SaveExploits0References5
CVE
CVE
•added 2024/10/21 6:01 p.m.•142 views

CVE-2024-49898

CVE-2024-49898 affects the Linux kernel’s drm/amd/display component. The root cause is that drr_timing and subvp_pipe are initialized to null and are not consistently re-assigned before being dereferenced, leading to two FORWARD_NULL issues reported by Coverity. The issue is addressed by kernel f...

5.5CVSS6.6AI score0.00238EPSS
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
•added 2024/10/21 6:01 p.m.•13 views

CVE-2024-49897 drm/amd/display: Check phantom_stream before it is used

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check phantomstream before it is used dcn32enablephantomstream can return null, so returned value must be checked before used. This fixes 1 NULLRETURNS issue reported by Coverity...

6.9AI score0.00238EPSS
SaveExploits0References5
OSV
OSV
•added 2024/10/21 6:01 p.m.•10 views

CVE-2024-49897 drm/amd/display: Check phantom_stream before it is used

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check phantomstream before it is used dcn32enablephantomstream can return null, so returned value must be checked before used. This fixes 1 NULLRETURNS issue reported by Coverity...

6.2AI score
SaveExploits0References9
CVE
CVE
•added 2024/10/21 6:01 p.m.•161 views

CVE-2024-49897

CVE-2024-49897 concerns the Linux kernel DRM/AMD display path. The issue arises in drm/amd/display where dcn32_enable_phantom_stream can return NULL, leading to a NULL dereference if the returned value is used without checks. The fix adds a check for phantom_stream before use, addressing a NULL_R...

5.5CVSS6.5AI score0.00238EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
•added 2024/10/21 6:01 p.m.•23 views

CVE-2024-49897 drm/amd/display: Check phantom_stream before it is used

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check phantomstream before it is used dcn32enablephantomstream can return null, so returned value must be checked before used. This fixes 1 NULLRETURNS issue reported by Coverity...

0.00238EPSS
SaveExploits0References5
CVE
CVE
•added 2024/10/21 6:01 p.m.•150 views

CVE-2024-49895

Summary: CVE-2024-49895 affects the Linux kernel DRM/AMD display path for DCN30, where a degamma hardware-format translation could access transfer function points out of bounds. The root cause is an index variable ā€œiā€ that could exceed TRANSFER_FUNC_POINTS, leading to a potential buffer overflow ...

7.8CVSS7.5AI score0.00272EPSS
SaveExploits0References9Affected Software1
CVE
CVE
•added 2024/10/21 6:01 p.m.•163 views

CVE-2024-49896

CVE-2024-49896 is a Linux kernel vulnerability affecting the amdgpu/display path. The issue arises when amdgpu_dm passes a null stream to dc_is_stream_unchanged, leading to a potential NULL dereference. The description in the sources notes the root cause as missing null-check before dereferencing...

5.5CVSS5.2AI score0.00264EPSS
SaveExploits0References11Affected Software1
OSV
OSV
•added 2024/10/21 6:01 p.m.•13 views

CVE-2024-49895 drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format translation

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format translation This commit addresses a potential index out of bounds issue in the cm3helpertranslatecurvetodegammahwformat function in the DCN30 color...

6.5AI score
SaveExploits0References12
Vulnrichment
Vulnrichment
•added 2024/10/21 6:01 p.m.•10 views

CVE-2024-49896 drm/amd/display: Check stream before comparing them

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check stream before comparing them WHAT & HOW amdgpudm can pass a null stream to dcisstreamunchanged. It is necessary to check for null before dereferencing them. This fixes 1 FORWARDNULL issue reported by Coveri...

6.9AI score0.00264EPSS
SaveExploits0References9
Cvelist
Cvelist
•added 2024/10/21 6:01 p.m.•23 views

CVE-2024-49895 drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format translation

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format translation This commit addresses a potential index out of bounds issue in the cm3helpertranslatecurvetodegammahwformat function in the DCN30 color...

0.00272EPSS
SaveExploits0References7
OSV
OSV
•added 2024/10/21 6:01 p.m.•11 views

CVE-2024-49896 drm/amd/display: Check stream before comparing them

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check stream before comparing them WHAT & HOW amdgpudm can pass a null stream to dcisstreamunchanged. It is necessary to check for null before dereferencing them. This fixes 1 FORWARDNULL issue reported by Coveri...

6.3AI score
SaveExploits0References14
Cvelist
Cvelist
•added 2024/10/21 6:01 p.m.•30 views

CVE-2024-49892 drm/amd/display: Initialize get_bytes_per_element's default to 1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Initialize getbytesperelement's default to 1 Variables, used as denominators and maybe not assigned to other values, should not be 0. bytesperelementy & bytesperelementc are initialized by getbytesperelement whic...

0.00257EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2024/10/21 6:01 p.m.•36 views

CVE-2024-49893 drm/amd/display: Check stream_status before it is used

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check streamstatus before it is used WHAT & HOW dcstategetstreamstatus can return null, and therefore null must be checked before streamstatus is used. This fixes 1 NULLRETURNS issue reported by Coverity...

0.00205EPSS
SaveExploits0References2
Rows per page
Query Builder