Lucene search
+L

1817 matches found

UbuntuCve
UbuntuCve
added 2024/05/01 1:15 p.m.33 views

CVE-2024-27045

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix a potential buffer overflow in 'dpdscclockenread' Tell snprintf to store at most 10 bytes in the output buffer instead of 30. Fixes the below:...

7.8CVSS6.5AI score0.00307EPSS
SaveExploits0References24
Vulnrichment
Vulnrichment
added 2024/05/01 12:54 p.m.11 views

CVE-2024-27045 drm/amd/display: Fix a potential buffer overflow in 'dp_dsc_clock_en_read()'

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix a potential buffer overflow in 'dpdscclockenread' Tell snprintf to store at most 10 bytes in the output buffer instead of 30. Fixes the below:...

7CVSS7.1AI score0.00307EPSS
SaveExploits0References7
OSV
OSV
added 2024/05/01 6:15 a.m.2 views

DEBIAN-CVE-2024-27006

In the Linux kernel, the following vulnerability has been resolved: thermal/debugfs: Add missing count increment to thermaldebugtztripup The count field in struct tripstats, representing the number of times the zone temperature was above the trip point, needs to be incremented in...

5.5CVSS5.3AI score0.00227EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/01 6:15 a.m.2 views

DEBIAN-CVE-2024-27003

In the Linux kernel, the following vulnerability has been resolved: clk: Get runtime PM before walking tree for clksummary Similar to the previous commit, we should make sure that all devices are runtime resumed before printing the clksummary through debugfs. Failure to do so would result in a...

5.5CVSS5.7AI score0.00173EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/01 6:15 a.m.24 views

CVE-2024-27003

In the Linux kernel, the following vulnerability has been resolved: clk: Get runtime PM before walking tree for clksummary Similar to the previous commit, we should make sure that all devices are runtime resumed before printing the clksummary through debugfs. Failure to do so would result in a...

5.5CVSS7.3AI score0.00173EPSS
SaveExploits0References7
NVD
NVD
added 2024/05/01 6:15 a.m.15 views

CVE-2024-26940

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Create debugfs ttmresourcemanager entry only if needed The driver creates /sys/kernel/debug/dri/0/mobttm even when the corresponding ttmresourcemanager is not allocated. This leads to a crash when trying to read from...

5.5CVSS7.3AI score0.00227EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/01 6:15 a.m.2 views

DEBIAN-CVE-2024-26940

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Create debugfs ttmresourcemanager entry only if needed The driver creates /sys/kernel/debug/dri/0/mobttm even when the corresponding ttmresourcemanager is not allocated. This leads to a crash when trying to read from...

5.5CVSS5.7AI score0.00227EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/01 6:15 a.m.13 views

UBUNTU-CVE-2024-27003

In the Linux kernel, the following vulnerability has been resolved: clk: Get runtime PM before walking tree for clksummary Similar to the previous commit, we should make sure that all devices are runtime resumed before printing the clksummary through debugfs. Failure to do so would result in a...

5.5CVSS6.6AI score0.00173EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/05/01 6:15 a.m.34 views

CVE-2024-27003

In the Linux kernel, the following vulnerability has been resolved: clk: Get runtime PM before walking tree for clksummary Similar to the previous commit, we should make sure that all devices are runtime resumed before printing the clksummary through debugfs. Failure to do so would result in a...

5.5CVSS6.4AI score0.00173EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/05/01 6:15 a.m.22 views

CVE-2024-26940

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Create debugfs ttmresourcemanager entry only if needed The driver creates /sys/kernel/debug/dri/0/mobttm even when the corresponding ttmresourcemanager is not allocated. This leads to a crash when trying to read from...

5.5CVSS6.4AI score0.00227EPSS
SaveExploits0References12
OSV
OSV
added 2024/05/01 5:29 a.m.21 views

CVE-2024-27006 thermal/debugfs: Add missing count increment to thermal_debug_tz_trip_up()

In the Linux kernel, the following vulnerability has been resolved: thermal/debugfs: Add missing count increment to thermaldebugtztripup The count field in struct tripstats, representing the number of times the zone temperature was above the trip point, needs to be incremented in...

6AI score
SaveExploits0References8
CVE
CVE
added 2024/05/01 5:29 a.m.7295 views

CVE-2024-27006

CVE-2024-27006 concerns the Linux kernel. The issue arises in thermal/debugfs where the count field in trip_stats must be incremented in thermal_debug_tz_trip_up() to properly reflect temperature trips. The patch addresses two scenarios: (1) when a trip point is crossed on the way up for the firs...

5.5CVSS6.3AI score0.00227EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/05/01 5:29 a.m.57 views

CVE-2024-27006

In the Linux kernel, the following vulnerability has been resolved: thermal/debugfs: Add missing count increment to thermaldebugtztripup The count field in struct tripstats, representing the number of times the zone temperature was above the trip point, needs to be incremented in...

5.5CVSS6.7AI score0.00227EPSS
SaveExploits0
CVE
CVE
added 2024/05/01 5:28 a.m.3819 views

CVE-2024-27003

CVE-2024-27003 affects the Linux kernel clock framework. The issue arises when printing clk_state via debugfs without proper runtime PM synchronization, risking deadlock if a thread resuming a device also resumes in another thread. The fix removes the now-superfluous clk_pm_runtime_get/put calls ...

5.5CVSS6.3AI score0.00173EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2024/05/01 5:28 a.m.25 views

CVE-2024-27003

In the Linux kernel, the following vulnerability has been resolved: clk: Get runtime PM before walking tree for clksummary Similar to the previous commit, we should make sure that all devices are runtime resumed before printing the clksummary through debugfs. Failure to do so would result in a...

5.5CVSS7.3AI score0.00173EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/01 5:28 a.m.29 views

CVE-2024-27003 clk: Get runtime PM before walking tree for clk_summary

In the Linux kernel, the following vulnerability has been resolved: clk: Get runtime PM before walking tree for clksummary Similar to the previous commit, we should make sure that all devices are runtime resumed before printing the clksummary through debugfs. Failure to do so would result in a...

7.5AI score0.00173EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/01 5:17 a.m.2779 views

CVE-2024-26940

CVE-2024-26940 refers to a Linux kernel issue in drm/vmwgfx where /sys/kernel/debug/dri/0/mob_ttm could be created even if the corresponding ttm_resource_manager was not allocated, risking a crash when reading the file. The fix adds checks to only create mob_ttm, system_mob_ttm, and gmr_ttm debug...

5.5CVSS6.4AI score0.00227EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/05/01 5:17 a.m.15 views

CVE-2024-26940 drm/vmwgfx: Create debugfs ttm_resource_manager entry only if needed

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Create debugfs ttmresourcemanager entry only if needed The driver creates /sys/kernel/debug/dri/0/mobttm even when the corresponding ttmresourcemanager is not allocated. This leads to a crash when trying to read from...

5.5CVSS6AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/05/01 5:17 a.m.59 views

CVE-2024-26940

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Create debugfs ttmresourcemanager entry only if needed The driver creates /sys/kernel/debug/dri/0/mobttm even when the corresponding ttmresourcemanager is not allocated. This leads to a crash when trying to read from...

5.5CVSS7.2AI score0.00227EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/01 5:17 a.m.20 views

CVE-2024-26940 drm/vmwgfx: Create debugfs ttm_resource_manager entry only if needed

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Create debugfs ttmresourcemanager entry only if needed The driver creates /sys/kernel/debug/dri/0/mobttm even when the corresponding ttmresourcemanager is not allocated. This leads to a crash when trying to read from...

6.6AI score0.00227EPSS
SaveExploits0References5
Rows per page
Query Builder