CVE-2022-49619

In the Linux kernel, the following vulnerability has been resolved: net: sfp: fix memory leak in sfp_probe() sfp_probe() allocates a memory chunk from sfp with sfp_alloc(). When devm_add_action() fails, sfp is not freed, which leads to a memory leak. We should use devm_add_action_or_reset() instead of devm_add_action().
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:5.19:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:5.19:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:5.19:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:5.19:rc4:*:*:*:*:*:*

History

11 Mar 2025, 22:44

Type Values Removed Values Added
References () https://git.kernel.org/stable/c/0a18d802d65cf662644fd1d369c86d84a5630652 - () https://git.kernel.org/stable/c/0a18d802d65cf662644fd1d369c86d84a5630652 - Patch
References () https://git.kernel.org/stable/c/1545bc727625ea6e8decd717e5d1e8cc704ccf8f - () https://git.kernel.org/stable/c/1545bc727625ea6e8decd717e5d1e8cc704ccf8f - Patch
References () https://git.kernel.org/stable/c/204543581a2f26bb3b997a304c0bd06926ba7f15 - () https://git.kernel.org/stable/c/204543581a2f26bb3b997a304c0bd06926ba7f15 - Patch
References () https://git.kernel.org/stable/c/67dc32542a1fb7790d0853cf4a5cf859ac6a2002 - () https://git.kernel.org/stable/c/67dc32542a1fb7790d0853cf4a5cf859ac6a2002 - Patch
References () https://git.kernel.org/stable/c/9ec5a97f327a89031fce6cfc3e95543c53936638 - () https://git.kernel.org/stable/c/9ec5a97f327a89031fce6cfc3e95543c53936638 - Patch
References () https://git.kernel.org/stable/c/ede990cfc42775bd0141e21f37ee365dcaeeb50f - () https://git.kernel.org/stable/c/ede990cfc42775bd0141e21f37ee365dcaeeb50f - Patch
References () https://git.kernel.org/stable/c/f22ddc8a5278d7fb6369a0aeb0d8775a0aefaaee - () https://git.kernel.org/stable/c/f22ddc8a5278d7fb6369a0aeb0d8775a0aefaaee - Patch
Summary
  • (es) En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: net: sfp: se corrige la pérdida de memoria en sfp_probe() sfp_probe() asigna un fragmento de memoria de sfp con sfp_alloc(). Cuando devm_add_action() falla, sfp no se libera, lo que provoca una pérdida de memoria. Deberíamos utilizar devm_add_action_or_reset() en lugar de devm_add_action().
CWE CWE-401
First Time Linux
Linux linux Kernel
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5
CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:5.19:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:5.19:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:5.19:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:5.19:rc3:*:*:*:*:*:*

26 Feb 2025, 07:01

Type Values Removed Values Added
New CVE

Information

Published : 2025-02-26 07:01

Updated : 2025-03-11 22:44


NVD link : CVE-2022-49619

Mitre link : CVE-2022-49619

CVE.ORG link : CVE-2022-49619


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-401

Missing Release of Memory after Effective Lifetime