CVE-2022-48784

In the Linux kernel, the following vulnerability has been resolved: cfg80211: fix race in netlink owner interface destruction My previous fix here to fix the deadlock left a race where the exact same deadlock (see the original commit referenced below) can still happen if cfg80211_destroy_ifaces() already runs while nl80211_netlink_notify() is still marking some interfaces as nl_owner_dead. The race happens because we have two loops here - first we dev_close() all the netdevs, and then we destroy them. If we also have two netdevs (first one need only be a wdev though) then we can find one during the first iteration, close it, and go to the second iteration -- but then find two, and try to destroy also the one we didn't close yet. Fix this by only iterating once.
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:5.17:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:5.17:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:5.17:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:5.17:rc4:*:*:*:*:*:*

History

03 Feb 2025, 15:43

Type Values Removed Values Added
References () https://git.kernel.org/stable/c/241e633cb379c4f332fc1baf2abec95ec840cbeb - () https://git.kernel.org/stable/c/241e633cb379c4f332fc1baf2abec95ec840cbeb - Patch
References () https://git.kernel.org/stable/c/c979f792a2baf6d0f3419587668a1a6eba46a3d2 - () https://git.kernel.org/stable/c/c979f792a2baf6d0f3419587668a1a6eba46a3d2 - Patch
References () https://git.kernel.org/stable/c/f0a6fd1527067da537e9c48390237488719948ed - () https://git.kernel.org/stable/c/f0a6fd1527067da537e9c48390237488719948ed - Patch
First Time Linux linux Kernel
Linux
CPE cpe:2.3:o:linux:linux_kernel:5.17:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:5.17:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:5.17:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:5.17:rc3:*:*:*:*:*:*
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 4.7
CWE CWE-362

21 Nov 2024, 07:34

Type Values Removed Values Added
Summary
  • (es) En el kernel de Linux, se resolvió la siguiente vulnerabilidad: cfg80211: corrige la ejecución en la destrucción de la interfaz del propietario de netlink. Mi solución anterior aquí para arreglar el punto muerto dejó una ejecución donde exactamente el mismo punto muerto (consulte la confirmación original a la que se hace referencia a continuación) aún puede ocurrir si cfg80211_destroy_ifaces () ya se ejecuta mientras nl80211_netlink_notify() todavía marca algunas interfaces como nl_owner_dead. La ejecución ocurre porque tenemos dos bucles aquí: primero dev_close() todos los netdevs y luego los destruimos. Si también tenemos dos netdevs (aunque el primero solo necesita ser un wdev), entonces podemos encontrar uno durante la primera iteración, cerrarlo e ir a la segunda iteración, pero luego encontrar dos e intentar destruir también el que tenemos. Aún no ha cerrado. Solucione este problema iterando solo una vez.
References () https://git.kernel.org/stable/c/241e633cb379c4f332fc1baf2abec95ec840cbeb - () https://git.kernel.org/stable/c/241e633cb379c4f332fc1baf2abec95ec840cbeb -
References () https://git.kernel.org/stable/c/c979f792a2baf6d0f3419587668a1a6eba46a3d2 - () https://git.kernel.org/stable/c/c979f792a2baf6d0f3419587668a1a6eba46a3d2 -
References () https://git.kernel.org/stable/c/f0a6fd1527067da537e9c48390237488719948ed - () https://git.kernel.org/stable/c/f0a6fd1527067da537e9c48390237488719948ed -

16 Jul 2024, 12:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-07-16 12:15

Updated : 2025-02-03 15:43


NVD link : CVE-2022-48784

Mitre link : CVE-2022-48784

CVE.ORG link : CVE-2022-48784


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-362

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