Skip to content

In the Linux kernel, the following vulnerability has been...

Unreviewed Published Jun 21, 2024 to the GitHub Advisory Database • Updated Jun 21, 2024

Package

No package listedSuggest a package

Affected versions

Unknown

Patched versions

Unknown

Description

In the Linux kernel, the following vulnerability has been resolved:

soundwire: cadence: fix invalid PDI offset

For some reason, we add an offset to the PDI, presumably to skip the
PDI0 and PDI1 which are reserved for BPT.

This code is however completely wrong and leads to an out-of-bounds
access. We were just lucky so far since we used only a couple of PDIs
and remained within the PDI array bounds.

A Fixes: tag is not provided since there are no known platforms where
the out-of-bounds would be accessed, and the initial code had problems
as well.

A follow-up patch completely removes this useless offset.

References

Published by the National Vulnerability Database Jun 21, 2024
Published to the GitHub Advisory Database Jun 21, 2024
Last updated Jun 21, 2024

Severity

Unknown

Weaknesses

No CWEs

CVE ID

CVE-2024-38635

GHSA ID

GHSA-fgg4-8h2g-hcc2

Source code

No known source code

Dependabot alerts are not supported on this advisory because it does not have a package from a supported ecosystem with an affected and fixed version.

Learn more about GitHub language support

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.