--------------------------------------------------------------------------------Fedora Update Notification
FEDORA-2019-e08f78d4a6
2019-09-08 03:08:52.300533
--------------------------------------------------------------------------------Name        : SDL
Product     : Fedora 29
Version     : 1.2.15
Release     : 40.fc29
URL         : https://www.libsdl.org/
Summary     : A cross-platform multimedia library
Description :
Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed
to provide fast access to the graphics frame buffer and audio device.

--------------------------------------------------------------------------------Update Information:

This release fixes a heap buffer over-read in BlitNtoN() function when
processing an invalid BMP image. It also updates a URL in the RPM metadata.
--------------------------------------------------------------------------------ChangeLog:

* Fri Aug 30 2019 Petr Pisar  - 1.2.15-40
- Fix CVE-2019-13616 (a heap buffer over-read in BlitNtoN) (bug #1747237)
* Fri Aug  2 2019 Petr Pisar  - 1.2.15-39
- Fix Windows drivers broken with a patch for CVE-2019-7637 (bug #1677152)
- Update URL to use secured HTTP protocol
* Mon Jun  3 2019 Petr Pisar  - 1.2.15-38
- Fix retrieving an error code after stopping and resuming a CD-ROM playback
  (upstream bug #4108)
- Fix SDL_Surface reference counter initialization and a possible crash when
  opening a mouse device when using a framebuffer video output (bug #1602687)
* Tue Mar 12 2019 Petr Pisar  - 1.2.15-37
- Fix CVE-2019-7577 completely (a buffer overread in MS_ADPCM_nibble and
  MS_ADPCM_decode on an invalid predictor) (bug #1676510)
* Fri Feb 15 2019 Petr Pisar  - 1.2.15-36
- Fix CVE-2019-7577 (a buffer overread in MS_ADPCM_decode) (bug #1676510)
- Fix CVE-2019-7575 (a buffer overwrite in MS_ADPCM_decode) (bug #1676744)
- Fix CVE-2019-7574 (a buffer overread in IMA_ADPCM_decode) (bug #1676750)
- Fix CVE-2019-7572 (a buffer overread in IMA_ADPCM_nibble) (bug #1676754)
- Fix CVE-2019-7572 (a buffer overwrite in IMA_ADPCM_nibble) (bug #1676754)
- Fix CVE-2019-7573, CVE-2019-7576 (buffer overreads in InitMS_ADPCM)
  (bugs #1676752, #1676756)
- Fix CVE-2019-7578 (a buffer overread in InitIMA_ADPCM) (bug #1676782)
- Fix CVE-2019-7638, CVE-2019-7636 (buffer overflows when processing BMP
  images with too high number of colors) (bugs #1677144, #1677157)
- Fix CVE-2019-7637 (an integer overflow in SDL_CalculatePitch) (bug #1677152)
- Fix CVE-2019-7635 (a buffer overread when blitting a BMP image with pixel
  colors out the palette) (bug #1677159)
- Reject 2, 3, 5, 6, 7-bpp BMP images (bug #1677159)
* Mon Jan 14 2019 Petr Pisar  - 1.2.15-35
- Remove manual updating of config.{guess,sub} - this has been part of
  %configure since 2013
- Use system glext.h to prevent from clashing on a GL_GLEXT_VERSION definition
  (bug #1662778)
* Tue Aug 28 2018 Petr Pisar  - 1.2.15-34
- Remove useless build-time dependency on audiofile-devel
--------------------------------------------------------------------------------References:

  [ 1 ] Bug #1747237 - CVE-2019-13616 SDL: Heap-based buffer over-read in BlitNtoN in video/SDL_blit_N.c
        https://bugzilla.redhat.com/show_bug.cgi?id=1747237
--------------------------------------------------------------------------------This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2019-e08f78d4a6' at the command
line. For more information, refer to the dnf documentation available at
https://dnf.readthedocs.io/en/latest/command_ref.html

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/security/
--------------------------------------------------------------------------------_______________________________________________
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/

Fedora 29: SDL FEDORA-2019-e08f78d4a6

September 7, 2019
This release fixes a heap buffer over-read in BlitNtoN() function when processing an invalid BMP image

Summary

Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed

to provide fast access to the graphics frame buffer and audio device.

This release fixes a heap buffer over-read in BlitNtoN() function when

processing an invalid BMP image. It also updates a URL in the RPM metadata.

* Fri Aug 30 2019 Petr Pisar - 1.2.15-40

- Fix CVE-2019-13616 (a heap buffer over-read in BlitNtoN) (bug #1747237)

* Fri Aug 2 2019 Petr Pisar - 1.2.15-39

- Fix Windows drivers broken with a patch for CVE-2019-7637 (bug #1677152)

- Update URL to use secured HTTP protocol

* Mon Jun 3 2019 Petr Pisar - 1.2.15-38

- Fix retrieving an error code after stopping and resuming a CD-ROM playback

(upstream bug #4108)

- Fix SDL_Surface reference counter initialization and a possible crash when

opening a mouse device when using a framebuffer video output (bug #1602687)

* Tue Mar 12 2019 Petr Pisar - 1.2.15-37

- Fix CVE-2019-7577 completely (a buffer overread in MS_ADPCM_nibble and

MS_ADPCM_decode on an invalid predictor) (bug #1676510)

* Fri Feb 15 2019 Petr Pisar - 1.2.15-36

- Fix CVE-2019-7577 (a buffer overread in MS_ADPCM_decode) (bug #1676510)

- Fix CVE-2019-7575 (a buffer overwrite in MS_ADPCM_decode) (bug #1676744)

- Fix CVE-2019-7574 (a buffer overread in IMA_ADPCM_decode) (bug #1676750)

- Fix CVE-2019-7572 (a buffer overread in IMA_ADPCM_nibble) (bug #1676754)

- Fix CVE-2019-7572 (a buffer overwrite in IMA_ADPCM_nibble) (bug #1676754)

- Fix CVE-2019-7573, CVE-2019-7576 (buffer overreads in InitMS_ADPCM)

(bugs #1676752, #1676756)

- Fix CVE-2019-7578 (a buffer overread in InitIMA_ADPCM) (bug #1676782)

- Fix CVE-2019-7638, CVE-2019-7636 (buffer overflows when processing BMP

images with too high number of colors) (bugs #1677144, #1677157)

- Fix CVE-2019-7637 (an integer overflow in SDL_CalculatePitch) (bug #1677152)

- Fix CVE-2019-7635 (a buffer overread when blitting a BMP image with pixel

colors out the palette) (bug #1677159)

- Reject 2, 3, 5, 6, 7-bpp BMP images (bug #1677159)

* Mon Jan 14 2019 Petr Pisar - 1.2.15-35

- Remove manual updating of config.{guess,sub} - this has been part of

%configure since 2013

- Use system glext.h to prevent from clashing on a GL_GLEXT_VERSION definition

(bug #1662778)

* Tue Aug 28 2018 Petr Pisar - 1.2.15-34

- Remove useless build-time dependency on audiofile-devel

[ 1 ] Bug #1747237 - CVE-2019-13616 SDL: Heap-based buffer over-read in BlitNtoN in video/SDL_blit_N.c

https://bugzilla.redhat.com/show_bug.cgi?id=1747237

su -c 'dnf upgrade --advisory FEDORA-2019-e08f78d4a6' at the command

line. For more information, refer to the dnf documentation available at

https://dnf.readthedocs.io/en/latest/command_ref.html

All packages are signed with the Fedora Project GPG key. More details on the

GPG keys used by the Fedora Project can be found at

https://fedoraproject.org/security/

package-announce mailing list -- package-announce@lists.fedoraproject.org

To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org

Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/

List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines

List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/

FEDORA-2019-e08f78d4a6 2019-09-08 03:08:52.300533 Product : Fedora 29 Version : 1.2.15 Release : 40.fc29 URL : https://www.libsdl.org/ Summary : A cross-platform multimedia library Description : Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed to provide fast access to the graphics frame buffer and audio device. This release fixes a heap buffer over-read in BlitNtoN() function when processing an invalid BMP image. It also updates a URL in the RPM metadata. * Fri Aug 30 2019 Petr Pisar - 1.2.15-40 - Fix CVE-2019-13616 (a heap buffer over-read in BlitNtoN) (bug #1747237) * Fri Aug 2 2019 Petr Pisar - 1.2.15-39 - Fix Windows drivers broken with a patch for CVE-2019-7637 (bug #1677152) - Update URL to use secured HTTP protocol * Mon Jun 3 2019 Petr Pisar - 1.2.15-38 - Fix retrieving an error code after stopping and resuming a CD-ROM playback (upstream bug #4108) - Fix SDL_Surface reference counter initialization and a possible crash when opening a mouse device when using a framebuffer video output (bug #1602687) * Tue Mar 12 2019 Petr Pisar - 1.2.15-37 - Fix CVE-2019-7577 completely (a buffer overread in MS_ADPCM_nibble and MS_ADPCM_decode on an invalid predictor) (bug #1676510) * Fri Feb 15 2019 Petr Pisar - 1.2.15-36 - Fix CVE-2019-7577 (a buffer overread in MS_ADPCM_decode) (bug #1676510) - Fix CVE-2019-7575 (a buffer overwrite in MS_ADPCM_decode) (bug #1676744) - Fix CVE-2019-7574 (a buffer overread in IMA_ADPCM_decode) (bug #1676750) - Fix CVE-2019-7572 (a buffer overread in IMA_ADPCM_nibble) (bug #1676754) - Fix CVE-2019-7572 (a buffer overwrite in IMA_ADPCM_nibble) (bug #1676754) - Fix CVE-2019-7573, CVE-2019-7576 (buffer overreads in InitMS_ADPCM) (bugs #1676752, #1676756) - Fix CVE-2019-7578 (a buffer overread in InitIMA_ADPCM) (bug #1676782) - Fix CVE-2019-7638, CVE-2019-7636 (buffer overflows when processing BMP images with too high number of colors) (bugs #1677144, #1677157) - Fix CVE-2019-7637 (an integer overflow in SDL_CalculatePitch) (bug #1677152) - Fix CVE-2019-7635 (a buffer overread when blitting a BMP image with pixel colors out the palette) (bug #1677159) - Reject 2, 3, 5, 6, 7-bpp BMP images (bug #1677159) * Mon Jan 14 2019 Petr Pisar - 1.2.15-35 - Remove manual updating of config.{guess,sub} - this has been part of %configure since 2013 - Use system glext.h to prevent from clashing on a GL_GLEXT_VERSION definition (bug #1662778) * Tue Aug 28 2018 Petr Pisar - 1.2.15-34 - Remove useless build-time dependency on audiofile-devel [ 1 ] Bug #1747237 - CVE-2019-13616 SDL: Heap-based buffer over-read in BlitNtoN in video/SDL_blit_N.c https://bugzilla.redhat.com/show_bug.cgi?id=1747237 su -c 'dnf upgrade --advisory FEDORA-2019-e08f78d4a6' at the command line. For more information, refer to the dnf documentation available at https://dnf.readthedocs.io/en/latest/command_ref.html All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/security/ package-announce mailing list -- package-announce@lists.fedoraproject.org To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/

Change Log

References

Update Instructions

Severity
Product : Fedora 29
Version : 1.2.15
Release : 40.fc29
URL : https://www.libsdl.org/
Summary : A cross-platform multimedia library

Related News