Lucene search
+L

1721 matches found

Cvelist
Cvelist
added 2024/05/17 12:24 p.m.33 views

CVE-2024-35788

...

7.5AI score
SaveExploits0
CVE
CVE
added 2024/05/17 12:24 p.m.88 views

CVE-2024-35788

CVE-2024-35788 is rejected by the CVE Numbering Authority and not an active vulnerability entry.

6.8AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/05/07 2:49 a.m.6 views

SUSE CVE-2022-48698

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix memory leak when using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. Fix this up by properly calling dput...

3.3CVSS6.3AI score0.00214EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/05/04 2:23 a.m.5 views

SUSE 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:...

5.5CVSS6.6AI score0.00307EPSS
SaveExploits0References10
OSV
OSV
added 2024/05/03 4:15 p.m.6 views

UBUNTU-CVE-2022-48698

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix memory leak when using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. Fix this up by properly calling dput...

5.3CVSS5.8AI score0.00214EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/03 3:11 p.m.32 views

CVE-2022-48698 drm/amd/display: fix memory leak when using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix memory leak when using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. Fix this up by properly calling dput...

6.7AI score0.00214EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/03 3:11 p.m.96 views

CVE-2022-48698

CVE-2022-48698 affects the Linux kernel’s drm/amd/display path, causing a memory leak when using debugfs_lookup if the returned object isn’t released with dput(). The provided documents confirm the issue and describe the fix as correctly releasing the object via dput(), preventing unbounded memor...

5.3CVSS6.6AI score0.00214EPSS
SaveExploits0References3Affected Software1
SUSE CVE
SUSE CVE
added 2024/05/03 2:09 a.m.4 views

SUSE CVE-2024-27044

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential NULL pointer dereferences in 'dcn10setoutputtransferfunc' The 'stream' pointer is used in dcn10setoutputtransferfunc before the check if 'stream' is NULL. Fixes the below:...

5.5CVSS6.8AI score0.00279EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2024/05/02 12:00 a.m.12 views

PT-2024-32217

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the Linux kernel, specifically the drm/amd/display component. It involves skipping inactive planes within ModeSupportAndSystemConfiguration. The problem was...

7.8CVSS7AI score0.00255EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/05/01 5:22 p.m.22 views

CVE-2024-26948

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add a dcstate NULL check in dcstaterelease How Check wheather state is NULL before releasing it...

5.5CVSS7.2AI score0.00198EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/01 1:15 p.m.24 views

CVE-2024-27040

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add 'replay' NULL check in 'edpsetreplayallowactive' In the first if statement, we're checking if 'replay' is NULL. But in the second if statement, we're not checking if 'replay' is NULL again before calling...

4.7CVSS7.4AI score0.00248EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/01 1:15 p.m.3 views

DEBIAN-CVE-2024-27040

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add 'replay' NULL check in 'edpsetreplayallowactive' In the first if statement, we're checking if 'replay' is NULL. But in the second if statement, we're not checking if 'replay' is NULL again before calling...

4.7CVSS5.1AI score0.00248EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/01 1:15 p.m.9 views

AZL-40331 CVE-2024-27045 affecting package hyperv-daemons for versions less than 6.6.29.1-1

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.8AI score0.00307EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/01 1:15 p.m.24 views

CVE-2024-27040

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add 'replay' NULL check in 'edpsetreplayallowactive' In the first if statement, we're checking if 'replay' is NULL. But in the second if statement, we're not checking if 'replay' is NULL again before calling...

4.7CVSS5.8AI score0.00248EPSS
SaveExploits0References11
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
OSV
OSV
added 2024/05/01 1:15 p.m.9 views

UBUNTU-CVE-2024-27044

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential NULL pointer dereferences in 'dcn10setoutputtransferfunc' The 'stream' pointer is used in dcn10setoutputtransferfunc before the check if 'stream' is NULL. Fixes the below:...

5.5CVSS5.9AI score0.00279EPSS
SaveExploits0References31
OSV
OSV
added 2024/05/01 1:15 p.m.13 views

UBUNTU-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.4AI score0.00307EPSS
SaveExploits0References25
OSV
OSV
added 2024/05/01 1:15 p.m.18 views

UBUNTU-CVE-2024-27040

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add 'replay' NULL check in 'edpsetreplayallowactive' In the first if statement, we're checking if 'replay' is NULL. But in the second if statement, we're not checking if 'replay' is NULL again before calling...

4.7CVSS5.8AI score0.00248EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2024/05/01 12:54 p.m.43 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:...

7CVSS8AI score0.00307EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/05/01 12:54 p.m.58 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.8CVSS7.5AI score0.00307EPSS
SaveExploits0
Rows per page
Query Builder