CVE-2024-26942

In the Linux kernel, the following vulnerability has been resolved: net: phy: qcom: at803x: fix kernel panic with at8031_probe On reworking and splitting the at803x driver, in splitting function of at803x PHYs it was added a NULL dereference bug where priv is referenced before it's actually allocated and then is tried to write to for the is_1000basex and is_fiber variables in the case of at8031, writing on the wrong address. Fix this by correctly setting priv local variable only after at803x_probe is called and actually allocates priv in the phydev struct.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.9:rc1:*:*:*:*:*:*

History

21 Nov 2024, 09:03

Type Values Removed Values Added
References () https://git.kernel.org/stable/c/6a4aee277740d04ac0fd54cfa17cc28261932ddc - Patch () https://git.kernel.org/stable/c/6a4aee277740d04ac0fd54cfa17cc28261932ddc - Patch
References () https://git.kernel.org/stable/c/a8a296ad9957b845b89bcf48be1cf8c74875ecc3 - Patch () https://git.kernel.org/stable/c/a8a296ad9957b845b89bcf48be1cf8c74875ecc3 - Patch

03 Jul 2024, 01:50

Type Values Removed Values Added
CWE CWE-362

23 May 2024, 19:13

Type Values Removed Values Added
Summary
  • (es) En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: net: phy: qcom: at803x: corrige el pánico del kernel con at8031_probe Al reelaborar y dividir el controlador at803x, en la función de división de los PHY de at803x se agregó un error de desreferencia NULL donde se hace referencia a priv antes de que realmente se asigne y luego se intenta escribir para las variables is_1000basex e is_fiber en el caso de at8031, escribiendo en la dirección incorrecta. Solucione este problema configurando correctamente la variable local priv solo después de llamar a at803x_probe y realmente asignar priv en la estructura phydev.
First Time Linux linux Kernel
Linux
CWE CWE-476
References () https://git.kernel.org/stable/c/6a4aee277740d04ac0fd54cfa17cc28261932ddc - () https://git.kernel.org/stable/c/6a4aee277740d04ac0fd54cfa17cc28261932ddc - Patch
References () https://git.kernel.org/stable/c/a8a296ad9957b845b89bcf48be1cf8c74875ecc3 - () https://git.kernel.org/stable/c/a8a296ad9957b845b89bcf48be1cf8c74875ecc3 - Patch
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5
CPE cpe:2.3:o:linux:linux_kernel:6.9:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

01 May 2024, 06:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-05-01 06:15

Updated : 2024-11-21 09:03


NVD link : CVE-2024-26942

Mitre link : CVE-2024-26942

CVE.ORG link : CVE-2024-26942


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-476

NULL Pointer Dereference

CWE-362

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')