Skip to content

fix(libsixel): CVE-2025-61146, CVE-2025-9300#2

Merged
Zeno-sole merged 2 commits intomasterfrom
fix/CVE-2025-9300-multi
May 7, 2026
Merged

fix(libsixel): CVE-2025-61146, CVE-2025-9300#2
Zeno-sole merged 2 commits intomasterfrom
fix/CVE-2025-9300-multi

Conversation

@deepin-ci-robot
Copy link
Copy Markdown
Contributor

CVE 修复

CVE IDs: CVE-2025-61146, CVE-2025-9300

CVE-2025-61146: Memory leak in fromgif.c

漏洞描述: Memory leak in gif_init_frame function when processing GIF frames.

修复方案: Backport upstream commit saitoha/libsixel@e0ba668

受影响版本: < 1.10.6
当前版本: 1.10.5-1

CVE-2025-9300: Heap buffer overflow in encoder.c

漏洞描述: Heap buffer overflow in sixel_debug_print_palette due to incorrect palette index offsets.

修复方案: Backport upstream commit saitoha/libsixel@316c086

受影响版本: < 1.10.6
当前版本: 1.10.5-1

验证状态: ✅ quilt 验证通过


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

deepin-ci-robot and others added 2 commits May 7, 2026 16:43
Fix memory leak in fromgif.c gif_init_frame function.
The allocated memory should be freed before reallocating.

Upstream: saitoha/libsixel@e0ba668
Generated-By: glm-5.1
Co-Authored-By: hudeng <hudeng@deepin.org>
Fix heap buffer overflow in encoder.c sixel_debug_print_palette function.
Corrected palette index offsets from [1,2,3] to [0,1,2].

Upstream: saitoha/libsixel@316c086
Generated-By: glm-5.1
Co-Authored-By: hudeng <hudeng@deepin.org>
@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 qaqland 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

github-actions Bot commented May 7, 2026

TAG Bot

TAG: 1.10.5-1deepin2
EXISTED: no
DISTRIBUTION: unstable

@hudeng-go
Copy link
Copy Markdown
Contributor

/integrate

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

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

@Zeno-sole Zeno-sole merged commit c738fbb into master May 7, 2026
8 of 9 checks passed
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.

3 participants