CVE-2024-43822

Severity CVSS v4.0:
Pending analysis
Type:
CWE-476 NULL Pointer Dereference
Publication date:
17/08/2024
Last modified:
03/09/2024

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ASoc: PCM6240: Return directly after a failed devm_kzalloc() in pcmdevice_i2c_probe()<br /> <br /> The value “-ENOMEM” was assigned to the local variable “ret”<br /> in one if branch after a devm_kzalloc() call failed at the beginning.<br /> This error code will trigger then a pcmdevice_remove() call with a passed<br /> null pointer so that an undesirable dereference will be performed.<br /> Thus return the appropriate error code directly.

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.10 (including) 6.10.3 (excluding)