[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#788242: marked as done (wheezy-pu: package rawtherapee/4.0.9-4)



Your message dated Sat, 05 Sep 2015 14:33:54 +0100
with message-id <1441460034.2151.33.camel@adam-barratt.org.uk>
and subject line Closing bugs for 7.9
has caused the Debian Bug report #788242,
regarding wheezy-pu: package rawtherapee/4.0.9-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.)


-- 
788242: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788242
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: wheezy
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

rawtherapee is affected by the security issue CVE-2015-3885. It's marked no-dsa
that's why I want to coordinate the update with you.

I attached the debdiff.

Best,
Philip
diff -Nru rawtherapee-4.0.9/debian/changelog rawtherapee-4.0.9/debian/changelog
--- rawtherapee-4.0.9/debian/changelog	2012-11-19 21:11:56.000000000 +0100
+++ rawtherapee-4.0.9/debian/changelog	2015-05-16 19:12:58.000000000 +0200
@@ -1,3 +1,10 @@
+rawtherapee (4.0.9-4+deb7u1) wheezy-security; urgency=high
+
+  * Add patch debian/patches/04-fix_CVE-2015-3885.patch:
+    - Fix dcraw imput sanitization errors (CVE-2015-3885)
+
+ -- Philip Rinn <rinni@inventati.org>  Thu, 15 May 2015 19:12:20 +0200
+
 rawtherapee (4.0.9-4) unstable; urgency=low
 
   * Fix RC bug that corrupts EXIF data in some cases (closes: #693736):
diff -Nru rawtherapee-4.0.9/debian/patches/04-fix_CVE-2015-3885.patch rawtherapee-4.0.9/debian/patches/04-fix_CVE-2015-3885.patch
--- rawtherapee-4.0.9/debian/patches/04-fix_CVE-2015-3885.patch	1970-01-01 01:00:00.000000000 +0100
+++ rawtherapee-4.0.9/debian/patches/04-fix_CVE-2015-3885.patch	2015-05-16 19:20:36.000000000 +0200
@@ -0,0 +1,24 @@
+--- a/rtengine/dcraw.c
++++ b/rtengine/dcraw.c
+@@ -787,7 +787,8 @@
+ 
+ int CLASS ljpeg_start (struct jhead *jh, int info_only)
+ {
+-  int c, tag, len;
++  int c, tag;
++  ushort len;
+   uchar data[0x10000];
+   const uchar *dp;
+ 
+--- a/rtengine/dcraw.cc
++++ b/rtengine/dcraw.cc
+@@ -798,7 +798,8 @@
+ 
+ int CLASS ljpeg_start (struct jhead *jh, int info_only)
+ {
+-  int c, tag, len;
++  int c, tag;
++  ushort len;
+   uchar data[0x10000];
+   const uchar *dp;
+ 
diff -Nru rawtherapee-4.0.9/debian/patches/series rawtherapee-4.0.9/debian/patches/series
--- rawtherapee-4.0.9/debian/patches/series	2012-11-19 19:37:03.000000000 +0100
+++ rawtherapee-4.0.9/debian/patches/series	2015-05-14 18:06:49.000000000 +0200
@@ -1,3 +1,4 @@
 01-AboutThisBuild.patch
 02-fix_color_artifacts.patch
 03-fix_exif_corruption.patch
+04-fix_CVE-2015-3885.patch

--- End Message ---
--- Begin Message ---
Version: 7.9

Hi,

These bugs relate to updates which were included in the 7.9 point
release.

Regards,

Adam

--- End Message ---

Reply to: