Lucene search
+L

671 matches found

CVE
CVE
added 2024/09/18 7:12 a.m.93 views

CVE-2024-46776

The CVE-2024-46776 entry corresponds to a Linux kernel flaw in the DRM/AMD display pipeline. The issue arises when the DC_LOG_DC is executed before verifying link_enc, allowing an invalid state that prompted a reported reverse_inull defect; the fix corrects the sequence by running DC_LOG_DC only ...

5.5CVSS6.1AI score0.00237EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.22 views

CVE-2024-46775 drm/amd/display: Validate function returns

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Validate function returns WHAT & HOW Function return values must be checked before data can be used in subsequent functions. This fixes 4 CHECKEDRETURN issues reported by Coverity...

6.9AI score0.00194EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.15 views

CVE-2024-46772 drm/amd/display: Check denominator crb_pipes before used

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check denominator crbpipes before used WHAT & HOW A denominator cannot be 0, and is checked before used. This fixes 2 DIVIDEBYZERO issues reported by Coverity...

6.9AI score0.00239EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.27 views

CVE-2024-46772 drm/amd/display: Check denominator crb_pipes before used

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check denominator crbpipes before used WHAT & HOW A denominator cannot be 0, and is checked before used. This fixes 2 DIVIDEBYZERO issues reported by Coverity...

0.00239EPSS
SaveExploits0References4
OSV
OSV
added 2024/09/18 7:12 a.m.15 views

CVE-2024-46773 drm/amd/display: Check denominator pbn_div before used

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check denominator pbndiv before used WHAT & HOW A denominator cannot be 0, and is checked before used. This fixes 1 DIVIDEBYZERO issue reported by Coverity...

5.5CVSS6.1AI score0.00239EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/09/18 6:32 a.m.20 views

CVE-2024-46730 drm/amd/display: Ensure array index tg_inst won't be -1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Ensure array index tginst won't be -1 WHY & HOW tginst will be a negative if timinggeneratorcount equals 0, which should be checked before used. This fixes 2 OVERRUN issues reported by Coverity...

6.9AI score0.00192EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/18 6:32 a.m.11 views

CVE-2024-46730 drm/amd/display: Ensure array index tg_inst won't be -1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Ensure array index tginst won't be -1 WHY & HOW tginst will be a negative if timinggeneratorcount equals 0, which should be checked before used. This fixes 2 OVERRUN issues reported by Coverity...

5.5CVSS6.3AI score0.00192EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/09/18 6:32 a.m.38 views

CVE-2024-46729 drm/amd/display: Fix incorrect size calculation for loop

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix incorrect size calculation for loop WHY feclken has size of 5 but sizeoffeclken has byte size 20 which is lager than the array size. HOW Divide byte size 20 by its element size. This fixes 2 OVERRUN issues...

0.00212EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/09/18 6:32 a.m.16 views

CVE-2024-46728 drm/amd/display: Check index for aux_rd_interval before using

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check index for auxrdinterval before using auxrdinterval has size of 7 and should be checked. This fixes 3 OVERRUN and 1 INTEGEROVERFLOW issues reported by Coverity...

7AI score0.0022EPSS
SaveExploits0References3
OSV
OSV
added 2024/09/18 6:32 a.m.14 views

CVE-2024-46729 drm/amd/display: Fix incorrect size calculation for loop

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix incorrect size calculation for loop WHY feclken has size of 5 but sizeoffeclken has byte size 20 which is lager than the array size. HOW Divide byte size 20 by its element size. This fixes 2 OVERRUN issues...

7.8CVSS6.3AI score0.00212EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/09/18 6:32 a.m.30 views

CVE-2024-46728 drm/amd/display: Check index for aux_rd_interval before using

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check index for auxrdinterval before using auxrdinterval has size of 7 and should be checked. This fixes 3 OVERRUN and 1 INTEGEROVERFLOW issues reported by Coverity...

0.0022EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/09/18 6:32 a.m.17 views

CVE-2024-46729 drm/amd/display: Fix incorrect size calculation for loop

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix incorrect size calculation for loop WHY feclken has size of 5 but sizeoffeclken has byte size 20 which is lager than the array size. HOW Divide byte size 20 by its element size. This fixes 2 OVERRUN issues...

7AI score0.00212EPSS
SaveExploits0References2
CVE
CVE
added 2024/09/18 6:32 a.m.113 views

CVE-2024-46728

CVE-2024-46728 affects the Linux kernel (drm/amd/display) where there is a fix for using aux_rd_interval: the value of aux_rd_interval (size 7) must be checked before use. The connected Azure/Linux Nessus entries confirm the advisory references this vulnerability and describe the fix as preventin...

5.5CVSS6.2AI score0.0022EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2024/09/18 6:32 a.m.120 views

CVE-2024-46729

CVE-2024-46729 (Linux kernel) : Affected component is drm/amd/display. Root cause: incorrect size calculation for a loop due to fe_clk_en having size 5 but sizeof(fe_clk_en) equal to 20 bytes, leading to two overrun conditions. Mitigation: fix implemented by computing element count via dividing t...

7.8CVSS6.7AI score0.00212EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/09/18 6:32 a.m.17 views

CVE-2024-46728 drm/amd/display: Check index for aux_rd_interval before using

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check index for auxrdinterval before using auxrdinterval has size of 7 and should be checked. This fixes 3 OVERRUN and 1 INTEGEROVERFLOW issues reported by Coverity...

5.5CVSS6.2AI score0.0022EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/09/18 6:32 a.m.30 views

CVE-2024-46726 drm/amd/display: Ensure index calculation will not overflow

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Ensure index calculation will not overflow WHY & HOW Make sure vmid0p72idx, vnom0p8idx and vmax0p9idx calculation will never overflow and exceess array size. This fixes 3 OVERRUN and 1 INTEGEROVERFLOW issues...

0.0023EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/09/18 6:32 a.m.13 views

CVE-2024-46726 drm/amd/display: Ensure index calculation will not overflow

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Ensure index calculation will not overflow WHY & HOW Make sure vmid0p72idx, vnom0p8idx and vmax0p9idx calculation will never overflow and exceess array size. This fixes 3 OVERRUN and 1 INTEGEROVERFLOW issues...

7.2AI score0.0023EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/09/18 6:32 a.m.33 views

CVE-2024-46727 drm/amd/display: Add otg_master NULL check within resource_log_pipe_topology_update

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add otgmaster NULL check within resourcelogpipetopologyupdate Why Coverity reports NULLRETURN warning. How Add otgmaster NULL check...

0.00192EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/09/18 6:32 a.m.16 views

CVE-2024-46727 drm/amd/display: Add otg_master NULL check within resource_log_pipe_topology_update

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add otgmaster NULL check within resourcelogpipetopologyupdate Why Coverity reports NULLRETURN warning. How Add otgmaster NULL check...

6.9AI score0.00192EPSS
SaveExploits0References2
CVE
CVE
added 2024/09/18 6:32 a.m.127 views

CVE-2024-46726

CVE-2024-46726 (Linux kernel, drm/amd/display) fixes overflow/overrun in index calculations (vmid0p72_idx, vnom0p8_idx, vmax0p9_idx) to prevent array size overflow. The patch resolves 3 OVERRUNs and 1 INTEGER_OVERFLOW reported by Coverity; affected AMD display path. Remediation is to apply the up...

5.5CVSS6.3AI score0.0023EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder