Bug 2052020
Summary: | CVE-2022-0544 blender: Out-of-bounds memory access due to malformed DDS image file [fedora-all] | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mauro Matteo Cascella <mcascell> |
Component: | blender | Assignee: | Luya Tshimbalanga <luya_tfz> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 35 | CC: | code, design-devel, luya_tfz, negativo17, promac |
Target Milestone: | --- | Keywords: | Security, SecurityTracking |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-04-08 14:28:19 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: | 2052018 |
Description
Mauro Matteo Cascella
2022-02-08 14:17:45 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=2052018,2052020 # 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 https://nvd.nist.gov/vuln/detail/CVE-2022-0544 https://developer.blender.org/T94661 Based on upstream git, the fix is included in 3.1.0 and later releases (F35, F36, F37), and in 2.93.8 final (F34), so it appears that this is already resolved in current Fedora releases. > commit d9dd8c287f57716a827483973c31bbb2face2816 > Author: Sergey Sharybin <sergey> > Date: Mon Jan 10 14:26:57 2022 +0100 > > Fix T94661: Out-of-bounds memory access due to malformed DDS image file > > Harden bounds check in the stream reader avoiding integer overflow. |