-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

===========================================================================
             AUSCERT External Security Bulletin Redistribution

                              ESB-2019.0044.2
             SUSE Security Update: Security update for libraw
                              3 January 2019

===========================================================================

        AusCERT Security Bulletin Summary
        ---------------------------------

Product:           libraw
Publisher:         SUSE
Operating System:  SUSE
Impact/Access:     Execute Arbitrary Code/Commands -- Remote with User Interaction
                   Denial of Service               -- Remote with User Interaction
Resolution:        Patch/Upgrade
CVE Names:         CVE-2018-5808 CVE-2018-5806 CVE-2018-5805

Reference:         ESB-2018.3382

Original Bulletin: 
   https://www.suse.com/support/update/announcement/2019/suse-su-20190002-1/
   https://www.suse.com/support/update/announcement/2019/suse-su-20190005-1/

Comment: This bulletin contains two (2) SUSE security advisories.

Revision History:  January 3 2019: Included additional SUSE bulletin.
                   January 3 2019: Initial Release

- --------------------------BEGIN INCLUDED TEXT--------------------

   SUSE Security Update: Security update for libraw
______________________________________________________________________________

Announcement ID:    SUSE-SU-2019:0002-1
Rating:             moderate
References:         #1097973 #1097974 #1118894 
Cross-References:   CVE-2018-5805 CVE-2018-5806 CVE-2018-5808
                   
Affected Products:
                    SUSE Linux Enterprise Workstation Extension 12-SP4
                    SUSE Linux Enterprise Workstation Extension 12-SP3
                    SUSE Linux Enterprise Software Development Kit 12-SP4
                    SUSE Linux Enterprise Software Development Kit 12-SP3
                    SUSE Linux Enterprise Desktop 12-SP4
                    SUSE Linux Enterprise Desktop 12-SP3
______________________________________________________________________________

   An update that fixes three vulnerabilities is now available.

Description:

   This update for libraw fixes the following issues:

   Security issues fixed:

   - CVE-2018-5808: Fixed a stack-based buffer overflow and code execution
     vulnerability in find_green() function internal/dcraw_common.cpp
     (bsc#1118894).
   - CVE-2018-5805: Fixed a boundary error within the quicktake_100_load_raw
     function (bsc#1097973)
   - CVE-2018-5806: Fixed a a NULL pointer dereference in the
     leaf_hdr_load_raw function (bsc#1097974)


Patch Instructions:

   To install this SUSE Security Update use the SUSE recommended installation methods
   like YaST online_update or "zypper patch".

   Alternatively you can run the command listed for your product:

   - SUSE Linux Enterprise Workstation Extension 12-SP4:

      zypper in -t patch SUSE-SLE-WE-12-SP4-2019-2=1

   - SUSE Linux Enterprise Workstation Extension 12-SP3:

      zypper in -t patch SUSE-SLE-WE-12-SP3-2019-2=1

   - SUSE Linux Enterprise Software Development Kit 12-SP4:

      zypper in -t patch SUSE-SLE-SDK-12-SP4-2019-2=1

   - SUSE Linux Enterprise Software Development Kit 12-SP3:

      zypper in -t patch SUSE-SLE-SDK-12-SP3-2019-2=1

   - SUSE Linux Enterprise Desktop 12-SP4:

      zypper in -t patch SUSE-SLE-DESKTOP-12-SP4-2019-2=1

   - SUSE Linux Enterprise Desktop 12-SP3:

      zypper in -t patch SUSE-SLE-DESKTOP-12-SP3-2019-2=1



Package List:

   - SUSE Linux Enterprise Workstation Extension 12-SP4 (x86_64):

      libraw-debugsource-0.15.4-27.1
      libraw9-0.15.4-27.1
      libraw9-debuginfo-0.15.4-27.1

   - SUSE Linux Enterprise Workstation Extension 12-SP3 (x86_64):

      libraw-debugsource-0.15.4-27.1
      libraw9-0.15.4-27.1
      libraw9-debuginfo-0.15.4-27.1

   - SUSE Linux Enterprise Software Development Kit 12-SP4 (aarch64 ppc64le s390x x86_64):

      libraw-debugsource-0.15.4-27.1
      libraw-devel-0.15.4-27.1
      libraw-devel-static-0.15.4-27.1
      libraw9-0.15.4-27.1
      libraw9-debuginfo-0.15.4-27.1

   - SUSE Linux Enterprise Software Development Kit 12-SP3 (aarch64 ppc64le s390x x86_64):

      libraw-debugsource-0.15.4-27.1
      libraw-devel-0.15.4-27.1
      libraw-devel-static-0.15.4-27.1
      libraw9-0.15.4-27.1
      libraw9-debuginfo-0.15.4-27.1

   - SUSE Linux Enterprise Desktop 12-SP4 (x86_64):

      libraw-debugsource-0.15.4-27.1
      libraw9-0.15.4-27.1
      libraw9-debuginfo-0.15.4-27.1

   - SUSE Linux Enterprise Desktop 12-SP3 (x86_64):

      libraw-debugsource-0.15.4-27.1
      libraw9-0.15.4-27.1
      libraw9-debuginfo-0.15.4-27.1


References:

   https://www.suse.com/security/cve/CVE-2018-5805.html
   https://www.suse.com/security/cve/CVE-2018-5806.html
   https://www.suse.com/security/cve/CVE-2018-5808.html
   https://bugzilla.suse.com/1097973
   https://bugzilla.suse.com/1097974
   https://bugzilla.suse.com/1118894

- -------------------------------------------------------------------------------

SUSE Security Update: Security update for libraw
______________________________________________________________________________

Announcement ID:    SUSE-SU-2019:0005-1
Rating:             moderate
References:         #1097975 #1103200 #1103206 
Cross-References:   CVE-2018-5804 CVE-2018-5813 CVE-2018-5815
                    CVE-2018-5816
Affected Products:
                    SUSE Linux Enterprise Workstation Extension 15
                    SUSE Linux Enterprise Module for Open Buildservice Development Tools 15
______________________________________________________________________________

   An update that fixes four vulnerabilities is now available.

Description:

   This update for libraw fixes the following issues:

   Security issues fixed:

   The following security vulnerabilities were addressed:

   - CVE-2018-5813: Fixed an error within the "parse_minolta()" function
     (dcraw/dcraw.c) that could be exploited to trigger an infinite loop via
     a specially crafted file. This could be exploited to cause a
     DoS.(boo#1103200).
   - CVE-2018-5815: Fixed an integer overflow in the
     internal/dcraw_common.cpp:parse_qt() function, that could be exploited
     to cause an infinite loop via a specially crafted Apple QuickTime file.
     (boo#1103206)
   - CVE-2018-5804,CVE-2018-5816: Fixed a type confusion error in the
     identify function (bsc#1097975)


Patch Instructions:

   To install this SUSE Security Update use the SUSE recommended installation methods
   like YaST online_update or "zypper patch".

   Alternatively you can run the command listed for your product:

   - SUSE Linux Enterprise Workstation Extension 15:

      zypper in -t patch SUSE-SLE-Product-WE-15-2019-5=1

   - SUSE Linux Enterprise Module for Open Buildservice Development Tools 15:

      zypper in -t patch SUSE-SLE-Module-Development-Tools-OBS-15-2019-5=1



Package List:

   - SUSE Linux Enterprise Workstation Extension 15 (x86_64):

      libraw-debuginfo-0.18.9-3.5.1
      libraw-debugsource-0.18.9-3.5.1
      libraw-devel-0.18.9-3.5.1
      libraw16-0.18.9-3.5.1
      libraw16-debuginfo-0.18.9-3.5.1

   - SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 (aarch64 ppc64le s390x x86_64):

      libraw-debuginfo-0.18.9-3.5.1
      libraw-debugsource-0.18.9-3.5.1
      libraw-devel-static-0.18.9-3.5.1
      libraw-tools-0.18.9-3.5.1
      libraw-tools-debuginfo-0.18.9-3.5.1


References:

   https://www.suse.com/security/cve/CVE-2018-5804.html
   https://www.suse.com/security/cve/CVE-2018-5813.html
   https://www.suse.com/security/cve/CVE-2018-5815.html
   https://www.suse.com/security/cve/CVE-2018-5816.html
   https://bugzilla.suse.com/1097975
   https://bugzilla.suse.com/1103200
   https://bugzilla.suse.com/1103206

- --------------------------END INCLUDED TEXT--------------------

You have received this e-mail bulletin as a result of your organisation's
registration with AusCERT. The mailing list you are subscribed to is
maintained within your organisation, so if you do not wish to continue
receiving these bulletins you should contact your local IT manager. If
you do not know who that is, please send an email to auscert@auscert.org.au
and we will forward your request to the appropriate person.

NOTE: Third Party Rights
This security bulletin is provided as a service to AusCERT's members.  As
AusCERT did not write the document quoted above, AusCERT has had no control
over its content. The decision to follow or act on information or advice
contained in this security bulletin is the responsibility of each user or
organisation, and should be considered in accordance with your organisation's
site policies and procedures. AusCERT takes no responsibility for consequences
which may arise from following or acting on information or advice contained in
this security bulletin.

NOTE: This is only the original release of the security bulletin.  It may
not be updated when updates to the original are made.  If downloading at
a later date, it is recommended that the bulletin is retrieved directly
from the author's website to ensure that the information is still current.

Contact information for the authors of the original document is included
in the Security Bulletin above.  If you have any questions or need further
information, please contact them directly.

Previous advisories and external security bulletins can be retrieved from:

        https://www.auscert.org.au/bulletins/

===========================================================================
Australian Computer Emergency Response Team
The University of Queensland
Brisbane
Qld 4072

Internet Email: auscert@auscert.org.au
Facsimile:      (07) 3365 7031
Telephone:      (07) 3365 4417 (International: +61 7 3365 4417)
                AusCERT personnel answer during Queensland business hours
                which are GMT+10:00 (AEST).
                On call after hours for member emergencies only.
===========================================================================
-----BEGIN PGP SIGNATURE-----
Comment: http://www.auscert.org.au/render.html?it=1967

iQIVAwUBXC1UlmaOgq3Tt24GAQjmlg/+M99rbsbj3xkjEGHn23CzsXHFJHpDpvUU
mMPdOB02hc3RCRUheDHu6OrveId7qmD9goRsnGBCI7l//kuhBPXWzl2vQwDxrLtN
EtC95jxWIArjwtLUePuCq587t9lPIH3lZNmzzkKjQpgRLFna51DjN4+4zL5lspvE
ISq4HIDVGSi+ebI4UxQQf51WxsbEG2TVUp8gyrC8nxSp5BaTZhs/wGKQ0On4VaE1
OSOHojJ3dJ6ooHZ4+mc1d6ECUQepwSPW5OlcteRYFNhoYB7l+pgQcbWUkiOMAXKK
kigAUb0tpjbvQ4/OFMzA6B25ljczVcdt4linRSW8rNdPH+A858EiUI7pM9rpwJHY
wbsA4wvk0PkZ0O4STat3D9UxTEv/NcMwWhy1/YoQXQTfw6vHAGIN2xw2K24tRvGU
junMvtJV2BMb88VwNnIhAS0/vhFz5l51yNlhq3hUxz4dznxNrrFTfmuneGTZ/sS7
iKJvbdRg69M3UGun+wNQGXAHGvAzMsKDY2GJlRKo6I4Y736MZJZh47jOnn6Jocr0
asGEUnf+BhfkaRX2p3QcJQkIuqOPAHyMFSqvkR6KsDcZFkhpaVTBxTQkLRj5dXuG
Mwq4cj5mV9WRkgNklGMd5FDxtP/bamG3pm21PYG39/qSoD/M8bQ0V4d/kqGMiiKv
WllUXRcmN+g=
=nkjZ
-----END PGP SIGNATURE-----