Bug 1977976
Summary: | CVE-2021-35942 glibc: Arbitrary read in wordexp() [fedora-all] | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Pedro Sampaio <psampaio> |
Component: | glibc | Assignee: | Patsy Griffin <pfrankli> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 34 | CC: | aoliva, arjun, codonell, dj, fweimer, law, mcermak, mfabian, pfrankli, rth, sipoyare |
Target Milestone: | --- | Keywords: | Security, SecurityTracking |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | glibc-2.33.9000-33.fc35 glibc-2.33-20.fc34 glibc-2.32-10.fc33 | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-07-14 01:20:23 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1977975 |
Description
Pedro Sampaio
2021-06-30 20:05:10 UTC
Use the following template to for the 'fedpkg update' request to submit an update for this issue as it contains the top-level parent bug(s) as well as this tracking bug. This will ensure that all associated bugs get updated when new packages are pushed to stable. ===== # bugfix, security, enhancement, newpackage (required) type=security # low, medium, high, urgent (required) severity=medium # testing, stable request=testing # Bug numbers: 1234,9876 bugs=1977975,1977976 # Description of your update notes=Security fix for [PUT CVEs HERE] # Enable request automation based on the stable/unstable karma thresholds autokarma=True stable_karma=3 unstable_karma=-3 # Automatically close bugs when this marked as stable close_bugs=True # Suggest that users restart after update suggest_reboot=False ====== Additionally, you may opt to use the bodhi web interface to submit updates: https://bodhi.fedoraproject.org/updates/new We are looking at at fixing this in F34 and F33, but we need backports to the upstream stable branches. We need to do the following: - Backport 5adda61f62b77384718b4c0d8336ade8f2b4b35c from master to release/master/2.33 (post to libc-stable) - Backport 5adda61f62b77384718b4c0d8336ade8f2b4b35c from master to release/master/2.32 (post to libc-stable) - Sync release/master/2.33 to Fedora 34 - Sync release/master/2.32 to Fedora 33 - Bodhi update for F34 - Bodhi update for F33 commit 5adda61f62b77384718b4c0d8336ade8f2b4b35c Author: Andreas Schwab <schwab> Date: Fri Jun 25 15:02:47 2021 +0200 wordexp: handle overflow in positional parameter number (bug 28011) Use strtoul instead of atoi so that overflow can be detected. (In reply to Carlos O'Donell from comment #3) > We need to do the following: > - Backport 5adda61f62b77384718b4c0d8336ade8f2b4b35c from master to > release/master/2.33 (post to libc-stable) > - Backport 5adda61f62b77384718b4c0d8336ade8f2b4b35c from master to > release/master/2.32 (post to libc-stable) > - Sync release/master/2.33 to Fedora 34 > - Sync release/master/2.32 to Fedora 33 Sorry, release/X.Y/master e.g. release/2.32/master and release/2.33/master FEDORA-2021-e14e86e40e has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-e14e86e40e FEDORA-2021-3f4132bb56 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-3f4132bb56 FEDORA-2021-e14e86e40e has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-e14e86e40e` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-e14e86e40e See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-3f4132bb56 has been pushed to the Fedora 33 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-3f4132bb56` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-3f4132bb56 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-3f4132bb56 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-3f4132bb56 FEDORA-2021-3f4132bb56 has been pushed to the Fedora 33 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-3f4132bb56` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-3f4132bb56 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-e14e86e40e has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2021-3f4132bb56 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report. |