Bug 1739373 (CVE-2019-1010189)
Summary: | CVE-2019-1010189 mgetty: opening a specially crafted file leads to an infinite loop and DoS | ||||||
---|---|---|---|---|---|---|---|
Product: | [Other] Security Response | Reporter: | Marian Rehak <mrehak> | ||||
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> | ||||
Status: | CLOSED ERRATA | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | unspecified | CC: | fkrska, mbenatto, msekleta, zdohnal | ||||
Target Milestone: | --- | Keywords: | Security | ||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2021-10-25 09:52:34 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: | 1739376, 1791975 | ||||||
Bug Blocks: | 1739378 | ||||||
Attachments: |
|
Description
Marian Rehak
2019-08-09 07:54:38 UTC
Created mgetty tracking bugs for this issue: Affects: fedora-29 [bug 1739376] Created attachment 1652882 [details]
Upstream patch
Upstream patch for this issue (attached): commit 0162663ed5f45209792995b54e36424334ee46da Author: Gert Doering <gert.de> Date: Thu Sep 6 23:14:49 2018 +0200 Fix invalid lseek() leading to infinite loop in g32pbm Commit 3ab78bddf4 "cleaned up code", supposedly replacing the magic constant "1" with "SEEK_CUR" in the lseek() call used for file pointer reporting on code violations. Unfortunately this was mistyped in the actual code change as "SEEK_SET", thus rewinding the file to start on each G3 decoding error -> endless loop. Issue found and reported by Eric Sesterhenn <eric.sesterhenn> Signed-off-by: Gert Doering <gert.de> |