|
Bugzilla – Full Text Bug Listing |
| Summary: | VUL-1: CVE-2017-6314: gdk-pixbuf: Infinite loop in io-tiff.c | ||
|---|---|---|---|
| Product: | [Novell Products] SUSE Security Incidents | Reporter: | Marcus Meissner <meissner> |
| Component: | Incidents | Assignee: | Security Team bot <security-team> |
| Status: | RESOLVED FIXED | QA Contact: | Security Team bot <security-team> |
| Severity: | Normal | ||
| Priority: | P4 - Low | CC: | mgorse, sreeves, wolfgang.frisch, yfjiang |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://smash.suse.de/issue/180941/ | ||
| See Also: | http://bugzilla.suse.com/show_bug.cgi?id=991450 | ||
| Whiteboard: | CVSSv2:SUSE:CVE-2017-6314:5.0:(AV:N/AC:L/Au:N/C:N/I:N/A:P) CVSSv3.1:SUSE:CVE-2017-6314:3.3:(AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L) | ||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Marcus Meissner
2017-02-27 07:30:33 UTC
bugbot adjusting priority no testcase or patch in gnome bug so far. A check against INT_MAX or similar might be useful. Hi Yifan, can you have someone on your team take this. Hi Xiaoguang, Would you help to take care of this, thank you! SUSE-SU-2017:2381-1: An update that solves 5 vulnerabilities and has one errata is now available. Category: security (important) Bug References: 1027024,1027025,1027026,1048289,1048544,1049877 CVE References: CVE-2017-2862,CVE-2017-2870,CVE-2017-6312,CVE-2017-6313,CVE-2017-6314 Sources used: SUSE Linux Enterprise Software Development Kit 12-SP3 (src): gdk-pixbuf-2.34.0-19.5.1 SUSE Linux Enterprise Software Development Kit 12-SP2 (src): gdk-pixbuf-2.34.0-19.5.1 SUSE Linux Enterprise Server for Raspberry Pi 12-SP2 (src): gdk-pixbuf-2.34.0-19.5.1 SUSE Linux Enterprise Server 12-SP3 (src): gdk-pixbuf-2.34.0-19.5.1 SUSE Linux Enterprise Server 12-SP2 (src): gdk-pixbuf-2.34.0-19.5.1 SUSE Linux Enterprise Desktop 12-SP3 (src): gdk-pixbuf-2.34.0-19.5.1 SUSE Linux Enterprise Desktop 12-SP2 (src): gdk-pixbuf-2.34.0-19.5.1 openSUSE-SU-2017:2393-1: An update that solves 5 vulnerabilities and has one errata is now available. Category: security (important) Bug References: 1027024,1027025,1027026,1048289,1048544,1049877 CVE References: CVE-2017-2862,CVE-2017-2870,CVE-2017-6312,CVE-2017-6313,CVE-2017-6314 Sources used: openSUSE Leap 42.3 (src): gdk-pixbuf-2.34.0-10.1 openSUSE Leap 42.2 (src): gdk-pixbuf-2.34.0-7.3.1 Closing as fixed. SUSE-SU-2018:2470-1: An update that solves 5 vulnerabilities and has one errata is now available. Category: security (moderate) Bug References: 1027024,1027025,1027026,1039465,1048289,1048544 CVE References: CVE-2017-2862,CVE-2017-2870,CVE-2017-6312,CVE-2017-6313,CVE-2017-6314 Sources used: SUSE Linux Enterprise Software Development Kit 11-SP4 (src): gtk2-2.18.9-0.45.8.1 SUSE Linux Enterprise Server 11-SP4 (src): gtk2-2.18.9-0.45.8.1 SUSE Linux Enterprise Debuginfo 11-SP4 (src): gtk2-2.18.9-0.45.8.1 we are still tracking this unfixed for SLE-11 gdk-pixbuf The relevant code isn't in SLE-11 gdk-pixbuf. In newer versions of gdk-pixbuf/gtk2, make_available_at_least is called by gdk_pixbuf_tiff_image_load_increment, but, in SLE-11 gdk-pixbuf, that function just calls fwrite and doesn't do any memory allocation. done |