Bug 2297548 (CVE-2024-40964) - CVE-2024-40964 kernel: ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41_hda_unbind()
Summary: CVE-2024-40964 kernel: ALSA: hda: cs35l41: Possible null pointer dereference ...
Keywords:
Status: NEW
Alias: CVE-2024-40964
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-07-12 13:41 UTC by OSIDB Bzimport
Modified: 2024-07-30 06:58 UTC (History)
4 users (show)

Fixed In Version: kernel 6.6.36, kernel 6.9.7, kernel 6.10-rc5
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-07-12 13:41:53 UTC
In the Linux kernel, the following vulnerability has been resolved:

ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41_hda_unbind()

The cs35l41_hda_unbind() function clears the hda_component entry
matching it's index and then dereferences the codec pointer held in the
first element of the hda_component array, this is an issue when the
device index was 0.

Instead use the codec pointer stashed in the cs35l41_hda structure as it
will still be valid.


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