Bug 2295919 - kernel: media: mc: Fix graph walk in media_pipeline_start
Summary: kernel: media: mc: Fix graph walk in media_pipeline_start
Keywords:
Status: CLOSED DUPLICATE of bug 2296055
Alias: None
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: 2024-07-05 09:22 UTC by OSIDB Bzimport
Modified: 2024-07-12 13:02 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-07-05 21:12:52 UTC
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-07-05 09:22:30 UTC
In the Linux kernel, the following vulnerability has been resolved:

media: mc: Fix graph walk in media_pipeline_start

The graph walk tries to follow all links, even if they are not between
pads. This causes a crash with, e.g. a MEDIA_LNK_FL_ANCILLARY_LINK link.

Fix this by allowing the walk to proceed only for MEDIA_LNK_FL_DATA_LINK
links.

Comment 1 Mauro Matteo Cascella 2024-07-05 21:12:52 UTC

*** This bug has been marked as a duplicate of bug 2296055 ***


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