fix(cve): CVE-2026-38753 - awk: fix use-after-free in awk_sub() - #7
Merged
Conversation
CVE: CVE-2026-38753 (medium) - A use-after-free in the awk_sub() function (editors/awk.c) of Busybox v1.38.0 allows attackers to cause a Denial of Service (DoS) via supplying a crafted AWK script. Upstream: https://lists.busybox.net/pipermail/busybox/2026-June/092352.html Co-authored-by: hudeng <hudeng@deepin.org> Generated-By: qwen3.6-35b
|
TAG Bot TAG: 1%1.37.0-10.1deepin3 |
Contributor
Author
|
/hold |
Contributor
Author
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
CVE: CVE-2026-38754 (medium) - 修复 ash 中 ifsbreakup() 函数的越界读取漏洞 Upstream: https://git.busybox.net/busybox/commit/a448b6d5b21e5b21249391389b6f0551d9bea136 Co-authored-by: hudeng <hudeng@deepin.org> Generated-By: qwen3.6-35b
CVE: CVE-2026-38752 (low) - Recursive awk functions can keep re-entering evaluate() until the process stack is exhausted. Track active function-call depth and report a normal awk error once the limit is reached instead of overflowing the stack. Upstream: https://lists.busybox.net/pipermail/busybox/2026-June/092351.html Co-authored-by: hudeng <hudeng@deepin.org> Generated-By: qwen3.6-35b
|
/integrate |
|
AutoIntegrationPr Bot |
This was referenced Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CVE: CVE-2026-38753 (medium) - A use-after-free in the awk_sub() function (editors/awk.c) of Busybox v1.38.0 allows attackers to cause a Denial of Service (DoS) via supplying a crafted AWK script.
Upstream: https://lists.busybox.net/pipermail/busybox/2026-June/092352.html
Co-authored-by: hudeng hudeng@deepin.org
Generated-By: qwen3.6-35b
CVE: CVE-2026-38754 (medium) - 修复 ash 中 ifsbreakup() 函数的越界读取漏洞
Upstream: https://git.busybox.net/busybox/commit/a448b6d5b21e5b21249391389b6f0551d9bea136
Co-authored-by: hudeng hudeng@deepin.org
Generated-By: qwen3.6-35b
CVE: CVE-2026-38752 (low) - Recursive awk functions can keep re-entering evaluate() until the process stack is exhausted. Track active function-call depth and report a normal awk error once the limit is reached instead of overflowing the stack.
Upstream: https://lists.busybox.net/pipermail/busybox/2026-June/092351.html
Co-authored-by: hudeng hudeng@deepin.org
Generated-By: qwen3.6-35b