← Back to CVE List

CVE-2024-53103

Published: 2024-12-02T08:15Z
Last Modified: 2025-01-07T16:25Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointer When hvs is released, there is a possibility that vsk->trans may not be initialized to NULL, which could lead to a dangling pointer. This issue is resolved by initializing vsk->trans to NULL. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt