Bug 1659631 (CVE-2018-19662)
Summary: | CVE-2018-19662 libsndfile: buffer over-read in the function i2alaw_array in alaw.c | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Laura Pardo <lpardo> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | mhlavink |
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: | 2020-04-28 16:32:17 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: | 1659632, 1673085, 1673086 | ||
Bug Blocks: | 1659634 |
Description
Laura Pardo
2018-12-14 20:40:43 UTC
Created libsndfile tracking bugs for this issue: Affects: fedora-all [bug 1659632] Functions i2ulaw_array() in ulaw.c and i2alaw_array() in alaw.c use an attacker-controlled value to index a global array, however when the value is negative they get the opposite, which is undefined behaviour in case the original value is INT_MIN. Thus those functions could access some elements outside the limits of the ulaw_encode/alaw_encode buffers. This issue has been addressed in the following products: Red Hat Enterprise Linux 8 Via RHSA-2020:1636 https://access.redhat.com/errata/RHSA-2020:1636 This bug is now closed. Further updates for individual products will be reflected on the CVE page(s): https://access.redhat.com/security/cve/cve-2018-19662 This issue has been addressed in the following products: Red Hat Enterprise Linux 7 Via RHSA-2020:3922 https://access.redhat.com/errata/RHSA-2020:3922 |