Bug 2329818 (CVE-2024-53103) - CVE-2024-53103 kernel: hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointer
Summary: CVE-2024-53103 kernel: hv_sock: Initializing vsk->trans to NULL to prevent a ...
Keywords:
Status: NEW
Alias: CVE-2024-53103
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2329820
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-12-02 08:01 UTC by OSIDB Bzimport
Modified: 2024-12-19 06:19 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-12-02 08:01:03 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.