Skip to content

fix(ffmpeg): CVE-2026-58049#34

Open
deepin-ci-robot wants to merge 1 commit into
masterfrom
fix/CVE-2026-58049
Open

fix(ffmpeg): CVE-2026-58049#34
deepin-ci-robot wants to merge 1 commit into
masterfrom
fix/CVE-2026-58049

Conversation

@deepin-ci-robot

Copy link
Copy Markdown
Contributor

CVE 修复

CVE ID: CVE-2026-58049

漏洞描述: FFmpeg's RASC video decoder (decode_dlta in libavcodec/rasc.c) performs 32-bit reads and writes at the row cursor before the NEXT_LINE row-boundary check and validates the DLTA region in pixel rather than byte units, so a DLTA run on a PAL8 frame can access several bytes past the row allocation.

修复方案: 添加 dlta_room() 边界检查函数,在 32-bit DLTA 访问前验证剩余空间是否足够

上游提交: FFmpeg/FFmpeg@11ff18a

验证状态: Guard 验证通过


Fix-Approach: backport-upstream
Generated by: CVE-Fixer Agent
Co-Authored-By: hudeng hudeng@deepin.org

@deepin-ci-robot

Copy link
Copy Markdown
Contributor Author

/hold
因为该quilt包的上游版本号变更,详情见: deepin-community/infra-settings#134

@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 tsic404 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

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

TAG Bot

TAG: 7%6.1.5-0deepin4
EXISTED: no
DISTRIBUTION: unstable

@hudeng-go

Copy link
Copy Markdown
Contributor

/integrate

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

AutoIntegrationPr Bot
auto integrate with pr url: deepin-community/Repository-Integration#4219
PrNumber: 4219
PrBranch: auto-integration-28497492560

Fix out-of-bounds write in RASC decoder decode_dlta().
Check that 32-bit DLTA accesses stay within the row boundary.

Origin: FFmpeg/FFmpeg@11ff18a
Bug: https://bugzilla.redhat.com/show_bug.cgi?id=2493952
Generated-By: uos/deepseek-v4-flash
Co-Authored-By: hudeng <hudeng@deepin.org>
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.

2 participants