Skip to content

fix(alsa-lib): CVE-2026-25068#10

Open
deepin-ci-robot wants to merge 1 commit intomasterfrom
fix/CVE-2026-25068
Open

fix(alsa-lib): CVE-2026-25068#10
deepin-ci-robot wants to merge 1 commit intomasterfrom
fix/CVE-2026-25068

Conversation

@deepin-ci-robot
Copy link
Copy Markdown
Contributor

Security Update

Generated by AI

Fix heap buffer overflow in topology mixer control decoder.

The tplg_decode_control_mixer1() function reads the num_channels field
from untrusted .tplg data and uses it as a loop bound without validating
it against the fixed-size channel array (SND_TPLG_MAX_CHAN). A crafted
topology file with an excessive num_channels value can cause out-of-bounds
heap writes, leading to a crash.

Upstream: alsa-project/alsa-lib@5f7fe33

Generated-By: glm-5.1

Co-Authored-By: hudeng <hudeng@deepin.org>
@deepin-ci-robot deepin-ci-robot requested a review from BLumia April 25, 2026 07:12
@deepin-ci-robot
Copy link
Copy Markdown
Contributor Author

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign hudeng-go for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@github-actions
Copy link
Copy Markdown

TAG Bot

TAG: 1.2.15.3-1deepin4
EXISTED: no
DISTRIBUTION: unstable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant