From this webpage screenshot, we can extract the following key information about the vulnerability: 1. Author and Submitter: - Author: Richard Fitzgerald - Submitter: Mark Brown 2. Submission Time: - 2024-07-01 14:10:24 +0100 3. Submission Content: - Title: firmware: cs_dsp: Validate payload length before processing block - Description: Remove payload length checks performed before processing blocks in and . The length check is performed near the end of loop iterations. However, some code uses the length field before validating it. 4. Fixed Bug: - Fixes bug f6bc99e7673 ("firmware: cs_dsp: add driver to support firmware loading on Cirrus Logic DSPs") 5. Link: - https://patch.msr.id/20240627141432.93056-4-rf@opensource.cirrus.com 6. Signed-off-by: - Richard Fitzgerald - Mark Brown 7. Diffstat: - 1 file changed, 15 insertions, 21 deletions 8. Diff Content: - Modified , primarily adjusting the payload length validation logic. This information indicates that the submission fixes a firmware loading issue related to Cirrus Logic DSPs by validating the payload length before processing blocks.