Your message dated Sat, 04 Jun 2016 14:57:25 +0100 with message-id <1465048645.7545.11.camel@adam-barratt.org.uk> and subject line Closing bugs for fixes included in 8.5 has caused the Debian Bug report #793984, regarding jessie-pu: package groovy/1.8.6-4 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 793984: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793984 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: jessie-pu: package groovy/1.8.6-4
- From: Miguel Landaeta <nomadium@debian.org>
- Date: Wed, 29 Jul 2015 12:54:57 -0300
- Message-id: <20150729155457.GA25891@alice.nomadium.lan>
Package: release.debian.org Severity: normal Tags: jessie User: release.debian.org@packages.debian.org Usertags: pu Hi, It was reported a vulnerability on groovy that allow to execute arbitrary code remotely. For more information you can take a look at: https://bugs.debian.org/793397. I already uploaded a fix to unstable but given the low popcon of groovy I don't think it warrant a DSA so I'm proposing to fix this in stable with the next point release. I'm attaching a debdiff with the proposed changes. Thanks, -- System Information: Debian Release: 8.1 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.0.0-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- Miguel Landaeta, nomadium at debian.org secure email with PGP 0x6E608B637D8967E9 available at http://miguel.cc/key. "Faith means not wanting to know what is true." -- Nietzschediff -Nru groovy-1.8.6/debian/changelog groovy-1.8.6/debian/changelog --- groovy-1.8.6/debian/changelog 2014-05-18 16:33:10.000000000 -0300 +++ groovy-1.8.6/debian/changelog 2015-07-25 18:30:00.000000000 -0300 @@ -1,3 +1,10 @@ +groovy (1.8.6-4+deb8u1) stable; urgency=high + + * Fix remote execution of untrusted code and possible DoS vulnerability. + (CVE-2015-3253) (Closes: #793397). + + -- Miguel Landaeta <nomadium@debian.org> Sat, 25 Jul 2015 18:27:24 -0300 + groovy (1.8.6-4) unstable; urgency=medium * Implement alternatives usage to allow co-installation with groovy 2.x. diff -Nru groovy-1.8.6/debian/patches/0005-CVE-2015-3253.patch groovy-1.8.6/debian/patches/0005-CVE-2015-3253.patch --- groovy-1.8.6/debian/patches/0005-CVE-2015-3253.patch 1969-12-31 21:00:00.000000000 -0300 +++ groovy-1.8.6/debian/patches/0005-CVE-2015-3253.patch 2015-07-25 18:26:18.000000000 -0300 @@ -0,0 +1,32 @@ +Description: Fix remote execution of untrusted code when deserializing (CVE-2015-3253) +Author: Cédric Champeau <cedric.champeau@gmail.com> +Bug-Debian: https://bugs.debian.org/793397 +Origin: upstream, https://github.com/apache/incubator-groovy/commit/09e9778e8a33052d8c27105aee5310649637233d +Forwarded: no +Last-Update: 2015-07-25 + +--- groovy-1.8.6.orig/src/main/org/codehaus/groovy/runtime/MethodClosure.java ++++ groovy-1.8.6/src/main/org/codehaus/groovy/runtime/MethodClosure.java +@@ -30,6 +30,8 @@ import java.util.List; + */ + public class MethodClosure extends Closure { + ++ public static boolean ALLOW_RESOLVE = false; ++ + private String method; + + public MethodClosure(Object owner, String method) { +@@ -52,6 +54,13 @@ public class MethodClosure extends Closu + } + } + ++ private Object readResolve() { ++ if (ALLOW_RESOLVE) { ++ return this; ++ } ++ throw new UnsupportedOperationException(); ++ } ++ + public String getMethod() { + return method; + } diff -Nru groovy-1.8.6/debian/patches/series groovy-1.8.6/debian/patches/series --- groovy-1.8.6/debian/patches/series 2014-05-07 20:29:08.000000000 -0300 +++ groovy-1.8.6/debian/patches/series 2015-07-25 18:26:18.000000000 -0300 @@ -2,3 +2,4 @@ 0002-ant-build.diff.patch 0003-disable-bnd.diff.patch 0004-java8-compatibility.patch +0005-CVE-2015-3253.patchAttachment: signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
- To: 793984-done@bugs.debian.org, 796823-done@bugs.debian.org, 802331-done@bugs.debian.org, 818549-done@bugs.debian.org, 818908-done@bugs.debian.org, 819284-done@bugs.debian.org, 819444-done@bugs.debian.org, 819658-done@bugs.debian.org, 819758-done@bugs.debian.org, 819797-done@bugs.debian.org, 819801-done@bugs.debian.org, 819912-done@bugs.debian.org, 819933-done@bugs.debian.org, 820059-done@bugs.debian.org, 820101-done@bugs.debian.org, 820175-done@bugs.debian.org, 820193-done@bugs.debian.org, 820241-done@bugs.debian.org, 820403-done@bugs.debian.org, 820502-done@bugs.debian.org, 820540-done@bugs.debian.org, 820589-done@bugs.debian.org, 820945-done@bugs.debian.org, 820995-done@bugs.debian.org, 821042-done@bugs.debian.org, 821205-done@bugs.debian.org, 821326-done@bugs.debian.org, 821835-done@bugs.debian.org, 822229-done@bugs.debian.org, 822481-done@bugs.debian.org, 822487-done@bugs.debian.org, 822854-done@bugs.debian.org, 823430-done@bugs.debian.org, 823433-done@bugs.debian.org, 823496-done@bugs.debian.org, 823609-done@bugs.debian.org, 823678-done@bugs.debian.org, 823752-done@bugs.debian.org, 824484-done@bugs.debian.org, 824859-done@bugs.debian.org, 825087-done@bugs.debian.org, 825202-done@bugs.debian.org, 825205-done@bugs.debian.org, 825221-done@bugs.debian.org, 825226-done@bugs.debian.org, 825232-done@bugs.debian.org, 825259-done@bugs.debian.org, 825260-done@bugs.debian.org, 825512-done@bugs.debian.org, 825523-done@bugs.debian.org, 825530-done@bugs.debian.org, 825533-done@bugs.debian.org
- Subject: Closing bugs for fixes included in 8.5
- From: "Adam D. Barratt" <adam@adam-barratt.org.uk>
- Date: Sat, 04 Jun 2016 14:57:25 +0100
- Message-id: <1465048645.7545.11.camel@adam-barratt.org.uk>
Version: 8.5 Hi, The fixes referred to by each of these bugs were included in today's 8.5 point release. Regards, Adam
--- End Message ---