In the Linux kernel, the following vulnerability has been resolved:
vfio/mlx5: Fix an unwind issue in mlx5vf_add_migration_pages()
Fix an unwind issue in mlx5vf_add_migration_pages().
If a set of pages is allocated but fails to be added to the SG table,
they need to be freed to prevent a memory leak.
Any pages successfully added to the SG table will be freed as part of
mlx5vf_free_data_buffer().
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-12-29 12:15
Updated : 2025-04-17 21:15
NVD link : CVE-2024-56742
Mitre link : CVE-2024-56742
CVE.ORG link : CVE-2024-56742
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
