Bug 2367545 (CVE-2025-37934) - CVE-2025-37934 kernel: ASoC: simple-card-utils: Fix pointer check in graph_util_parse_link_direction
Summary: CVE-2025-37934 kernel: ASoC: simple-card-utils: Fix pointer check in graph_ut...
Keywords:
Status: NEW
Alias: CVE-2025-37934
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:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-05-20 16:03 UTC by OSIDB Bzimport
Modified: 2025-05-20 22:29 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-05-20 16:03:14 UTC
In the Linux kernel, the following vulnerability has been resolved:

ASoC: simple-card-utils: Fix pointer check in graph_util_parse_link_direction

Actually check if the passed pointers are valid, before writing to them.
This also fixes a USBAN warning:
UBSAN: invalid-load in ../sound/soc/fsl/imx-card.c:687:25
load of value 255 is not a valid value for type '_Bool'

This is because playback_only is uninitialized and is not written to, as
the playback-only property is absent.


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