Lucene search
+L

6334 matches found

CVE
CVE
added 2024/10/21 6:1 p.m.173 views

CVE-2024-49927

The CVE-2024-49927 entry concerns the Linux kernel x86 IO-APIC code. The connected Astra Linux security bulletin details the vulnerability as: a failure to allocate an irq_pin_list could cause a kernel panic with the message “IO-APIC: failed to add irq-pin,” due to a panicky legacy IO/APIC path d...

5.5CVSS5.3AI score0.00238EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.11 views

CVE-2024-49926

In the Linux kernel, the following vulnerability has been resolved: rcu-tasks: Fix access non-existent percpu rtpcp variable in rcutasksneedgpcb For kernels built with CONFIGFORCENRCPUS=y, the nrcpuids is defined as NRCPUS instead of the number of possible cpus, this will cause the following syst...

5.5CVSS5.6AI score0.00235EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/10/21 6:1 p.m.16 views

CVE-2024-49926 rcu-tasks: Fix access non-existent percpu rtpcp variable in rcu_tasks_need_gpcb()

In the Linux kernel, the following vulnerability has been resolved: rcu-tasks: Fix access non-existent percpu rtpcp variable in rcutasksneedgpcb For kernels built with CONFIGFORCENRCPUS=y, the nrcpuids is defined as NRCPUS instead of the number of possible cpus, this will cause the following syst...

6.9AI score0.00235EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.19 views

CVE-2024-49925

In the Linux kernel, the following vulnerability has been resolved: fbdev: efifb: Register sysfs groups through driver core The driver core can register and cleanup sysfs groups already. Make use of that functionality to simplify the error handling and cleanup. Also avoid a UAF race during...

5.5CVSS5.7AI score0.00263EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.16 views

CVE-2024-49923

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Pass non-null to dcn20validateapplypipesplitflags WHAT & HOW "dcn20validateapplypipesplitflags" dereferences merge, and thus it cannot be a null pointer. Let's pass a valid pointer to avoid null dereference. This...

5.5CVSS5.6AI score0.00237EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/10/21 6:1 p.m.24 views

CVE-2024-49923 drm/amd/display: Pass non-null to dcn20_validate_apply_pipe_split_flags

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Pass non-null to dcn20validateapplypipesplitflags WHAT & HOW "dcn20validateapplypipesplitflags" dereferences merge, and thus it cannot be a null pointer. Let's pass a valid pointer to avoid null dereference. This...

0.00237EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.10 views

CVE-2024-49921

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before used WHAT & HOW Poniters, such as dc-clkmgr, are null checked previously in the same function, so Coverity warns "implies that "dc-clkmgr" might be null". As a result, these pointers ne...

5.5CVSS5.7AI score0.00211EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/10/21 6:1 p.m.16 views

CVE-2024-49922 drm/amd/display: Check null pointers before using them

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before using them WHAT & HOW These pointers are null checked previously in the same function, indicating they might be null as reported by Coverity. As a result, they need to be checked when...

6.8AI score0.00235EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.50 views

CVE-2024-49922

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before using them WHAT & HOW These pointers are null checked previously in the same function, indicating they might be null as reported by Coverity. As a result, they need to be checked when...

5.5CVSS5.6AI score0.00235EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/10/21 6:1 p.m.40 views

CVE-2024-49922 drm/amd/display: Check null pointers before using them

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before using them WHAT & HOW These pointers are null checked previously in the same function, indicating they might be null as reported by Coverity. As a result, they need to be checked when...

0.00235EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.11 views

CVE-2024-49920

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before multiple uses WHAT & HOW Poniters, such as streamenc and dc-bwvbios, are null checked previously in the same function, so Coverity warns "implies that streamenc and dc-bwvbios might be...

5.5CVSS5.7AI score0.00216EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/10/21 6:1 p.m.11 views

CVE-2024-49919 drm/amd/display: Add null check for head_pipe in dcn201_acquire_free_pipe_for_layer

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for headpipe in dcn201acquirefreepipeforlayer This commit addresses a potential null pointer dereference issue in the dcn201acquirefreepipeforlayer function. The issue could occur when headpipe is...

6.8AI score0.00237EPSS
SaveExploits0References4
CVE
CVE
added 2024/10/21 6:1 p.m.130 views

CVE-2024-49918

CVE-2024-49918 relates to a Linux kernel issue in the AMD display path (drm/amd/display) where dcn32_acquire_idle_pipe_for_head_pipe_in_layer could dereference a null head_pipe. The fix adds a null check and returns NULL if head_pipe is null, preventing a potential NPE. Connected sources corrobor...

5.5CVSS5.1AI score0.00237EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.47 views

CVE-2024-49919

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for headpipe in dcn201acquirefreepipeforlayer This commit addresses a potential null pointer dereference issue in the dcn201acquirefreepipeforlayer function. The issue could occur when headpipe is...

5.5CVSS5.6AI score0.00237EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.13 views

CVE-2024-49918

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for headpipe in dcn32acquireidlepipeforheadpipeinlayer This commit addresses a potential null pointer dereference issue in the dcn32acquireidlepipeforheadpipeinlayer function. The issue could occur...

5.5CVSS5.6AI score0.00237EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/10/21 6:1 p.m.25 views

CVE-2024-49918 drm/amd/display: Add null check for head_pipe in dcn32_acquire_idle_pipe_for_head_pipe_in_layer

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for headpipe in dcn32acquireidlepipeforheadpipeinlayer This commit addresses a potential null pointer dereference issue in the dcn32acquireidlepipeforheadpipeinlayer function. The issue could occur...

0.00237EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/10/21 6:1 p.m.21 views

CVE-2024-49917 drm/amd/display: Add NULL check for clk_mgr and clk_mgr->funcs in dcn30_init_hw

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL check for clkmgr and clkmgr-funcs in dcn30inithw This commit addresses a potential null pointer dereference issue in the dcn30inithw function. The issue could occur when dc-clkmgr or dc-clkmgr-funcs is...

0.00238EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/10/21 6:1 p.m.24 views

CVE-2024-49916 drm/amd/display: Add NULL check for clk_mgr and clk_mgr->funcs in dcn401_init_hw

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL check for clkmgr and clkmgr-funcs in dcn401inithw This commit addresses a potential null pointer dereference issue in the dcn401inithw function. The issue could occur when dc-clkmgr or dc-clkmgr-funcs is...

0.00206EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.18 views

CVE-2024-49916

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL check for clkmgr and clkmgr-funcs in dcn401inithw This commit addresses a potential null pointer dereference issue in the dcn401inithw function. The issue could occur when dc-clkmgr or dc-clkmgr-funcs is...

5.5CVSS5.3AI score0.00206EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.15 views

CVE-2024-49915

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL check for clkmgr in dcn32inithw This commit addresses a potential null pointer dereference issue in the dcn32inithw function. The issue could occur when dc-clkmgr is null. The fix adds a check to ensure...

5.5CVSS5.6AI score0.00238EPSS
SaveExploits0
Rows per page
Query Builder