CVE-2024-42285

In the Linux kernel, the following vulnerability has been resolved: RDMA/iwcm: Fix a use-after-free related to destroying CM IDs iw_conn_req_handler() associates a new struct rdma_id_private (conn_id) with an existing struct iw_cm_id (cm_id) as follows: conn_id->cm_id.iw = cm_id; cm_id->context = conn_id; cm_id->cm_handler = cma_iw_handler; rdma_destroy_id() frees both the cm_id and the struct rdma_id_private. Make sure that cm_work_handler() does not trigger a use-after-free by only freeing of the struct rdma_id_private after all pending work has finished.
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:*:*:*:*:*:*:*:*

History

19 Aug 2024, 19:45

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.8
First Time Linux
Linux linux Kernel
CWE CWE-416
References () https://git.kernel.org/stable/c/557d035fe88d78dd51664f4dc0e1896c04c97cf6 - () https://git.kernel.org/stable/c/557d035fe88d78dd51664f4dc0e1896c04c97cf6 - Patch
References () https://git.kernel.org/stable/c/7f25f296fc9bd0435be14e89bf657cd615a23574 - () https://git.kernel.org/stable/c/7f25f296fc9bd0435be14e89bf657cd615a23574 - Patch
References () https://git.kernel.org/stable/c/94ee7ff99b87435ec63211f632918dc7f44dac79 - () https://git.kernel.org/stable/c/94ee7ff99b87435ec63211f632918dc7f44dac79 - Patch
References () https://git.kernel.org/stable/c/aee2424246f9f1dadc33faa78990c1e2eb7826e4 - () https://git.kernel.org/stable/c/aee2424246f9f1dadc33faa78990c1e2eb7826e4 - Patch
References () https://git.kernel.org/stable/c/d91d253c87fd1efece521ff2612078a35af673c6 - () https://git.kernel.org/stable/c/d91d253c87fd1efece521ff2612078a35af673c6 - Patch
References () https://git.kernel.org/stable/c/dc8074b8901caabb97c2d353abd6b4e7fa5a59a5 - () https://git.kernel.org/stable/c/dc8074b8901caabb97c2d353abd6b4e7fa5a59a5 - Patch
References () https://git.kernel.org/stable/c/ee39384ee787e86e9db4efb843818ef0ea9cb8ae - () https://git.kernel.org/stable/c/ee39384ee787e86e9db4efb843818ef0ea9cb8ae - Patch
References () https://git.kernel.org/stable/c/ff5bbbdee08287d75d72e65b72a2b76d9637892a - () https://git.kernel.org/stable/c/ff5bbbdee08287d75d72e65b72a2b76d9637892a - Patch
CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

19 Aug 2024, 12:59

Type Values Removed Values Added
Summary
  • (es) En el kernel de Linux, se resolvió la siguiente vulnerabilidad: RDMA/iwcm: corrige un use-after-free relacionado con la destrucción de ID de CM iw_conn_req_handler() asocia una nueva estructura rdma_id_private (conn_id) con una estructura iw_cm_id (cm_id) existente de la siguiente manera: conn_id->cm_id.iw = cm_id; cm_id->context = conn_id; cm_id->cm_handler = cma_iw_handler; rdma_destroy_id() libera tanto cm_id como struct rdma_id_private. Asegúrese de que cm_work_handler() no active un use-after-free liberando solo la estructura rdma_id_private después de que todo el trabajo pendiente haya finalizado.

19 Aug 2024, 05:15

Type Values Removed Values Added
References
  • () https://git.kernel.org/stable/c/557d035fe88d78dd51664f4dc0e1896c04c97cf6 -
  • () https://git.kernel.org/stable/c/7f25f296fc9bd0435be14e89bf657cd615a23574 -
  • () https://git.kernel.org/stable/c/94ee7ff99b87435ec63211f632918dc7f44dac79 -
  • () https://git.kernel.org/stable/c/d91d253c87fd1efece521ff2612078a35af673c6 -

17 Aug 2024, 09:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-08-17 09:15

Updated : 2024-08-19 19:45


NVD link : CVE-2024-42285

Mitre link : CVE-2024-42285

CVE.ORG link : CVE-2024-42285


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-416

Use After Free