Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vulnerability Roundup 8 #20274

Closed
42 tasks done
grahamc opened this issue Nov 9, 2016 · 20 comments
Closed
42 tasks done

Vulnerability Roundup 8 #20274

grahamc opened this issue Nov 9, 2016 · 20 comments

Comments

@grahamc
Copy link
Member

grahamc commented Nov 9, 2016

Here are all the vulnerabilities from https://lwn.net/Vulnerabilities since
our last hunt.

cc @rycee @fpletz @NeQuissimus @vcunat @shlevy @FRidh who were involved in the last one.

Notes on the list

  1. The reports have been roughly grouped by the package name. This
    isn't perfect, but is intended to help identify if a whole group
    of reports is resolved already.
  2. Some issues will be duplicated, because it affects multiple packages.
    For example, there are sometimes problems that impact thunderbird,
    and firefox. LWN might report in one vulnerability "thunderbird
    firefox". These names have been split to make sure both packages get
    addressed.
  3. By each issue is a link to code search for the package name, and
    a Github search by filename. These are to help, but may not return
    results when we do in fact package the software. If a search
    doesn't turn up, please try altering the search criteria or
    looking in nixpkgs manually before asserting we don't have it.

Instructions:

  1. Triage a report: If we don't have the software or our version isn't
    vulnerable, tick the box or add a comment with the report number,
    stating it isn't vulnerable.
  2. Fix the issue: If we do have the software and it is vulnerable,
    either leave a comment on this issue saying so, even open a pull
    request with the fix. If you open a PR, make sure to tag this
    issue so we can coordinate.
  3. When an entire section is completed, move the section to the
    "Triaged and Resolved Issues" details block below.

Upon Completion ...

Without further ado...

Assorted (31 issues)

curl (2 issues)

jasper (2 issues)

kernel (2 issues)

pacemaker (2 issues)

tiff (2 issues)

@grahamc
Copy link
Member Author

grahamc commented Nov 9, 2016

Chromium was patched in master with this merge: c67a7ee (note: don't cherry-pick merges!) and is waiting a successful build before going to 16.09.

@grahamc
Copy link
Member Author

grahamc commented Nov 9, 2016

Libtiff: d9db320 plus many other commits around this issue.

@grahamc
Copy link
Member Author

grahamc commented Nov 9, 2016

We're good against the current jasper issues reported here, but there are two more releases since our last update: https://github.com/mdadams/jasper/releases

@grahamc
Copy link
Member Author

grahamc commented Nov 9, 2016

Ported sudo patches:

[release-16.09 cb35b0c] sudo: 1.8.17p1 -> 1.8.18
 Author: Alexander Ried <ried@mytum.de>
 Date: Fri Sep 23 02:01:57 2016 +0200
 1 file changed, 2 insertions(+), 2 deletions(-)
[release-16.09 6443b40] sudo: 1.8.18 -> 1.8.18p1
 Author: mimadrid <mimadrid@ucm.es>
 Date: Sun Oct 23 17:57:16 2016 +0200
 1 file changed, 2 insertions(+), 2 deletions(-)

FRidh added a commit that referenced this issue Nov 9, 2016
Solves vulnerabilities mentioned in
#20274
@FRidh
Copy link
Member

FRidh commented Nov 9, 2016

python-imaging (pillow) is fixed in 20d16f8
and 3c8e07f

FRidh added a commit that referenced this issue Nov 9, 2016
Solves vulnerabilities mentioned in
#20274

(cherry picked from commit 20d16f8)
@rasendubi
Copy link
Member

#633086 dbus: denial of service

dbus 1.10.12 is not vulnerable

@NeQuissimus
Copy link
Member

All the java stuff is covered by what we have

@fpletz
Copy link
Member

fpletz commented Nov 10, 2016

#705915 ansible: two vulnerabilities

We already have ansible 2.2.x.

@fpletz
Copy link
Member

fpletz commented Nov 10, 2016

#705566 libreswan: denial of service

CVE-2016-5361 was misissued because this is a protocol flaw. See http://www.openwall.com/lists/oss-security/2016/06/13/1.

@fpletz
Copy link
Member

fpletz commented Nov 10, 2016

#705671 libwebp: integer overflows

Vulnerable code (examples/giflib.c) is not present in our version of libwebp. https://chromium-review.googlesource.com/#/c/396007/

@fpletz
Copy link
Member

fpletz commented Nov 10, 2016

#705568 libvirt: privilege escalation

Debian considers CVE-2015-5160 a minor issue: https://security-tracker.debian.org/tracker/CVE-2015-5160

There were already patches on the qemu ML in 2011: https://www.redhat.com/archives/libvir-list/2011-November/msg00853.html. Not sure if it has been fixed in current versions, but there is no clear fix available.

@fpletz
Copy link
Member

fpletz commented Nov 10, 2016

#705672 oracle-jre-bin: unspecified vulnerability

We have Oracle JRE/JDK > 8u102.

@NeQuissimus
Copy link
Member

We are good for the two kernel issues, our kernels are up-to-date

@fpletz
Copy link
Member

fpletz commented Nov 10, 2016

#667153 libraw: two vulnerabilities

Fix is in our version of libraw (0.17.1): LibRaw/LibRaw@89d0654

@fpletz
Copy link
Member

fpletz commented Nov 10, 2016

#705560 389-ds-base: two vulnerabilities

CVE-2016-5405: No fix available?
CVE-2016-5416: Fixed with patch from https://fedorahosted.org/389/ticket/48354

fpletz added a commit that referenced this issue Nov 10, 2016
fpletz added a commit that referenced this issue Nov 10, 2016
@NeQuissimus
Copy link
Member

I don't think qemu has anything available, it would have to be manual patching

@fpletz
Copy link
Member

fpletz commented Nov 10, 2016

#705373 python-django: two vulnerabilities

We have the fixes already: https://www.djangoproject.com/weblog/2016/nov/01/security-releases/

@fpletz
Copy link
Member

fpletz commented Nov 10, 2016

#705580 openjpeg2: code execution

Fix is in openjpeg 2.1.2, which we already have.

fpletz added a commit that referenced this issue Nov 10, 2016
cc #20274

(cherry picked from commit 3190a6c)
fpletz added a commit that referenced this issue Nov 10, 2016
@grahamc
Copy link
Member Author

grahamc commented Nov 11, 2016

Thank you all! Here is a bit of an update on my position: I moved very recently, and have been spending most of my spare time dealing with that. Due to that, I haven't been able to help in the same capacity. That should be coming back to normal within the next couple weeks. Thank you all for stepping up and getting these done :)

@grahamc grahamc closed this as completed Nov 11, 2016
@joepie91
Copy link
Contributor

Commenting here for potential involvement in a future roundup :)

@grahamc grahamc mentioned this issue Nov 16, 2016
29 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants