Lucene search
+L

13040 matches found

NVD
NVD
added 2024/10/21 6:15 p.m.17 views

CVE-2024-49972

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Deallocate DML memory if allocation fails Why When DC state create DML memory allocation fails, memory is not deallocated subsequently, resulting in uninitialized structure that is not NULL. How Deallocate memory...

5.5CVSS0.00211EPSS
SaveExploits0References2
NVD
NVD
added 2024/10/21 6:15 p.m.13 views

CVE-2024-49973

In the Linux kernel, the following vulnerability has been resolved: r8169: add tally counter fields added with RTL8125 RTL8125 added fields to the tally counter, what may result in the chip dma'ing these new fields to unallocated memory. Therefore make sure that the allocated memory area is big...

7.8CVSS0.00259EPSS
SaveExploits0References12
NVD
NVD
added 2024/10/21 6:15 p.m.19 views

CVE-2024-49983

In the Linux kernel, the following vulnerability has been resolved: ext4: drop ppath from ext4extreplayupdateex to avoid double-free When calling ext4forcesplitextentat in ext4extreplayupdateex, the 'ppath' is updated but it is the 'path' that is freed, thus potentially triggering a double-free i...

7.8CVSS0.0025EPSS
SaveExploits0References9
OSV
OSV
added 2024/10/21 6:15 p.m.6 views

DEBIAN-CVE-2024-49954

In the Linux kernel, the following vulnerability has been resolved: staticcall: Replace pointless WARNON in staticcallmodulenotify staticcallmodulenotify triggers a WARNON, when memory allocation fails in staticcalladdmodule. That's not really justified, because the failure case must be correctly...

5.5CVSS5.7AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.7 views

UBUNTU-CVE-2024-49973

In the Linux kernel, the following vulnerability has been resolved: r8169: add tally counter fields added with RTL8125 RTL8125 added fields to the tally counter, what may result in the chip dma'ing these new fields to unallocated memory. Therefore make sure that the allocated memory area is big...

7.8CVSS6.1AI score0.00259EPSS
SaveExploits0References43
Cvelist
Cvelist
added 2024/10/21 6:02 p.m.32 views

CVE-2024-49983 ext4: drop ppath from ext4_ext_replay_update_ex() to avoid double-free

In the Linux kernel, the following vulnerability has been resolved: ext4: drop ppath from ext4extreplayupdateex to avoid double-free When calling ext4forcesplitextentat in ext4extreplayupdateex, the 'ppath' is updated but it is the 'path' that is freed, thus potentially triggering a double-free i...

7.8CVSS0.0025EPSS
SaveExploits0References7
CVE
CVE
added 2024/10/21 6:02 p.m.183 views

CVE-2024-49983

CVE-2024-49983 : Linux kernel ext4 fix for double-free in ext4_ext_replay_update_ex(). The patch drops the temporary ppath and uses path directly, preventing freeing of path via ppath and ensuring the original path is updated on success. It also makes ext4_find_extent() update the path and propag...

7.8CVSS7.2AI score0.0025EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2024/10/21 6:02 p.m.194 views

CVE-2024-49973

CVE-2024-49973 affects the Linux kernel in the r8169/RTL8125 hardware path. RTL8125 tally counter was extended with new fields; if the host memory allocation isn’t large enough to hold all tally counter values, the device could DMA into unallocated memory. The fix is to allocate a memory area lar...

7.8CVSS7AI score0.00259EPSS
SaveExploits0References12Affected Software1
OSV
OSV
added 2024/10/21 6:02 p.m.13 views

CVE-2024-49972 drm/amd/display: Deallocate DML memory if allocation fails

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Deallocate DML memory if allocation fails Why When DC state create DML memory allocation fails, memory is not deallocated subsequently, resulting in uninitialized structure that is not NULL. How Deallocate memory...

6.1AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/10/21 6:02 p.m.9 views

CVE-2024-49972 drm/amd/display: Deallocate DML memory if allocation fails

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Deallocate DML memory if allocation fails Why When DC state create DML memory allocation fails, memory is not deallocated subsequently, resulting in uninitialized structure that is not NULL. How Deallocate memory...

7AI score0.00211EPSS
SaveExploits0References2
CVE
CVE
added 2024/10/21 6:02 p.m.137 views

CVE-2024-49972

CVE-2024-49972 affects the Linux kernel DRM-AMD display path. The issue arises when creating DML memory during DC state changes: if the DML memory allocation fails, previously allocated memory was not deallocated, leaving an uninitialized, non-NULL structure. The documented fix deallocates the me...

5.5CVSS5.2AI score0.00211EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/10/21 6:02 p.m.24 views

CVE-2024-49972 drm/amd/display: Deallocate DML memory if allocation fails

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Deallocate DML memory if allocation fails Why When DC state create DML memory allocation fails, memory is not deallocated subsequently, resulting in uninitialized structure that is not NULL. How Deallocate memory...

0.00211EPSS
SaveExploits0References2
CVE
CVE
added 2024/10/21 6:02 p.m.171 views

CVE-2024-49954

CVE-2024-49954: Linux kernel vulnerability fixed by replacing WARN_ON with pr_warn in static_call_module_notify() to avoid unnecessary fatal behavior on __static_call_add_module() memory allocation failures. The WARN_ON() could panic when panic_on_warn is set, whereas the memory allocation failur...

5.5CVSS5.2AI score0.00236EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2024/10/21 6:02 p.m.22 views

CVE-2024-49954 static_call: Replace pointless WARN_ON() in static_call_module_notify()

In the Linux kernel, the following vulnerability has been resolved: staticcall: Replace pointless WARNON in staticcallmodulenotify staticcallmodulenotify triggers a WARNON, when memory allocation fails in staticcalladdmodule. That's not really justified, because the failure case must be correctly...

0.00236EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/10/21 6:02 p.m.15 views

CVE-2024-49954 static_call: Replace pointless WARN_ON() in static_call_module_notify()

In the Linux kernel, the following vulnerability has been resolved: staticcall: Replace pointless WARNON in staticcallmodulenotify staticcallmodulenotify triggers a WARNON, when memory allocation fails in staticcalladdmodule. That's not really justified, because the failure case must be correctly...

7AI score0.00236EPSS
SaveExploits0References6
OSV
OSV
added 2024/10/21 6:02 p.m.14 views

CVE-2024-49954 static_call: Replace pointless WARN_ON() in static_call_module_notify()

In the Linux kernel, the following vulnerability has been resolved: staticcall: Replace pointless WARNON in staticcallmodulenotify staticcallmodulenotify triggers a WARNON, when memory allocation fails in staticcalladdmodule. That's not really justified, because the failure case must be correctly...

6.3AI score
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2024/10/21 12:00 a.m.7 views

PT-2024-11856 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A issue has been resolved in the Linux kernel related to the fbcon component, specifically in the fbcon prepare logo function, where kzalloc is used. Recommendations: At the moment,...

6.5AI score
SaveExploits0References14
Veracode
Veracode
added 2024/10/18 9:57 a.m.9 views

Denial Of Service (DoS)

github.com/mattermost/mattermost-server is vulnerable to Denial Of Service DoS. The vulnerability is due to improper memory management in the image proxy component, which allows an attacker to allocate excessive memory for multiple copies of proxied images without adequately handling large file...

6.5CVSS6.6AI score0.00917EPSS
SaveExploits0References2Affected Software1
Hacker One
Hacker One
added 2024/10/13 6:42 a.m.31 views

Linux Foundation Decentralized Trust: Memory Leak in bytes_to_hexstring Function

The function bytestohexstring was found to have a memory leak vulnerability. The function dynamically allocated memory using malloc but did not provide a way for the caller to free the allocated memory. This could lead to an increase in the program's memory consumption over time, potentially...

7AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/10/13 12:00 a.m.26 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-46746)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-46746 advisory. - In the Linux kernel, the following vulnerability has been resolved: HID: amdsfh: free driverdata after...

7.8CVSS5.9AI score0.00248EPSS
SaveExploits0References2
Rows per page
Query Builder